Re: ANN: PyGUI 2.0.5

2009-04-28 Thread Suraj
On Apr 26, 10:33 pm, greg wrote: > > I don't know what I need to do in order to get a > Vista look... > A closed issue in Python tracker http://bugs.python.org/issue5019 refers to similar problem reported by wxPython developers. AFAIK, the solution used by the wxPython project can not be used wit

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread greg
Suraj Barkale wrote: Minor nitpicks: 1. Menu accelerators are not enabled by default i.e. pressing Alt + F does not open the File menu. 2. Alt + F4 does not close the window. I'll see if I can do something about these. 3. None of the controls (except menus) have _Vista look_ to them I don'

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Greg Ewing
Randy Syring wrote: Could you tell me briefly how this project differs from something like wxPython? It wraps platform-specific libraries directly, rather than being a wrapper around another cross-platform library. This means less bloat and less dependencies. Chances are you already have the n

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread greg
rzed wrote: I note that 2.0.5 comments the WM_MOUSELEAVE event, which wasnt' mapped in Events.py. Does that mean there is no way to signal such an event? I'm no longer promising to provide mouse_enter and mouse_leave events on any platform for the time being. It's not straightforward to imple

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Suraj Barkale
Greg Ewing canterbury.ac.nz> writes: > > PyGUI 2.0.5 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > More bug fixes for various platforms. Tested on "Vista Home Premium 64bit" with Python 2.6.2 all tests pass except: 16-model_dialog.py - If the model dialog "Sp

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread rzed
Greg Ewing wrote in news:49f4278a.7010...@canterbury.ac.nz: > PyGUI 2.0.5 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > More bug fixes for various platforms. > > Still no idea what's causing the "object has been destroyed" > error on Windows XP, though. Does

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread David Robinow
On Sun, Apr 26, 2009 at 5:21 AM, Greg Ewing wrote: > PyGUI 2.0.5 is available: > Still no idea what's causing the "object has been destroyed" > error on Windows XP, though. Does this happen for everyone? > Is there anyone who *has* got 12-scroll.py working for them > on XP? Works fine for me. XP

ANN: PyGUI 2.0.5

2009-04-26 Thread Greg Ewing
PyGUI 2.0.5 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ More bug fixes for various platforms. Still no idea what's causing the "object has been destroyed" error on Windows XP, though. Does this happen for everyone? Is there anyone who *has* got 12-scroll.py working f