Hi,
I was trying to get a grasp of the wxPython taskbar. Trying the example from http://wiki.wxpython.org/index.cgi/FlashingTaskbarIcon (the 2.5 port), I noticed that it works fine
with my Python2.3.5 / wxPython 2.5.2.8-u setup, but that the following occurs for my
Python2.4.1c2 / wxPython 2.5.4.1 setup:
- the taskbar doesn't close on right click
- a second right click crashes Python24.dll
This is on Windows XP Professional.
Is this a known issue?
···
--
Vincent Wehren