Code::Blocks Forums

User forums => Help => Topic started by: AndrewB on May 23, 2015, 01:51:14 am

Title: Looking for timepickerctrl in wxSmith
Post by: AndrewB on May 23, 2015, 01:51:14 am
I've searched just about everywhere I can think of and cant find a reason, so this is is either a really
simple question or a complex one .
When I run code::blocks (windows 7 64 bit, stable and nightly build)
using wxSmith I cant find an icon to add a TimePickerCtrl (DatePicker is there, but not time)
I've attached a capture Of where I expected it to be.
I've tried using 2 different versions of wxWidgets (2.8.1 & 3.0.2)
Thanks in advance...
Title: Re: Looking for timepickerctrl in wxSmith
Post by: BlueHazzard on May 26, 2015, 07:59:04 pm
i think it is not implemented in the wxSmith code...
So if you have time you can implement it and provide a patch (it shouldn't be that difficult, i scrolled over the code and it seems quite straight forward)

greetings
Title: Re: Looking for timepickerctrl in wxSmith
Post by: AndrewB on June 23, 2015, 02:18:28 am
A quick update here.. I looked further into this issue, TimePickerCtrl does not appear in wxWidgets until version 2.9.4,
My research shows that CodeBlocks is/should still be being built with version 2.8. (attempting to build it with later versions
generates a number of errors). To my mind (being a newbie) this makes it problematic.
Am I making this task more difficult than it needs to be?
Title: Re: Looking for timepickerctrl in wxSmith
Post by: oBFusCATed on June 23, 2015, 02:23:10 am
CB can be built with wx3.0, but it is not that stable as wx2.8.