Re: PyGUI - Couple of questions - TextField callbacks and drop down list....

2008-10-21 Thread Hugh
On Oct 21, 2:46 am, greg <[EMAIL PROTECTED]> wrote: > Hugh wrote: > > TextField callbacks... I want to be able to generate a callback when a > > textfield is modified. It doesn't appear to have an "action" member... > > I haven't got around to adding any actions to text fields > yet. > > In the mea

Re: PyGUI - Couple of questions - TextField callbacks and drop down list....

2008-10-20 Thread greg
Hugh wrote: TextField callbacks... I want to be able to generate a callback when a textfield is modified. It doesn't appear to have an "action" member... I haven't got around to adding any actions to text fields yet. In the meantime, you could put a key_down method on the containing window th

PyGUI - Couple of questions - TextField callbacks and drop down list....

2008-10-20 Thread Hugh
The PyGUI website specified this place as the place for general discussion about it, so here goes First off - thanks for something that is so straightforward to get running on OSX... I've been migrating some relatively straight-forward scripts-with-GUIs from Linux to OSX, and, while I used FLT