Hide tray icon

Got a good idea? You can suggest new features here.

Hide tray icon

Postby malinduta » Thu Feb 02, 2012 12:08 am

It would be very nice to have the option to hide the tray icon, or to start EG (on system startup) with no tray icon.
What do you say?
malinduta
 
Posts: 9
Joined: Wed Jan 25, 2012 11:44 pm

Re: Hide tray icon

Postby malinduta » Sat Feb 04, 2012 7:15 pm

Nobody?
malinduta
 
Posts: 9
Joined: Wed Jan 25, 2012 11:44 pm

Re: Hide tray icon

Postby krambriw » Sun Feb 05, 2012 11:38 am

It would be very nice to have the option to hide the tray icon


Why?
krambriw
Plugin Developer
 
Posts: 1144
Joined: Sat Jun 30, 2007 2:51 pm

Re: Hide tray icon

Postby malinduta » Sun Feb 05, 2012 1:43 pm

For saving space near the clock.
EG starts by default (on system startup) without any window. You configure EG the way you want, make it start without tray icon and the remote is working (in background) without ANY user interface.
malinduta
 
Posts: 9
Joined: Wed Jan 25, 2012 11:44 pm

Re: Hide tray icon

Postby Pako » Sun Feb 05, 2012 5:21 pm

How will you open the EventGhost window, if there will need to change something?
How will the state indicated (instead of green, yellow or red icon)?

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Hide tray icon

Postby malinduta » Sun Feb 05, 2012 8:29 pm

Pako wrote:How will you open the EventGhost window, if there will need to change something?

Start - Programs - EventGhost - EventGhost.lnk, or from install directory.

Pako wrote:How will the state indicated (instead of green, yellow or red icon)?

I don`t know. For me, it`s not vital.

All I want is a command that allows me to start EG with no tray icon. I DO NOT want this option to be on by default.

Something like:
Code: Select all
EventGhost.exe -notrayicon
malinduta
 
Posts: 9
Joined: Wed Jan 25, 2012 11:44 pm

Re: Hide tray icon

Postby Pako » Mon Feb 06, 2012 1:00 pm

Which operating system you use?
If Windows XP or Windows 7, you can use the "Hide inactive icons" option.
You do not like it? If so, you probably have bad luck.
I doubt that here is someone who wants to satisfy your requirement.
Given that your request is so unique, I'm personally not interested to solve it.

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Hide tray icon

Postby malinduta » Mon Feb 06, 2012 8:36 pm

Ok, thanks anyway!
malinduta
 
Posts: 9
Joined: Wed Jan 25, 2012 11:44 pm

Re: Hide tray icon

Postby Boris » Sat Mar 03, 2012 3:50 pm

what operating system are you using if you are using xp or window 7 you can simply use the option of hide inactive icons.and if you are using some other operating system tell me i will tell tell you about taht
User avatar
Boris
 
Posts: 2
Joined: Fri Dec 02, 2011 5:00 pm
Location: USA

Re: Hide tray icon

Postby blackwind » Tue Sep 18, 2012 2:51 am

Since it doesn't appear this'll be added to EventGhost, I devised my own solution:

Code: Select all
eg.Unbind("ProcessingChange", eg.taskBarIcon.OnProcessingChange)
eg.taskBarIcon.OnProcessingChange = lambda *dummyArgs: True
eg.Bind("ProcessingChange", eg.taskBarIcon.OnProcessingChange)
eg.taskBarIcon.RemoveIcon()

Add the above to a Python Script in Autostart, and you'll be good to go.
/bw
User avatar
blackwind
 
Posts: 38
Joined: Wed Sep 12, 2012 2:59 am
Location: Canada


Return to Feature Requests

Who is online

Users browsing this forum: Google [Bot], Google Adsense [Bot] and 2 guests