[WxPython] Advice on Temperature Application Method Structure

2010-05-26 Thread Jimbo
Hello I have made a simple application using WxPython that is a temperature converter. This is my first application made in WxPython, the only other apps I have made were in Win32 c++ so I am new to widgets in general. I am looking for advice criticism on when you should use classes in GUI

Re: [WxPython] Advice on Temperature Application Method Structure

2010-05-26 Thread Philip Semanchuk
On May 26, 2010, at 7:36 AM, Jimbo wrote: Hello I have made a simple application using WxPython that is a temperature converter. This is my first application made in WxPython, the only other apps I have made were in Win32 c++ so I am new to widgets in general. I am looking for advice

Re: wxPython advice

2005-10-24 Thread Miki Tebeka
Hello vpr, I've written a p2p program using socketserver that's nice and quick. I'd like to give the user a tray applet (part of the p2p service) that will allow the user to activate / deactivate / config and exit the service. However I'm starting to bang my head on the mainloop funtions

wxPython advice

2005-10-17 Thread vpr
Hi Guys I have a question re. socketserver and wx. I've written a p2p program using socketserver that's nice and quick. I'd like to give the user a tray applet (part of the p2p service) that will allow the user to activate / deactivate / config and exit the service. However I'm starting to bang