Tr: [PyQt] Problems with QSystemTrayIcon

2009-02-19 Thread projetmbc
I'm under Windows XP with PyQt for Python 2-6 and your example works very well. I see the icon in the SysTray with the message. Christophe. >Hi, > >I am having problem to get QSystemTrayIcon to work. I am running on >windows XP and I never see any notification messages. > >My setup: windows XP,

Re: [PyQt] Problems with QSystemTrayIcon

2009-02-19 Thread Sundance
Philippe Fremy wrote: > I am having problem to get QSystemTrayIcon to work. I am running on > windows XP and I never see any notification messages. > > My setup: windows XP, PyQt 4.3.3, python 2.5 Hi Philippe, Your code looks fine to me, and works fine here on Linux (Qt 4.4.3, PyQt 4.4.4). Acc

[PyQt] Problems with QSystemTrayIcon

2009-02-19 Thread Philippe Fremy
Hi, I am having problem to get QSystemTrayIcon to work. I am running on windows XP and I never see any notification messages. My setup: windows XP, PyQt 4.3.3, python 2.5 See my attached simplified code, that runs standalone. Any idea what I could be doing wrong ? cheers, Philippe <># -*- c