Author Topic: Looking for timepickerctrl in wxSmith  (Read 2426 times)

Offline AndrewB

  • Single posting newcomer
  • *
  • Posts: 4
Looking for timepickerctrl in wxSmith
« 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...

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Looking for timepickerctrl in wxSmith
« Reply #1 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

Offline AndrewB

  • Single posting newcomer
  • *
  • Posts: 4
Re: Looking for timepickerctrl in wxSmith
« Reply #2 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Looking for timepickerctrl in wxSmith
« Reply #3 on: June 23, 2015, 02:23:10 am »
CB can be built with wx3.0, but it is not that stable as wx2.8.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]