Thread: YAWP
Yet Another wxWindows Patch :-) Hi Dave, I'm quite satisfied with the wxCalendarBox and wxTimeSpanCtrl controls now, used for dlgUser. This patch corrects some nastily buried size calculation bugs. When these controls have been confirmed to be stable (and Japanese-proof :-), I'll post them to wxWindows as-is, but I won't spend a minute making them 'vadz-compatible' ;-) Regards, Andreas
Hi Andreas. You are on the cutting edge.! I did try. It has a very fine feeling. regards, Hiroshi Saito From: "Andreas Pflug" <pgadmin@pse-consulting.de> > Yet Another wxWindows Patch :-) > > Hi Dave, > I'm quite satisfied with the wxCalendarBox and wxTimeSpanCtrl controls > now, used for dlgUser. This patch corrects some nastily buried size > calculation bugs. > > When these controls have been confirmed to be stable (and Japanese-proof > :-), I'll post them to wxWindows as-is, but I won't spend a minute > making them 'vadz-compatible' ;-)
Hi Andreas, However, Tody's CVS is problem.:-( /usr/local/wxwindows/include/wx/generic/calctrl.h: In member function `bool wxCalendarBox::Create(wxWindow*, int, const wxDateTime&, const wxPoint&, const wxSize&, long int, const wxString&)': /usr/local/wxwindows/include/wx/generic/calctrl.h:247: `wxControl* wxCalendarCtrl::GetYearControl() const' is private ui/calbox.cpp:105: within this context /usr/local/wxwindows/include/wx/generic/calctrl.h:246: `wxControl* wxCalendarCtrl::GetMonthControl() const' is private ui/calbox.cpp:139: within this context regards, Hiroshi Saito ----- Original Message ----- From: "Hiroshi Saito" <saito@inetrt.skcapi.co.jp> To: "Andreas Pflug" <pgadmin@pse-consulting.de>; "Dave Page" <dpage@vale-housing.co.uk> Cc: "pgadmin-hackers" <pgadmin-hackers@postgresql.org> Sent: Thursday, October 23, 2003 2:42 PM Subject: Re: [pgadmin-hackers] YAWP > Hi Andreas. > > You are on the cutting edge.! > > I did try. > It has a very fine feeling. > > regards, > Hiroshi Saito > > From: "Andreas Pflug" <pgadmin@pse-consulting.de> > > > > Yet Another wxWindows Patch :-) > > > > Hi Dave, > > I'm quite satisfied with the wxCalendarBox and wxTimeSpanCtrl controls > > now, used for dlgUser. This patch corrects some nastily buried size > > calculation bugs. > > > > When these controls have been confirmed to be stable (and Japanese-proof > > :-), I'll post them to wxWindows as-is, but I won't spend a minute > > making them 'vadz-compatible' ;-)
Hi All Sorry, It is my simple mistake.! A mistake in install after Make. From: "Hiroshi Saito" <saito@inetrt.skcapi.co.jp> > Hi Andreas, > > However, > Tody's CVS is problem.:-( > > /usr/local/wxwindows/include/wx/generic/calctrl.h: In member function `bool > wxCalendarBox::Create(wxWindow*, int, const wxDateTime&, const wxPoint&, > const wxSize&, long int, const wxString&)': > /usr/local/wxwindows/include/wx/generic/calctrl.h:247: `wxControl* > wxCalendarCtrl::GetYearControl() const' is private > ui/calbox.cpp:105: within this context > /usr/local/wxwindows/include/wx/generic/calctrl.h:246: `wxControl* > wxCalendarCtrl::GetMonthControl() const' is private > ui/calbox.cpp:139: within this context > > regards, > Hiroshi Saito > > ----- Original Message ----- > From: "Hiroshi Saito" <saito@inetrt.skcapi.co.jp> > To: "Andreas Pflug" <pgadmin@pse-consulting.de>; "Dave Page" <dpage@vale-housing.co.uk> > Cc: "pgadmin-hackers" <pgadmin-hackers@postgresql.org> > Sent: Thursday, October 23, 2003 2:42 PM > Subject: Re: [pgadmin-hackers] YAWP > > > > Hi Andreas. > > > > You are on the cutting edge.! > > > > I did try. > > It has a very fine feeling. > > > > regards, > > Hiroshi Saito > > > > From: "Andreas Pflug" <pgadmin@pse-consulting.de> > > > > > > > Yet Another wxWindows Patch :-) > > > > > > Hi Dave, > > > I'm quite satisfied with the wxCalendarBox and wxTimeSpanCtrl controls > > > now, used for dlgUser. This patch corrects some nastily buried size > > > calculation bugs. > > > > > > When these controls have been confirmed to be stable (and Japanese-proof > > > :-), I'll post them to wxWindows as-is, but I won't spend a minute > > > making them 'vadz-compatible' ;-) > > > ---------------------------(end of broadcast)--------------------------- > TIP 7: don't forget to increase your free space map settings
> -----Original Message----- > From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] > Sent: 22 October 2003 23:23 > To: Dave Page > Cc: pgadmin-hackers > Subject: YAWP > > Yet Another wxWindows Patch :-) > > Hi Dave, > I'm quite satisfied with the wxCalendarBox and wxTimeSpanCtrl > controls now, used for dlgUser. This patch corrects some > nastily buried size calculation bugs. > > When these controls have been confirmed to be stable (and > Japanese-proof :-), I'll post them to wxWindows as-is, but I > won't spend a minute making them 'vadz-compatible' ;-) OK, new tarball on Snake. Can we get another set of RPMs/tarballs please port maintainers? Cheers, Dave