tray Questions

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've tried 32x32, 64x64, and I've tried to use Photoshop to edit another app's icon into my icon to keep its size but it never works with me. It seems that my icon is double-sized and I can't get t...
Glasswort asked 16/6, 2018 at 6:44

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...
Masquerade asked 17/6, 2011 at 17:38

3

Solved

I recently discovered the TTrayIcon component in Delphi 2007. The code used is pretty straightforward. procedure TForm1.FormCreate(Sender: TObject); begin AppTrayIcon := TTrayIcon.Create(nil); A...
Whitley asked 28/11, 2012 at 13:43

1

Solved

I am referencing the following thread here for my question: Get ToolTip Text from Icon in System Tray I basically want to do the same thing as the OP, but unlike some other users who responded to...
Carcajou asked 17/8, 2018 at 2:48

3

Solved

I have made local notification in iphone app. And set icon badge number. All works good. But if i have two notification in tray and user clicks on clear button than notification deletes from tray....
Zymogenic asked 31/7, 2013 at 10:49

3

Solved

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 m...
Akihito asked 16/2, 2011 at 19:53

1

I've been playing with the youtube embed playlist functionality with javascript. So far when I embed a playlist it looks like this: http://postimage.org/image/vk6fv56yx/ The blue circle shows th...
Sallie asked 24/2, 2013 at 21:2

3

Solved

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?
Nevarez asked 24/5, 2009 at 22:22

2

Solved

Hi, I am trying to show more detailed information after a user clicks on the message balloon tooltip. However, I can't find how to capture that event. Is this possible to do?
Newt asked 10/12, 2011 at 21:6

1

Solved

I am using Ubuntu 12.04 and, while I can create a tray icon with a usable menu, I cannot control its actions: trayIcon = new QSystemTrayIcon(this); trayIcon->setIcon(QIcon(":/icons/Pictures/i...
Isotonic asked 19/7, 2012 at 13:49

1

I'm making an iPad app, and basically, I want to make a tray that pulls out from the bottom of my app, and I'd like to have a little tab at the bottom of the screen that if you pull, it brings up a...
Clash asked 17/7, 2012 at 21:49

2

Solved

I'm having Tray application. Onj FormCloseQuery I check if program should goto tray and instead of closing it I put it in tray (CanClose := False) But if Windows tries to close my application bec...
Brutality asked 24/5, 2012 at 20:56

6

Solved

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 ...
Nganngc asked 1/12, 2008 at 16:49

1

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...
Edition asked 8/12, 2010 at 8:53

3

Solved

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 t...
Impede asked 28/7, 2010 at 3:27

2

Solved

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 ...
Steelmaker asked 18/7, 2010 at 10:5

1

Solved

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 ge...
Chromatography asked 17/1, 2010 at 16:19

2

Solved

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 alr...
Lilla asked 16/7, 2009 at 0:2
1

© 2022 - 2024 — McMap. All rights reserved.