AutoHotkey Community

It is currently May 27th, 2012, 1:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: November 19th, 2009, 6:17 am 
Hi,

I'm searching

I know that for autohotkey GUI it is "+Owner" parameter. But if I want to hide the taskbar button of another normal application like Chrome? I have it disponible all the time on the shortcut so I don't need that Chrome takes the place on the taskbar...

Thanks for any idea,
Edvard


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2009, 11:46 pm 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
Use #NoTrayIcon and WinExist
http://www.autohotkey.com/docs/commands/_NoTrayIcon.htm
http://www.autohotkey.com/docs/commands/IfWinExist.htm

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2009, 2:43 pm 
Hi,

thank you for your post!
I fear to not be understood. I read all #NoTrayIcon and WinExist documentation but I can't understand how it could prevent an Opera browser to disappear from taskbar. #NoTrayIcon does not affect any application but the AHK script himself. And it does not affect its taskbar button but the tray icon.

All that I know is

IfWinExist, "Opera"
{
WinHide
}


But I don't want to hide it; only to hide the taskbar button...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2009, 1:15 am 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
Here's a script someone already wrote.
http://www.autohotkey.com/forum/topic45055.html

Here is an advanced Hide Tray Icon
http://www.autohotkey.com/forum/topic17314.html

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, iDrug, Ohnitiel, Yahoo [Bot] and 20 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group