Re: Wx Python - Code Structure & Event Handling

2008-09-10 Thread lee . walczak
Thanks for the feedback. It is greatly appreciated. Let me check out your references and see where they take me. Will post back and let you know how useful this was. thanks! Lee -- http://mail.python.org/mailman/listinfo/python-list

Re: Wx Python - Code Structure & Event Handling

2008-09-09 Thread Stephen D Evans
Lee, have you considered using the Model-View-Presenter pattern? There is a nice example on the wxPython wiki: http://wiki.wxpython.org/ModelViewPresenter This scales well to complex GUIs. Grasping the concept and writing the initial code is the difficult part. Code is then much easier to deve

Re: Wx Python - Code Structure & Event Handling

2008-09-09 Thread Mike Driscoll
On Sep 9, 3:05 pm, [EMAIL PROTECTED] wrote: > Hi, > > I have just started writing a GUI using wxpython after finding a > limitation using Tkinter. I have read most tutorials on wxpython and > slowly becoming accustomed considering I started with the latter GUI > tool first! > I must quote first tha

Wx Python - Code Structure & Event Handling

2008-09-09 Thread lee . walczak
Hi, I have just started writing a GUI using wxpython after finding a limitation using Tkinter. I have read most tutorials on wxpython and slowly becoming accustomed considering I started with the latter GUI tool first! I must quote first that I am a novice user of python so the issue(s) I have may