1. What's the proper way to minimize to tray a C# WinForms app? stackoverflow.comWhat 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 hackish ... |
2. Large items in the notification area (AKA system tray)? stackoverflow.comI 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 ... |
3. Is there anyway to display a custom form in Java that acts similar to TrayIcon.displayMessage()? stackoverflow.comUsing Java is there anyway to display a custom form/image that behaves similar to TrayIcon.displayMessage() function in that it displays just above the system tray for a while then disappears? I am ... |
4. TrayIcon balloon does not show up stackoverflow.comI 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 ... |
5. Nicer notifications in tray stackoverflow.comDo 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 |
6. Notifier for System Tray - Fire when new record gets created in SQL Server stackoverflow.comWork 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. |
7. Problem in TrayIcon Java stackoverflow.comHi I am developing a desktop application. I used TrayIcon to set the icon in tray. But icon is not being set. I even changed the size of image-icon to 16x16. ... |
8. gtkmm statusicon quits after creation stackoverflow.comI 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 ... |
9. NotifyIcon on startup stackoverflow.comI trying to make a visible tray-icon of my program in windows startup, with the |
10. is it possible: custom trayicon balloon? stackoverflow.comI want to do custom cloud (system balloon) as i paint in attach picture. Is it possible? |
11. Balloon tip text must have a non-empty value exception stackoverflow.comI got "Balloon tip text must have a non-empty value" exception when the OnStateChange(). This method called when my application is minimized.
|
12. Java TrayIcon.displayMessage() and line-breaks stackoverflow.comI'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 ... |
13. Notification Area Protocol does not work in GNOME or KDE (Ubuntu 10.10 attempted) stackoverflow.comI 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 ... |
14. How to close BalloonTip programmatically? stackoverflow.comI 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 ... |
15. Minimize WPF XBAP To Tray : Can it be done? stackoverflow.comI'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 Anyway, ... |
16. Does TrackPopupMenu "harm" my HMENU? stackoverflow.comHeya. 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 ... |
17. Java TrayIcon.displayMessage() does not work on Windows XP stackoverflow.comI'm writing an application that runs in the System Tray and notifies the user (i.e. makes one of those bubbles pop up) when something happens. The only problem is that the ... |
18. What native windows API or .NET classes uses the "Language Bar"? stackoverflow.comDisclaimer: 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 ... |
19. Find out the background color of Windows system tray to select the tray icon for my app stackoverflow.comI'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 ... |
20. Java trayicon popup message chinese stackoverflow.comI trying to display chinese string in Trayicon.displayMessage().I am working in a xp us version .I installed a chinese font in my system and swing is displaying chinese characters when i ... |
21. Messaging System For TrayIcon coderanch.comGregg, There are a couple options. You could have an observer pattern where some sort of tray icon "view" listens to events. However, you would still have to register your view with the "model" that is firing events. Perhaps one way to address this is to use an EventManager class. You would basically have a central manager to send events to. ... |
22. Display String in System Tray (instead of TrayIcon) coderanch.comOne last question about Images. I have 2 gifs, both are 8 pixels wide and 16 pixels high. I want to put one gif on the left side of a system tray icon and the other on the right side. Sort of like below, is this possible to do? I've been try to get it to work without success for the ... |
23. Trayicon coderanch.comhi everybody, I am trying to create a basic trayicon that launches from my webapp. I going to use swt, jws and jnlp. I hope that this is right? I have started with this basic tutorial http://www.ibm.com/developerworks/opensource/tutorials/os-eclipse-jws/os-eclipse-jws-pdf.pdf everything works fine until I get to the final stage of "export the wrapper feature" after exporting I go to my features folder (as ... |
24. swt trayicon send sms coderanch.comhi, need some help please with swt trayicon. I have a swt trayicon, that displays tooltip messages but what I want is to display an alert message to the user of the trayicon at specific times, for instance a message is displayed to the user "you have worked 6 hours" this message is to be displayed after 6 hours of the ... |
25. TrayIcon after explorer crash coderanch.comI think each of us witnessed Windows explorer crash. Taskbar disappears but it reloads after this. Unfortunatelly not all tray icons appear reloading. It depends on the software using tray icon. I've been playing with tray icons and it works well great until explorer crash happened. My appplication runs in the background but I'm not able to show its window beacause ... |
26. trayicon coderanch.comI am trying to add a tray icon to the windows 7 system tray icon. It does not display. I have included the code and the console output. Please advise. Thanks! Here is my code: package coriell.com; import java.awt.AWTException; import java.awt.Image; import java.awt.MenuItem; import java.awt.PopupMenu; import java.awt.SystemTray; import java.awt.TrayIcon; import javax.swing.ImageIcon; public class AtlasTrayIcon { AtlasTrayIcon() {} public void createIcon(){ if ... |
27. System TrayIcon for MAC forums.oracle.comAs you said I add the jdic_stub jar also. But still it give the same error. I search on both jar files that missing file, org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub_windows But it's not there. So where I can found the required jar file? Please help me to solve this out. I have one question in my mind, is this only specific to windows? Is anyone ... |
28. SystemTray TrayIcon question forums.oracle.comHello, The SystemTray class provides ability to have an app run in a system tray. I have implemented such an app. This app uses displayMessage() method to display a baloon like message in Windows. My question is, can somebody suggest a way to have a custom "baloon" message instead of using a default displayMessage() method that's member of TrayIcon? Our custom ... |
29. trayicon portability issue forums.oracle.comRight I have created a program which uses the java.awt.TrayIcon package on the windows version of the client. I am trying to make the program portable but it will not compile on a Mac due to it not having the TrayIcon package, is there any way of making it compatible. I know TrayIcon will not work on Mac because it doesn't ... |
30. TrayIcon displayMessage forums.oracle.com |
31. TrayIcon! forums.oracle.com |
32. Avoid TrayIcon run more them once forums.oracle.comIs there any way to avoid TrayIcon run more then once ? Something like : String appName = "My program"; // First check if there's another instance of our app running by sending a windows // message to a hidden icon window "TestTray" - each Tray Icon app has a hidden window // that receives the mouse/menu messages for it's Tray ... |