systray Questions
4
I'm building a tkinter gui project and i'm looking for ways to run a tray icon with the tkinter window. I found Pystray library that does it, But now i'm trying to figure it out how to use this lib...
9
Solved
This problem has been afflicting me for quite a while and it's been really annoying.
Every time I login after a reboot/power cycle the explorer takes some time to show up.
I've taken the step of w...
Caylacaylor asked 16/9, 2008 at 17:18
5
Solved
I am Making a Simple App using JavaFX UI, The app simply just do that:
has a systray icon, which when clicked shows a window, when clicked again hides it, on rightclick shows a menu with 1 "exit"...
9
Solved
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 systr...
1
Solved
I am not a programmer by trade (any Java knowledge I have comes from the School of Hard Knocks). Please forgive me for the stupid question I'm about to ask, and answer appropriately.
A Java app I'...
Sage asked 3/12, 2019 at 22:8
1
I'm developing a daemon with no UI apart from a simple icon in the Windows systray.
I would like to have no dependencies on any other package(s), so I'm trying to use the syscall package and impl...
6
Solved
I've successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs...
Dilatory asked 13/11, 2009 at 17:25
4
Solved
I want to minimize a Delphi application to the systray instead of the task bar.
The necessary steps seem to be the following:
Create icon which should then be displayed in the systray.
When the ...
3
Solved
What needs to be done to have your .NET application show up in Window's system tray as icon?
And how do you handle mousebutton clicks on said icon?
Uitlander asked 1/10, 2008 at 18:0
3
Solved
I am writing simple tray for windows using python.
I succeeded in creating a tray icon, menu, sub menu. I stucked at adding image for particular tray item.
here is code I used. (Link) Even this c...
2
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...
Cavanagh asked 17/11, 2011 at 17:55
2
Solved
I am new to QT and need to build an app with an app-indicator. As QT seems easier than GTK+, I am making it in QT.
I would mention that I have sni-qt installed and app indicators of vlc and skype ...
Modernistic asked 19/6, 2013 at 14:2
4
Solved
I've added a Notify Icon to my app, and quite often I see up to 3 copies of the notify icon in my systray. is there a reason for this?
is there a way to stop it from happening.
Often this persist...
0
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 fin...
Nutritive asked 9/4, 2013 at 17:5
3
Solved
Since I've finally got an answer for this question: Can you send a signal to windows explorer to make it refresh the systray icons, that asks about getting rid of dead systray icons, I would like t...
5
Solved
How can I show a systray tooltip longer than 63 chars? NotifyIcon.Text has a 63 chars limit, but I've seen that VNC Server has a longer tooltip.
How can I do what VNC Server does?
1
Solved
MSDN's documentation about Notifications and the Notification Area is pretty clear in the requirement for having an icon in the notification area in order to display a notification:
To display a...
Chancre asked 7/6, 2011 at 19:28
6
Solved
I'm making a Java Application on Linux that uses sytray using Java 6 and Swing. The app looks great (uses the system look and feel) but the systray looks awful. I mean the systray menu looks like o...
1
Solved
I've found a few tutorials that explain how to use the windows API to get a custom icon in the system tray.
These are all for Visual Basic, and they don't seem to be scaling to VBA well.
I'm foll...
Culliton asked 8/3, 2010 at 15:9
1
© 2022 - 2025 — McMap. All rights reserved.