Tagged Questions
The tray tag has no wiki summary.
14
votes
6answers
6k views
java TrayIcon using image with transparent background
I am using the following code to set a tray icon in Windows and Linux. It works wonderful in Windows and works okay in Linux. In Linux (Ubuntu) I have my panel set to be (somewhat) transparent and ...
8
votes
1answer
532 views
C# Getting the text off notifyIcons (tray icons)
I'm crafting this "what you are listening to" - plugin for learning purposes that displays the current Spotify or Winamp song as a message in an IM client.
So far it's really simple, I'm merely ...
6
votes
2answers
616 views
Quick and easy: trayicon with python?
I'd just need a quick example on how to easily put an icon with python on my systray. This means: I run the program, no window shows up, just a tray icon (I've got a png file) shows up in the systray ...
4
votes
3answers
718 views
C# close to tray (like msn messenger)
I have a c# .net app. So I created a notifyIcon that sits in the tray. What I want to do is when the user hits the "x" button on the form, I want it to close to the tray. They should only be able to ...
3
votes
1answer
422 views
Java SystemTray icon
There is a really simple tutorial on implementing a system tray icon.
The problem is, I can see the icon in tray if I run my app from eclipse, but I can't see it if I export and run a runnable jar ...
3
votes
2answers
1k views
Tkinter: How to make a system tray application?
i have a small application. I want my target users(windows,linux) to be able to start and exit the application from the system tray. I intend to use Tkinter because of its low footprint but, i dont ...
3
votes
2answers
133 views
Windows Service with WPF management tool
i'm trying to create a windows service with C# in .net that runs before the user is logged on...
then when a user is logged on a symbol should appear in the system tray (next to the clock) to show the ...
2
votes
1answer
61 views
How to capture trayicon.displayMessage() mouse click on the tooltip baloon
Hi Im trying to show a more detailed information after an user click on the message baloon tooltip. but I cant find how to capture that event.
Is this possible to do ?
2
votes
1answer
90 views
Can I change my programs tray icon while it runs in c#?
I want to make my programs tray icon change colors if a certain event occurs. Can I set my code to change the tray icon while it runs?
2
votes
1answer
132 views
CMFCPopupMenu Stays In the Background in Win7
I'm trying some of the new MFC functionality and i want the same thing that the TrayMenu project from Visual C++ Language Samples for Visual Studio 2010 does but in my machine (don't know if is only ...
2
votes
2answers
210 views
Java Look-And-Feel for Tray Messages on Ubuntu
I'm displaying messages on the system tray via trayIcon.displayMessage(...) but they don't look nice.
I tried to change their look and feel to the system standard, but calling ...
2
votes
0answers
140 views
Adobe AIR system tray drop target
I would like to make a system tray icon from Adobe AIR app a drop target. Is this even possible ? Digging hard, but without success so far.
Thanks
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
1answer
71 views
C# Tray Icon application with daemon
Complete C# newbie here, so cut me some slack.
I have this application that will live on the tray. When I click the tray I want to access a "settings" form. This is all coded and working.
However, ...
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
1answer
71 views
Using hotkey even if window hide in tray. Is it possible in Delphi?
I need to hide a form to the system tray, but in the same time I want to use hotkey, such a "ctrl+3" to get text from tEdit on my hiden form being inserted to Firefox SendText(edit1.Text); // in such ...
1
vote
0answers
144 views
Titanium Desktop - Get Menubar icon Position
I am trying to create an app where the main window is shown only when the menubar icon is clicked. I have create the menubar icon but I can't figure out how to position the window underneath it. Is ...
1
vote
0answers
125 views
Enumerating programs in the notification area [closed]
Possible Duplicate:
How can I get the tooltips of notification-area icons?
Done a lot of searching but drawing a blank here.
I can make a list of all the apps running in the task bar and ...
1
vote
2answers
578 views
Best image format for tray icon
I created a java application with tray icon. I am using PNG transparent image.
But definitely the rendered task icon is very ugly in all plateforms windows 7 and linux ??
Is there any good practices ...
1
vote
1answer
114 views
Qt app fails to create the tray icon when it runs on startup
There actually is no problem with my code per se, but if I add my program to run on startup (i.e. every time the user logs in), it fails to create the tray icon, because, at the time it tries to, the ...
1
vote
1answer
332 views
OSX Java System Tray (menu bar)
Does anyone know of a way of if it is possible to have an application (Java on OSX) run in a system tray state but when a window is visible on the screen to have a dock icon? Currently I have a trade ...
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
1answer
867 views
How to update the text in a tray icon balloon by hand?
I use CoolTrayIcon component,but I can modify it by hand.What I want to accomplish is to update the text in the balloon i just created without actually creating another balloon.Problem is:
function ...
1
vote
1answer
101 views
Word shows trays that are not installed with an exclamation mark
In my project, I'm trying to reach trays of the installed printers and successfully doing it. If some paper sources of the selected printer are not installed I don't show them in the paper source ...
1
vote
1answer
2k views
How to always show program tray icons in Windows by *default*?
If a program is executed for the first time in Windows 7, it automatically hides the icon. Is there any manifest setting or option to force Windows 7 to always show the icon by default?
0
votes
3answers
75 views
C# - Calling function from another form
I need a tray notify from another form.
ControlPanel.cs (default form, notifyicon here):
...
public partial class ControlPanel : Form
{
public string TrayP
{
get { ...
0
votes
1answer
47 views
Java System Tray With NO Icon
I know how to add my application to the System Tray.
However, I do not have an icon to use, so how would I do this if I cannot use the TrayIcon?
Is there a way I can use a built-in Java icon?
0
votes
0answers
54 views
drag and drop images from GalleryView to a horizontal tray
I have a horizontal filmstrip-like GalleryView widget on the topmost space spanning across the width of the phone in landscape orientation. The widget displays upto 100 images at any given point in ...
0
votes
2answers
27 views
GtkStatusIcon label in Gnome3
How can affect on my app's status icon label in Gnome3? When i moving cursor on it shows me my app's executable name. How can I change it?
0
votes
1answer
70 views
How to: Add an icon for my WPF app in the notification area of my win 7 taskbar
I am working on a new WPF application.. and I need to show a notification area icon for it..
in windows forms I used to use notifyicon class but that is not supported in WPF...
so can you help me do ...
0
votes
0answers
56 views
can i apply gsettings without relogin?
I want my program's icon in Unity system tray. I do gsettings set com.canonical.Unity.Panel ..., but I want the changes to be applied without relogin, is it possible?
0
votes
1answer
34 views
MS Windows- Main window no response when show menu on a tray notify icon(use a hidden window to process message)
I implemented an class, this class will show an tray icon. to handle the message from the icon, I have to create a hidden window.
Eevery thing works fine, except if You click outside of the icon, ...
0
votes
0answers
26 views
System Tray program stop working if machine is inactive
I have developed one scheduler which is tray application. It reads data from database on every minute and then perform some task based on data. Now scheduling data is there up to evening and then from ...
0
votes
1answer
70 views
Java look and feel for tray does not work
I use UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); to set a LAF and it works fine. But this time I also implemented a tray and it looks ugly - like Motif. How can I set LAF for ...
0
votes
1answer
43 views
pygtk: how to switch window_state from popup_menu
This is my code:
def configure_event(self, widget):
if self.is_hiding:
self.window.present()
else:
self.window.iconify()
def delete_event(self, widget, data=None):
...
0
votes
0answers
109 views
Windows sytem tray icon NotifyIcon Overflow Window disappear automatically
I am writing a system tray icon app, which will bring up a window during left click on the tray icon. I am trying to get the window opened next to the location where its trayicon is. If the tray icon ...
0
votes
1answer
116 views
Win7 systray style popup
Hello guys
I have an applcation that sets itself to 0 opacity on Form1_load which then changes to 1 when the user left clicks on the NotifyIcon. I would also like the form to center itself directy ...
0
votes
1answer
316 views
PyQt4 Tray Icon Problem when showing QLabel
When the following code runs, the tray application can pop-up the AboutWindow QLabel object in the middle of screen. But when closing this screen, the whole application is shutdown with no errors (the ...
0
votes
0answers
63 views
Custom Application Tray Icon for multi MS OSs
Okay, I am asking this to get more information on one of our in-house applications we use for our clients. I am by no means a program developer, but I have enough competence to understand when ...
0
votes
1answer
1k views
How to add application icon in notification tray?
I understand that it's possible. At least I see that various applications used to put in notification tray their icons (e.g. Skype).
What about my application? What should I do to put my icon or ...
0
votes
0answers
87 views
Making notify icon display new messages
hey all, im having troubles in vb
I have downloaded a source code for a tcp chat program, tweaked it and works for me, now i want a notify icon to show up when someone says something in the chat,
...
0
votes
1answer
59 views
Is it possible to hold object instances via C# Remoting?
I'm new to remoting, I want to make a system tray app which will be used to perform some background tasks. I have other 2 programs which need to access the objects modified by the system tray app, and ...
0
votes
1answer
263 views
Java Swing - How to override the tray 'displayMessage' popup?
I set up a tray for my application and when an event occurs the 'displayMessage(String, String, Icon)' method is called. Is there anyway to override the paint method of this popup to make it look ...
0
votes
1answer
177 views
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 ...
0
votes
1answer
501 views
c# - Tray Icon not showing
I have a NotifyIcon set up on my main form, however when the form ran the notification icon doesn't appear?
I have it's visible attribute set to true and if I try to show a balloon tooltip:
...
0
votes
1answer
437 views
PyQt4 tray icon application context menu items don't work
I've got a simple tray icon application, but "About" context menu item doesn't work at all.
I'm definitly mising something simple, but important here.
The question is what should i fix to see ...
0
votes
1answer
148 views
How to find a hidden icon in system tray using FindWindowEx or a similar function?
Is it possible to find a window by class using FindWindowsEx if it's currently hidden in the system tray? Looking for children of ToolbarWindow32 works if the icon is not hidden, but what to do when ...
0
votes
2answers
430 views
Flash ShowMessage(Pos) or any other predefined window in Dialogs unit in Delphi for Post-WInXP OS
This is approach I found for Tray ... :
http://www.programmersheaven.com/mb/delphikylix/257563/257563/how-can-i-make-a-system-tray-flash/
Does the same technique works for Dialogs ( as they are ...
0
votes
3answers
450 views
How to open an app main interface from the executable instead on the tray icon in c#
Here is the scenario, i opened my application then the tray icon shows, if i double-clicked the tray icon, the main interface will be shown. if i open again my application, the main interface should ...
0
votes
1answer
325 views
How I can add a Widget or a Region to an Status Icon in PyGTK
This is my first question in StackOverflow, so I would try to explain my self the best I can.
I made an small app trying to emularte the windows Procastination Killer Application, using pygtk and ...