AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Open main window from tray menu

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
quikquak
Guest





PostPosted: Thu Apr 19, 2007 4:02 pm    Post subject: Open main window from tray menu Reply with quote

I would like to define a tray menu without the standard items, so I say “menu, tray, nostandard.”
How can I rebuild the open-command?
Edit for example is easy, just define
Code:
menu, tray, add, Edit, editscript

editscript:
   edit
return

But how can I open the main window?
Back to top
Markus M.



Joined: 17 Apr 2007
Posts: 14
Location: Stuttgart (Ger)

PostPosted: Thu Apr 19, 2007 4:26 pm    Post subject: Reply with quote

Code:

menu, tray, add, Open, OpenAHK

OpenAHK:
   ListLines ; shows the Autohotkey window
return



Back to top
View user's profile Send private message
quikquak
Guest





PostPosted: Thu Apr 19, 2007 4:37 pm    Post subject: Reply with quote

Thanks!!!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group