The C++ part of the .. Has been deleted, wsTaskBarIcon

2005-04-12 Thread Alex Nordhus
I need some help. I cant seem to get rid of this error. I can program a button that will exit the program and remove the icon in the taskbar, but I have to tie it to OnTaskBarClose. OnExit and OnCloseWindow do nothing and leave the icon in the taskbar, I think I have tried every option, when

The C++ part of the .. Has been deleted, wsTaskBarIcon

2005-04-12 Thread andrea_gavana
Hello Alex, first of all, I would suggest you to upgrade wxPython to 2.5.5.1. There is no particular reason to stick with 2.4, whatever someone else is thinkink/saying. Secondly, I strongly suggest you to abandon the syntax: from wxPython.wx import * And to use: import wx This will help