for questions about the system notification area (which is often called the system tray), on topics such as examining or adjusting the tray icons in the notification area, and issuing or capturing notification messages handled by the notification area. Consider using the tag notification-area ...
-1
votes
1answer
32 views
How to send java application to system tray? [duplicate]
can anybody help me to send java application to system tray?I tried some ways but i totally failed.i want to send my application to system tray once it is opened because application should run in the ...
-1
votes
0answers
48 views
Is there a way to “protect” system tray app to prevent a user from removing it? [closed]
Appreciate this sounds like virus behaviour!
We have a system tray app that logs who is logged on to a laptop and where (amongst some other things) to run on our corporate machines. We want to ...
0
votes
0answers
6 views
retrieve tooptip text of the application minimized in the system tray on linux
Is there a way to programically retrieve tooptip text of any application (of my choice) minimized in the system tray on linux?
I'm running Xfce. I'd be OK with any programming language/library/tool ...
0
votes
0answers
13 views
Adobe Air - Tray Icon Menu on Click
I've got a working context menu on my App, based around the below code:
import mx.core.WindowedApplication;
import mx.events.AIREvent;
import mx.events.FlexNativeMenuEvent;
import ...
1
vote
0answers
48 views
Calling trayIcon.displayMessage() from method
I know below way to show a balloon message:
something.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
trayIcon.displayMessage("Tray", "Icon", ...
0
votes
0answers
15 views
restoring window from system trau from another window wpf
I have a window that is minimized on the event of loging out and continue to do its operations
and pops up the home log-in window
I want to restore the same window with the status if the same login ...
0
votes
1answer
78 views
QT: Context menu on Trigger
I have a QMenu that in a QSystemTrayIcon. Both are members of a QMainWindow object.
I wan the QMenu of the QSystemTrayIcon to act exactly alike when right clicking (ie, reason ...
-1
votes
1answer
36 views
How can I listen to clicks on a message of TrayIcon [closed]
I want to automatically do an action when the user clicks the balloon message which I pop from a TrayIcon with trayIcon.displayMessage().
Is this possible?
0
votes
1answer
38 views
Wrong icon in taskbar
Both Form1 and my desktop show the correct icon but the taskbar displays an icon I'm attempting to remove and replace with the proper one. The taskbar icon being shown is the original one first used ...
2
votes
1answer
55 views
Save window state when application in tray
I have an app that minimizes to the system tray by clicking on "close" button and I want to save it's state (position, all elements (comboboxes, textboxes) with their values, etc).
Now I wrote this ...
0
votes
1answer
54 views
Status icon in GTK+ on MacOSX, Windows, and Linux(Gnome) and python
I'm developing an application in python and it will be used in Windows MacOsX and Linux, and now i'm developing system (status icon) icon (and the menu when you click) in Mac OSX bar.
Can I use PyGTK ...
1
vote
1answer
233 views
How can Java apps use tray icons in Ubuntu >= 13.04 (with AppInicator)
The system tray was deprecated in Ubuntu 11.04 in favour of the new AppIndicator. Since then, SWT applications couldn't show an icon unless the user used a whitelisting workaround included for ...
0
votes
0answers
43 views
Java TrayIcon intermittently disappears from SystemTray, Win 7-64bit
I have a fairly simple application that uses Java 6's java.awt.SystemTray class to add and then modify a TrayIcon to the system tray. Mostly this works fine, but every so often, without a pattern, ...
3
votes
1answer
71 views
How to get Java's TrayIcon message to fade out?
I have a Java application that reduce into the system tray when the red cross is pressed.
Whenever this happen, I display a message to inform the user that the application is still running in the ...
1
vote
1answer
94 views
Developing Sharepoint Windows Forms
we want to have a tray windows application for our SharePoint users that they cant work with ms-access view or SharePoint workspace ... (this program should alert personnel with our custom alerts and ...
0
votes
0answers
45 views
How to minimize softwares to system tray (notification area) when started?
I have two softwares that I need to minimize to system tray when startup.
However, one needs me to manually click on "minimize" and the other needs me to manually click on "close" to both minimize to ...
0
votes
0answers
21 views
Java SystemTray menu Decoration
Hi StackOverflow members,
I want to know how I can use the standard operating system decoration for a systemtray, I'll show you what I mean with some pictures. (Right bottom corner)
...
1
vote
2answers
147 views
How to create a system tray popup message with python? (Windows)
I'd like to know how to create a system tray popup message with python. I have seen those in lots of softaware, but yet difficult to find resources to do it easily with any language. Anyone knows some ...
6
votes
1answer
91 views
Icon exists in systray?
I want to check if an icon exists in the systray; as in, if "X" application has displayed their systray icon in the systray area.
I've Googled for information about how to do this but I didn't find ...
2
votes
3answers
64 views
How to add line breaks to a Windows notification balloon?
I have a tray bar application that displays notifications. Those are the regular Windows notifications, as a balloon over the application icon.
This is the basic code:
class TrayIconApplication:
...
0
votes
1answer
69 views
Change the icon name in the notification area in windows in Java
I created a program that supports system tray notifications. I set an icon with a tooltip and balloon message for my system tray. When i start the program the icon appears in the Notification Area ...
1
vote
1answer
98 views
tkinter: How to make a system tray application not using winico?
Question Tkinter: How to make a system tray application? and other searching results show that this can be done using winico. But winico doesn't support x64. Since most people use x64 PC(including ...
0
votes
0answers
38 views
Usage of Ti.UI.Tray
Can Someone explain me what Ti.UI.Tray is for? I want to create a system tray application that displays notifications on update and when the user closes the window it goes into system tray instead of ...
1
vote
1answer
164 views
How to make custom tray icon for an application?
I need a custom tray icon for my application written in python. I am using the code from ubuntu wiki.
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Python_version
The problem ...
1
vote
1answer
73 views
How to show progress in the System Tray
I am trying to display progress in the system tray. I use this:
ProgressIndicator pi = new ProgressIndicator();
SystemTray.ProgressIndicator = pi;
...
2
votes
3answers
84 views
How to Run application in background when close the JFrame?
I used a system tray in my java application. I want to disappear the GUI and run the application in background, but system tray must remain available when user click on close button of JFrame.
0
votes
1answer
90 views
QSytemTrayIcon does not show up in Ubuntu 12.04
I have created a program that runs in the background using PyQt4. A system tray icon is created in a separate thread that allows me to interact with the main program, after its creation and placement ...
1
vote
1answer
127 views
Qt Multiple system tray icons
I'm not sure what's doing this but I think it's when I want the app to close abruptly (for example when the user chooses not to continue after an SSL error the application will close) using the method ...
0
votes
1answer
97 views
Disabling System Tray icon in pyqt
I have application with QtGui.QSystemTrayIcon and a Qmenu in it. Is there a way to disable and enable it.
I want this to disable when my application is launching, so that user have no option to ...
1
vote
2answers
177 views
Restore program from system tray clicking shortcuts in desktop in c#
Im using Visual studio 2012, windows form. I need restore application from system tray when I click shortcut on desktop.
Im using this code that prevent double istance of same application, but not ...
4
votes
1answer
75 views
How to check if NotifyIcon is hidden
I don't want to FORCE it to be visible, I just want it to check to see if it is hidden by Windows.
Windows by default, hides the trayicons other than the system icons (Action Center, Battery, ...
1
vote
0answers
103 views
vb.net duplicated tray icon
I have a vb.net 2010 app,I have a background worker in my app that calls a web service. if the web service returns data the background service then calls a Crystal report and then prints it out. At ...
3
votes
2answers
288 views
To Hide JavaFx fxml or JavaFx swing application to System Tray
I want to develop a client app for website .
I want the app to reside in system tray when minimised.
I dont know how to accomplish this task .
Is their any example for this type of operation.
0
votes
1answer
149 views
Right click when form is minimized to tray
I overridden the FormClosing event to minimize to system tray when clicked. Here is my code:
private void OnFormClosing(object sender, FormClosingEventArgs e)
{
if (e.CloseReason == ...
0
votes
2answers
106 views
icons in PyQt not showing properly
I have developed an app with system Tray having menu in Python 2.6.4 and PyQt4.
Every client system has python installed locally, and accessing PyQt4 from network location.
I set SystemTray and ...
0
votes
1answer
106 views
TrayIcon display message pops a window in mac
I am creating a creating java app in which I am displaying a Ballon message in system tray / notification bar. It displays a balloon message properly in windows(the balloon auto fades away in seconds) ...
1
vote
0answers
126 views
Click On Option From MenuStrip Control(tray notification icons)
i want do something like:
this code opens the tray notification icons window:
Dim Shell_TrayWnd As IntPtr = FindWindow("Shell_TrayWnd", "")
Dim TrayNotifyWnd As IntPtr = ...
2
votes
2answers
143 views
How do I add things to the system tray and add mouseOver() functionality?
Sorry if the title was vague but this is what I am trying to implement.
This is Battery Care software iconified / minimized. When you mouse over the icon, you get the window you see in the picture.
...
0
votes
1answer
62 views
Simple way to add window to system tray [duplicate]
Possible Duplicate:
How can I put my Java program in the system tray?
I am making a notification system in java, I want the program to show up in the system tray, instead of on the task ...
0
votes
2answers
211 views
Finding and simulating a click on a system tray icon?
I need to figure out how to programmatically find and select a context menu item from a separate application's system tray icon. The only way I could imagine accomplishing this was to use ...
0
votes
1answer
166 views
How can my WP7 C# app always show the system tray or programmatically expand it?
I am writing an Windows Phone 7.5 app.
How can I expand the system tray by c# code?
I want that by app shows the system tray with the battery status if the user clicks on a specific button.
If the ...
0
votes
1answer
154 views
Problems with Minimizing to Tray
In my windows forms application (C#) I have such code:
private void frm_main_Resize(object sender, EventArgs e)
{
if ((this.WindowState == FormWindowState.Minimized) ...
2
votes
0answers
135 views
Gnome shell and Unity do not display tootips in system tray icon (Qt)
There are no tooltips displayed when mouse hovers on tray icon.
trayIcon->setToolTip(str);
does not work. I figured out an alternative way for Gnome:
curpos = QCursor::pos();
QRect rect;
...
1
vote
1answer
121 views
I have a system task tray application - Can I close the main form instead of just hiding it?
I have an application that has a main form and a system task tray icon. In the designer of the main form, I dragged the TrayIcon control on the form, so it is a child of the main form.
At this point, ...
1
vote
1answer
308 views
Opening Winform from taskbar
I have a Winform, which is hidden initially on startup.
Thereafter the user is free to click the notification icon in the bottom and show it if they want, and when it is minimized it needs to go back ...
3
votes
2answers
168 views
Java program appearing multiple times in system tray
I've built an application that hides in the system tray via the SystemTray class. Works ok, but when I quit the program and start it again, it doesn't remove the icon from the tray before hovering it ...
2
votes
2answers
123 views
System tray with Java
I've set my program to appear in the system tray by doing what Oracle told to do. My first question is about the icon. I have a lot of programs in the system tray and mine is hidden. Can I make it to ...
1
vote
0answers
131 views
Text in Mac Icon Tray/Menu Bar Extra in Java
I have looked everywhere and cant seem to find a solution. I would like to put text up in the icon tray in mac. The reason is I want to display something that will be constantly changing (like the ...
0
votes
1answer
98 views
awt.TrayIcon is it posible to distinguish between a double click on the tray icon and a close of a balloon message?
Currently in my (JRuby code), I want to handle "balloon close" messages differently than "double click on the tray icon" (awt.TrayIcon instance):
import java.awt.TrayIcon
import ...
0
votes
0answers
39 views
Minimize a program that has no minimize supported
Its part of a login system for a gameserver - however quite old. Coded in C++ and no source.
It has no minimize controls - in fact even any of the "minimize" tools wont detect it as a open window.
...






