Since I received some complaints about the current state of wxCode I
started to inspect the components hosted by wxCode.
All in all there are 91 components listed in the wxCode database.
I detected 6 *empty* components for which never code was being uploaded:
wxCoolBar (4 years)
wxMemo
On Tue, Feb 15, 2011 at 1:37 PM, Paul Breen wrote:
> I've uploaded the TimePickerCtrl files to the svn repository. Running
> "./configure&&make&&sudo make install" on my system (Ubuntu 10.04) succeeds
> and makes a functional sample. However, if anyone encounters problems
> building on their
Hello,
I've uploaded the TimePickerCtrl files to the svn repository. Running
"./configure&&make&&sudo make install" on my system (Ubuntu 10.04) succeeds and
makes a functional sample. However, if anyone encounters problems building on
their system, please let me know. I'm open to suggestions
Hi Paul,
> I've got the TimePickerCtrl component developed to the point where I
> think it's ready for user beta testing.
Great.
> I know that there is a lot going on between the problems SourceForge
> has been having and the changing administration of the wxCode
> project, so I understand and a
On Tue, Feb 15, 2011 at 4:33 AM, Paul Breen wrote:
> I've got the TimePickerCtrl component developed to the point where I think
> it's ready for user beta testing.
This is good to hear. I will certainly be looking at this once it's up, thanks.
This is something I've always felt should be includ
Hi Ulrich,
I've got the TimePickerCtrl component developed to the point where I think it's
ready for user beta testing. The TimePickerCtrl acts as a graphical interface
to a wxDateTime object. I've also developed a similar control (a TimeSpanCtrl)
that acts as a graphical interface to a wxTim