Tagged Questions
The trayicon tag has no wiki summary.
38
votes
9answers
39k views
What's the proper way to minimize to tray a C# WinForms app?
What is the proper way to minimize a WinForms app to the system tray?
I've seen hackish solutions like, "minimize, set ShowInTaskbar = false, then show your NotifyIcon."
Solutions like that are ...
15
votes
1answer
380 views
How do you create a Tray icon with FireMonkey?
With the new FireMonkey cross-platform tool, how does one create a tray icon? With Delphi it used to be TTrayIcon.
The documentation has nothing, and no other questions seem to answer this. Would ...
8
votes
3answers
4k views
Tray Icon animation
I know how I do to place a icon in the systray. But what the best method to perform systray icon animation? animated gifs? timers?
Preferentially using C# and/or WPF. Thanks!
6
votes
0answers
708 views
Balloon hints on Delphi app tray icon keep popping up indefinitely
I have a Delphi 2006 app that can minimize to a tray icon, and displays various alert messages via a balloon hint over the tray icon.
Under some circumstances - I don't know when - a previously ...
5
votes
2answers
950 views
PNG TrayIcon transparency on Windows
I'm trying to use a transparent PNG as the icon for my Java application. The image on the JFrame and task bar work great. However, when I use the image with a TrayIcon, I get a black matte background ...
4
votes
1answer
120 views
Delphi: JEDI TrayIcon hides all frames. Bug
I have a frame, two buttons and a JEDI TrayIcon (TJvTrayIcon, Version 3.40). Delphi XE.
The first button:
Frame11.Visible := true;
Second:
Frame11.Visible := false;
When I try to minimize a ...
4
votes
2answers
2k views
Nicer notifications in tray
Do you know any example with nicer notification in system tray? I don`t like standard baloon so maybe there are others free, third-party components I can use?
Thanks
3
votes
1answer
167 views
Refreshing system tray icons programmatically
I've an application which has a system tray icon. While uninstalling I'm killing the process if its running. So, as am not gracefully stopping the app, the icon remains in the system tray and will ...
3
votes
1answer
194 views
Qt closing tray icon after application stops
I've a little problem with tray icon under windows. After my Qt application stopps (normal exit) the icon still remains in system bar. It disapears only when I move mouse cursor over it. I tried to ...
3
votes
3answers
241 views
How to change the tray icon with Java?
I need to change the tray icon, so that it would notify users about the number of unread messages.
How to do this with Java?
3
votes
3answers
286 views
Notifier for System Tray - Fire when new record gets created in SQL Server
Work on a support helpdesk.
New tickets come in and records are created in a SQL Table and they are dumped to a specific category where any analyst can pick them up.
Front end does not notify analysts ...
3
votes
1answer
566 views
TrayIcon balloon does not show up
I compiled my trayicon utility c++ code in visual studio 2005 express edition and tray icon balloons showed up successfully but later I deleted my firewall, switched on to windows firewall and now I ...
2
votes
4answers
164 views
Set tray icon to always show
How I can I set a NotifyIcon to be always visible in the right tray:
http://screensnapr.com/v/qKWHe2.png
because it shifts it over into the inactive icon window:
http://screensnapr.com/v/jjtuK0.png
...
2
votes
1answer
61 views
What native windows API or .NET classes uses the “Language Bar”?
Disclaimer: I'm a Java developer, this is an exercise for learning to code (what I think it's a) simple windows programs in .NET
I was wondering the other day, what sort of calls (API or .NET ...
2
votes
2answers
226 views
How to display my app's icon (programmatically) on the top right corner of the Mac OS X menu bar
I know Skype does it - they have a special icon register to there. And then when user click on the icon, a drop down menu will appear...
2
votes
1answer
175 views
How Do I Create a 32-bit Tray Icon With Transparency (using GDI)?
I'm trying to create an icon that displays a piece of text in the system tray. (Obviously, it won't be longer than a couple of characters.)
So far I've tried:
#include <tchar.h>
#include ...
2
votes
1answer
192 views
Aero border and other controls in a TrayIcon menu
I'm writing a system tray app for Windows (with much info gleaned from this thread). I have the ContextMenu working - you can right click and execute functions that way.
I want to have a modern, rich ...
2
votes
1answer
339 views
Java TrayIcon message close button
The real question here might be if there's a better way to display desktop messages in Java. However...
I'm using the Java trayicon to display messages to a desktop user. Because they want to keep ...
2
votes
2answers
1k views
Simple tray icon application using pygtk
I'm writing a webmail checker in python and I want it to just sit on the tray icon and warn me when there is a new email. Could anyone point me in the right direction as far as the gtk code?
I ...
1
vote
3answers
143 views
tray component for Delphi
Please advice some modern tray component for Delphi. The more functionality it has is better. It should support Delphi 2010. I just need to place an icon to tray and handle clicking on it and show ...
1
vote
0answers
73 views
How to hide the Java SWT program icon in the Dock when the application is in the tray
I know there are a lot of questions similar to mine, but I actually couldn't solve my problem even after reading all of them.
I have a Java application that as soon as it starts it goes on tray. The ...
1
vote
0answers
139 views
Why does the taskbar menu appear when right-clicking my notification icon?
I've read about how to make a notification popup menu go away when clicking outside it, but when I use the suggested code, a right click causes the taskbar popup menu to appear as well as my own. How ...
1
vote
1answer
141 views
CheckMenuItem problem in pygtk trayicon program
I have the following python (pygtk) program. When I move the mouse over the menu displayed, if clicked on the item in the tray the check boxes become checked and immediately unchecked again. I'm using ...
1
vote
1answer
521 views
Qt: how to make decorated rich popup window instead the default QSystemTrayIcon popup window
I have simple notification application, and I'm using Qt 4.7.1 with C++ to write an application that sits in the system tray. Every time a message comes; I need it to pop-up a window. But, I need it ...
1
vote
1answer
188 views
Does TrackPopupMenu “harm” my HMENU?
Heya. Finally, after a lot of fiddling, I got a .rc-loaded context menu for my tray notify icon working. (Dialog based Windows API application, no MFC). However, in the various examples and usage ...
1
vote
4answers
351 views
How to close BalloonTip programmatically?
I have a Tray icon in my application. I am showing the balloon tip for 20 seconds, when I am loading something in the background. But, if the background load gets completed early, say in 10 seconds, I ...
1
vote
0answers
201 views
Notification Area Protocol does not work in GNOME or KDE (Ubuntu 10.10 attempted)
I cannot for the life of me get the freedesktop.xorg "system tray" protocol
specification to work with GNOME or KDE, even though I think they both support
it. Unfortunately, I have had the same ...
1
vote
1answer
154 views
Default state of the systray icon
In my WPF application, I had to set a systray icon. It's a business application which will be used every days.
In win 7(maybe vista, i don't know), Some icons can be hidden, displayed only when ...
1
vote
2answers
279 views
Delphi - How do I find the source of a recurring “ghost” tray balloon popup?
I have a D2006 app that notifies various events via a tray balloon hint. Every so often, but not very often - say 1 in 10 invocations of the app -, one of the hints decides it is going to popup ...
1
vote
2answers
341 views
SWT for tray icon in Swing application
The tray icon implementation in Java 1.6 has its limitations, e.g. no support for the alpha channel in the graphic icons. Did anybody tried to use SWT to support a native looking tray icon? Is that ...
1
vote
2answers
484 views
How to minimize Chrome browser to tray?
Anybody knows how to minimize chrome browser to tray when i click on standart minimize button? I don't wanna it appears in task bar, just in system tray.
Can we implement this by chrome extension ...
1
vote
2answers
359 views
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 ...
1
vote
2answers
664 views
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 ...
1
vote
2answers
316 views
What is the best way to reactivate an app running in the tray?
I have a delphi app that runs minimized to a tray icon. When the tray icon is double clicked the app opens a non-modal user interface form.
I have added logic to the app to detect whether it is ...
1
vote
1answer
94 views
API for tray icon in Java
I am looking for a api from which I can build tray icons in mostly every platform, especially vista.
A clean interface is a good thing
Thank you
1
vote
0answers
302 views
How to set icon in caption of image in TrayIcon in Mac, Java
I have created a sample java application for using tray icon.
trayIcon.displayMessage("Sun TrayIcon Demo",
"This is an error message", TrayIcon.MessageType.ERROR);
If I ...
1
vote
1answer
207 views
Why can my property sheet, shown from a system tray icon, lock up the taskbar?
Note: code samples have been simplified, but the overall structure remains intact.
I am working on a Win32 application whose main interface is a system tray icon. I create a dummy window, using ...
1
vote
1answer
204 views
Tray Icon issue
i have a program which displays tray icon and popups and balloon when some event occurs. The problem arises when i change the image of the try icon no balloon popups when the event occurs what could i ...
1
vote
2answers
386 views
Large items in the notification area (AKA system tray)?
I would like to place some large items in the XP system tray. (the one next to the clock)
By this i mean items that take up more than the standard icon space.
I know it can be done because I have ...
1
vote
1answer
246 views
Anyway to stop Windows bringing app to front when displaying a context menu on tray icon?
We are experiencing this annoying problem where we have a context menu on our tray icon, if we display this context menu we have to SetForegroundWindow and bring it to the front. This is really ...
0
votes
2answers
36 views
java.awt.Trayicon is not displaying when java application is installed as windows 7 service
I have installed my Java application as windows service on Windows 7(32 bit) OS. My application is expected to show java.awt.TrayIcon on notification area when service starts. But it is no showing the ...
0
votes
2answers
23 views
Windows - tray icon to all users?
Is it allowed to have some process's icon to be displayed in all user sessions including terminal/multiple local logons, without spawning another process per each session? I don't need to share any ...
0
votes
1answer
54 views
Find out the background color of Windows system tray to select the tray icon for my app
I'm writing a Windows application that displays its tray icon on the Windows system tray (next to the system clock). The problem is that my icon looks great on some backgrounds and looks horrible on ...
0
votes
1answer
129 views
Can you have a win32 program that consists solely of a tray (notification) icon?
I have a program that literally consists of a tray icon. No GUI is needed. However, when writing the win32 code, is it necessary to still initialize a hWnd object to be associated with the tray icon?
...
0
votes
1answer
294 views
Blinking icons in a system tray and GnomeShell
So, I have few programs (Pidgin and Evolution Alarms) which are in a tray and blinks after notification. The problem is, that they are hidden (becouse panel is autohiding). So when I come to the ...
0
votes
1answer
169 views
Unchecking item in a context menu
I currently have a ContextMenu in C# WPF, displaying a MenuItem. This ContextMenu is then utilized by a TrayIcon.
// menu initialization
private static System.Windows.Controls.ContextMenu trayMenu = ...
0
votes
3answers
340 views
How do I position a notification (tray) icon context menu on Windows XP?
I'm using C++ and Win32.
I want my context menu and settings dialog to show up near the tray icon. I think I need the icon's coordinates to do that.
Shell_NotifyIconGetRect wasn't available until ...
0
votes
1answer
151 views
Minimize WPF XBAP To Tray : Can it be done?
I've seen a few implementations of tray-located apps now. Despite the urge to develop my own stuff, I think I'd like to give this one a go : http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx
...
0
votes
1answer
365 views
Java TrayIcon.displayMessage() and line-breaks
I'm writing a Java app with a SystemTray icon, and I'd like to put line-breaks into the TrayIcon's "display message", but the normal html trick doesn't seem to work (like it does inside JLabels).
In ...
0
votes
2answers
429 views
pygtk system tray icon doesn't work
i am trying to display system tray icon in my program.
when i start my program it shows window and when i colse window it gets hidden.
Then if i click on system tray icon it shows me a blank window, ...