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 

use SEND to trigger shortcut of an ahk MENU item

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





PostPosted: Sun Apr 17, 2005 7:13 am    Post subject: use SEND to trigger shortcut of an ahk MENU item Reply with quote

show menu and send shortcut-string does not work - probably because menu creates its own thread? Any idea - thanks!
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Sun Apr 17, 2005 12:08 pm    Post subject: Reply with quote

When a script displays a menu (usually in response to the user right-clicking the tray icon or pulling down a menu from a menu bar), it is essentially in a paused state during that time. Not even timers will run.

This was done to prevent the menu from behaving sluggishly and other side-effects, but there is an item on the to-do list to look into having an option to avoid this behavior so that the menu can be manipulated in real time.

In the meantime, you might be able to work around this limitation by having a second script manipulate the menus of the first.
Back to top
View user's profile Send private message Send e-mail
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