Time picker in wxpython ?

Hello there,

Is there a time picker control similar to that of date picker in wxpython ?

···

Regards
Tanay Shah

Check the TimeCtrl in the wxpython demo.

wx.lib.masked.TimeCtrl( ... )

hth,
  vbr

···

2009/3/20 Tanay Shah <tanay.shah@gmail.com>:

Hello there,
Is there a time picker control similar to that of date picker in wxpython ?
--
Regards
Tanay Shah

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Ohh cool !!

thnx !! :slight_smile:

···

On Fri, Mar 20, 2009 at 4:02 PM, Vlastimil Brom vlastimil.brom@gmail.com wrote:

2009/3/20 Tanay Shah tanay.shah@gmail.com:

Hello there,

Is there a time picker control similar to that of date picker in wxpython ?

Regards

Tanay Shah


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Check the TimeCtrl in the wxpython demo.

wx.lib.masked.TimeCtrl( … )

hth,

vbr


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Regards
Tanay Shah