wxTaskBarIcon()

Hi,

I have been experiencing a minor problem with the menu of a task bar app, it doesn't behave as other task bar menus do -- clicking outside of the shown menu does not close the menu.

The task bar icon app behaves in a similar way to the one described here: http://mail.python.org/pipermail/python-list/2005-April/275304.html

Interestingly, replacing the "self.PopupMenu(self.rhtmenu)" line with "self.tbi.PopupMenu(self.rhtmenu)" makes the menu behave normally, although none of the event handlers then work. Any comments or suggestions would be appreciated. I'm using wxPython version 2.6.1.0 and Python 2.4.1 #65.

Regards,
David