http://bugs.winehq.org/show_bug.cgi?id=18673 Summary: DateTimePicker not work :( Bug Product: Wine Version: 1.1.22 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: yurii_ptz(a)bk.ru Created an attachment (id=21380) --> (http://bugs.winehq.org/attachment.cgi?id=21380) DPT in windowsXP and in wine Hello! I try wine 0.9.59 (ubuntu 8.04) wine 1.0.1 (debian) and wine_1.1.22_winehq1-1_i386.deb (debian) But DateTimePicker not work. I try a little programs (Turbo C++ Express) with DateTimePicker +++ #include <vcl.h> #pragma hdrstop #include "Unit1.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TForm1 *Form1; //--------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { } //--------------------------------------------------------------------------- void __fastcall TForm1::DateTimePicker1Change(TObject *Sender) { Memo1->Lines->Add("change to "+DateToStr(DateTimePicker1->DateTime)+" -> "+ BoolToStr(DateTimePicker1->Checked)); } //--------------------------------------------------------------------------- +++ And test it in WindowsXP and Wine. If i run my programm in WindowsXP and change date from 2009.05.28 to 2009.05.24 in DateTimePicker it write: change to 27.05.2009 -> -1 change to 27.05.2009 -> -1 change to 26.05.2009 -> -1 change to 26.05.2009 -> -1 change to 25.05.2009 -> -1 change to 25.05.2009 -> -1 change to 24.05.2009 -> -1 change to 24.05.2009 -> -1 If i run my programm in Wine and change date from 2009.05.28 to 2009.05.24 in DateTimePicker it write: change to 28.05.2009 -> -1 change to 28.05.2009 -> -1 change to 28.05.2009 -> -1 change to 28.05.2009 -> -1 And in WINE DateTimePicker not work :( Bugs PrintScreen i attachment to this report Thank you! PS: Sory for my bad English -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.