Python/wxPython Reducing memory usage.

2005-04-08 Thread lotmr
I have previously posted a simple app I am working on, and while I love python and wxWindows, after checking the memory usage on such a simple app (system try application launcher) I see that it climbs to over 17mb! I have reduced all my imports to the bare workable minimum and that just gets it un

wxwindows event function arguments

2005-04-07 Thread lotmr
I have a windows launch bar application that sits in the system tray. What I want to do is when i click on a button in the launch menu, it calls the event which then calls 'OnLaunch('path')' this does not seem possible. When I change 'OnLaunch(self, event)' to 'OnLaunch(self, event, path)' it says

looped if's stop working

2005-03-28 Thread lotmr
After figuring out how to have a threaded frontend to pass varibles I've run into a problem. The 'quit' command works as long as issue it fast enough as soon as the if's start looping. If I wait about 5 seconds, the commands will close the frontend thread but leave the main loop running. This seems