trayicon

gtkmm statusicon quits after creation

Hi, I have to create a simple application that displays an icon in the systray and a menu from which you can do some operations. the problem is that statusicon is closed immediately after creation. What's missing? I put the sleep to make sure it was created. for 3 seconds something appears in systray, even if it is not the icon that I se...

PyQt application crashes after closing QMessagebox window.

Here is the code of my simple tray application. It crashes with segfault when i call information window from context menu of application and then close it. I've tryed different variants to find a reason of segfault, this is my last try. #!/usr/bin/env python # -*- coding: utf-8 -*- import sys from PyQt4 import QtCore from PyQt4 import ...

Xul tray icon code

merhaba aşağıdaki eklentiyi nasıl kendi uylamam için kullanabilirim örnek bir kod veya anlatacak biri var mı? http://github.com/nmaier/mintrayr/ https://addons.mozilla.org/en-US/firefox/addon/12581/ ...

How can I use two NotifyIcons in C# without the second one disappearing when i hover the mouse over?

I Have a VS2008 app that needs to display two notifyIcons in the System tray. One is the main application icon, which allows quick access to the GUI. The second is a "new message" icon, which is displayed when a new message arrives, and hidden when the user double-clicks on it, much like the new Outlook mail message icon. The problem i...

NotifyIcon on startup

I trying to make a visible tray-icon of my program in windows startup, with the NotifyIcon component. The program itself works great and the tray-icon showing up. But, when i placing my program in computer startup, the tray icon not always showing up, while the program itself is running without any problems, and its main window is visi...