system-tray Questions

2

Solved

Here is my setup: A background process that keeps running and does it's job. A launcher which launches the aforementioned process and monitors it, relaunches it if crashed or killed. I wish to...
Grout asked 21/1, 2017 at 14:40

9

Solved

First of all, I'm an experienced C programmer but new to python. I want to create a simple application in python using pyqt. Let's imagine this application it is as simple as when it is run it has ...
Sarver asked 21/5, 2009 at 17:5

1

I've been playing around with Compose for Desktop, and I am trying to figure out how Jetbrain styled the Tray Composable. I am assuming that's what they used to build the Jetbrains Toolbox since th...
Adalia asked 3/11, 2022 at 0:53

3

Solved

I want my GTK application to have a status icon in the system tray, I have got this working quite nicely using a StatusIcon, however this has been deprecated: gtk_status_icon_new has been deprecat...
Pokpoke asked 29/1, 2017 at 5:26

4

I noticed that my app sends icons to the Windows tray with a size of 16x16 pixels--and my Vista PC I've got a doublewide taskbar that appears to show icons at 18x18. The resizing artifacts on my ap...
Hypervitaminosis asked 20/2, 2009 at 3:42

3

Solved

In Windows 7, I had an AutoHotKey script that would automatically Right-Click on a tray icon. #Include %A_Scriptdir%\TrayIcon.ahk TrayIcon_Button("CCC.exe", "R") Which used the TrayIcon.ahk libr...
Razorback asked 6/8, 2015 at 21:7

4

Solved

Trying to create a small monitor application that displays current internet usage as percentage in system tray in C using win32 API. Also wanting to use colour background or colour text based on ...
Terylene asked 19/1, 2009 at 9:48

13

Solved

What do I need to do to make a Windows Forms application to be able to run in the System Tray? Not an application that can be minimized to the tray, but an application that will be only exist in th...
Dissimilate asked 15/6, 2009 at 9:26

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

6

Solved

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...
Cutlery asked 15/3, 2011 at 16:22

2

My java application shows its icon on the system tray using code that looks more or less like this: Toolkit mainToolkit = Toolkit.getDefaultToolkit(); SystemTray mainTray = SystemTray.getSystemTra...
Dehisce asked 18/1, 2016 at 23:34

2

I am new to flutter i am struggling to create a system tray implementation. What i need is: Create a tray icon for my application. Be able to hide and show the application window through the tray ...
Exsanguinate asked 11/10, 2020 at 14:58

7

Solved

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 s...
Susumu asked 10/4, 2013 at 8:51

3

Hi I'm able to add TrayIcon to the SystemTray and can remove the same form SystemTray. How to remove an existing TrayIcon. I could not get the Object to available TrayIcons to do it. Below is my ...
Elemental asked 7/2, 2014 at 9:27

5

I want to add JPopupMenu to the task bar as a TrayIcon (i.e systemTray.add(trayIcon)) but I haven't found a way to do so.From the docs the constructor of TrayIcon looks like : public TrayIcon(Imag...
Differentiation asked 1/10, 2012 at 4:25

3

Solved

I am setting up a Spring Boot Application and would like to have the host have access to a System Tray Icon with access to some bean Information. I currently Tried to Create a Bean for my SystemTr...
Dramatist asked 25/10, 2014 at 15:33

6

Solved

My program puts an icon in the system tray because the user may minimize to it. However, if the application crashes, or I stop the app from running in VS it leaves the icon in it until I hover over...
Adjacent asked 26/10, 2009 at 20:26

3

This is what I need in my node.js application: System tray icon changing this icon during application work menu after clicking on icon creation of windows with fields for login / password and con...
Crumley asked 19/10, 2012 at 17:50

1

Solved

All of these came from just one app I'm currently developing, let's call this app SampleApp How do I get a list of these notifications from my Phone's Tray Yes I do know that I may be able to g...
Wilson asked 17/8, 2017 at 10:4

1

Solved

After checking Microsoft's documentation on system tray icons (that I could find): Shell_NotifyIconA function NOTIFYICONDATAA structure I've noticed that a window handle (HWND) is REQUIRED. Thi...
Starrstarred asked 23/1, 2019 at 17:21

2

I'm searching from 3 days ago how to make a custom system tray message using Qt. I guess I'll have to make a class which extend from the balloon class but, how ? I want to make something like that ...
K2 asked 31/7, 2014 at 2:20

1

Solved

I'm making a desktop mascot with unity, and I do not want to see the icon appearing on the task bar, I want the icon in the system tray. Is there a way to do this? PS: This is NOT a windows form...
Autopsy asked 27/8, 2018 at 0:59

1

Solved

I'm trying to make a System Tray application on Ubuntu 18.04 using Java. This is the code that I'm executing: import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionLis...
Cohlier asked 20/5, 2018 at 23:25

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 working on a Delphi program which will display an icon on the "tray". I am doing it "the hard way" (using the Shell_NotifyIcon api, etc and not a component, for reasons outside the point here)...
Christopherchristopherso asked 11/11, 2011 at 21:41

© 2022 - 2025 — McMap. All rights reserved.