Re: [Tutor] Gtk time control and Glade

2009-03-17 Thread Robert Berman
Thank you Chris, that will certainly get me started. Robert Chris Fuller wrote: Make your own. You can have empty containers in glade that you fill in at runtime, or you could create the interface in glade, perhaps a couple of ComboBoxes. I would leave an empty container and create a reusabl

Re: [Tutor] Gtk time control and Glade

2009-03-17 Thread Chris Fuller
Make your own. You can have empty containers in glade that you fill in at runtime, or you could create the interface in glade, perhaps a couple of ComboBoxes. I would leave an empty container and create a reusable widget descended from gtk.HBox that implements validation or anything else that

[Tutor] Gtk time control and Glade

2009-03-17 Thread Robert Berman
I am writing a Blood-Glucose Analysis application for Diabetics. I am using Python 2.5 under Ubuntu 8.10 and Glade 3.4.5. Manually recorded test results require a calendar control for the date of the test (no problem) and a timer control for the time of the test(big problem). While Glade certa