The tag "tray" refers mostly to the GUI system notification area (called system tray) and rarely to the disc tray of an optical disc drive. Better use tag "trayicon" in case of a single tray icon and "notification-area" or "system-tray" in other cases about the system tray.
Questions tagged [tray]
175 questions
0
votes
1 answer
Quickly + GtkWindow default close button
I made a gtk app with Ubuntu quickly tool.But I have encountered a few problems with the window close button(the one in the top left of the window).So here's the thing: I want my app to close in the system tray ,so I write the code in a method…

Faur Ioan-Aurel
- 791
- 1
- 7
- 18
0
votes
1 answer
MainWindow loaded but not visible at all time
I want to build a WPF Application that, when started, only has a tray Icon. If the User interacts with Menu Entries from the Tray's Context Menu, there will be Windows.
I need to load the MainWindow though, so I can listen to Clipboard Changed…

metacircle
- 2,438
- 4
- 25
- 39
-1
votes
1 answer
Docker on Mac doesn't show all options when clicking on Whale icon
I have a problem in my Docker. Whenever I click on the whale icon, it shows a limited number of options instead of showing all options (like opening the Dashboard and Preferences for example).
I would like some help to solve this problem.
Docker…

Junior
- 43
- 7
-1
votes
1 answer
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…

Simon
- 9,197
- 13
- 72
- 115
-1
votes
1 answer
QT system try icon with a window
I want to open a new window aligned with the try icon (as the built-in volume control does)! :/
I found something about QRect QSystemTrayIcon::geometry()
But idk how to use it

Leo Castañeda
- 41
- 2
-1
votes
3 answers
C# how add icon into .exe
How can I import .ico into .exe in c# ? (I want to have only one file)
In resources file I have: icon.ico
When i click on that icon, in properties I have: "Embedded Resource"
What I shoud do(change)?
trayIcon.Icon = new…
user3357505
-2
votes
2 answers
C# form show notifications without any tray icon
I want to use NotifyIcon, but I don't want any icons to appear in the lower right field, is this possible?
Or does anyone have an alternative solution suggestion?
I want to send a notification until the user sees the notification, the visibility…

Hakan
- 19
- 3
-2
votes
1 answer
How to replace or repaint system tray clock
I want to replace system tray clock,and display more info on it,such as weather icon.
I have found three demos, here is one of them: http://www.stoicjoker.com/tclock/Download.php.
BUT I only program in C#, and these demos are all in C++,.
Is there a…

user2426735
- 29
- 3
-2
votes
1 answer
Hide icon in tray windows
I use a component in my C # application it loads the DLL, an icon appeared in the windows tray, is there any way to hide the icon in tray using the command line or any exe with arguments?
Thanks.

Jean Michael
- 117
- 1
- 2
- 7
-4
votes
3 answers
Java Tray Icon NPE
I instanced a Java trayIcon and want to show a displayMessage on it with the following code:
trayIcon.displayMessage(_titel, _msg, TrayIcon.MessageType.INFO);
But instead of the Message, I get a NullpointerException and I don't now why?
This…

bbholzbb
- 1,832
- 3
- 19
- 28