| Author |
Message |
Topic: Controlling popup menues. |
mugz
Replies: 5
Views: 1050
|
Forum: Wish List Posted: Fri Mar 30, 2007 1:55 pm Subject: Controlling popup menues. |
| By the way, command IDs in my case are unusable - application does not understand them. I think it uses TrackPopupMenu return value |
Topic: Controlling popup menues. |
mugz
Replies: 5
Views: 1050
|
Forum: Wish List Posted: Fri Mar 30, 2007 1:53 pm Subject: Controlling popup menues. |
So, not much sense to control the context menus this way, IMHO.
I end up by analysing menu structure and generate {DOWN}s and {ENTER}s
API_GetMenuItemID( hMenu, nPos ) {
return ... |
Topic: Controlling popup menues. |
mugz
Replies: 5
Views: 1050
|
Forum: Wish List Posted: Thu Mar 29, 2007 6:42 am Subject: Controlling popup menues. |
Please add an ability to control popup menues.
The basic methods is the following:
1. Find a window with class like #32768
2. Get HMENU by sending MN_GETHMENU to the window
3. Get menu item id ( ... |
Topic: how to wait WinMenuSelectItem effect |
mugz
Replies: 3
Views: 3042
|
Forum: Ask for Help Posted: Fri Jul 28, 2006 1:24 pm Subject: how to wait WinMenuSelectItem effect |
First note, you can't put a hotkey in a condition command, a hotkey is global, except if put in a #IfWinActive directive. So you are probably missing just a #.
It is missing from my post only
Ne ... |
Topic: how to wait WinMenuSelectItem effect |
mugz
Replies: 3
Views: 3042
|
Forum: Ask for Help Posted: Thu Jul 27, 2006 9:01 am Subject: how to wait WinMenuSelectItem effect |
i use the following code
toEnglish()
{
WinMenuSelectItem, , ,Tools,SetEnglishLayout
Sleep -1
}
IfWinActive, ahk_class AxaptaClientClassName
~^Enter::
toEngli ... |
Topic: english keys under russian layout |
mugz
Replies: 4
Views: 1233
|
Forum: Bug Reports Posted: Wed Sep 15, 2004 7:17 am Subject: no |
Does having both the script and your active window set to the same layout resolve this problem?
no - when i do so script sends || instead of english characters.
I need, that script do not emu ... |
Topic: english keys under russian layout |
mugz
Replies: 4
Views: 1233
|
Forum: Bug Reports Posted: Tue Sep 14, 2004 12:43 pm Subject: english keys under russian layout |
this script works under english keyboard layout, but don't under russian
(application understands 'u' as russian 'ge' - it is located on the same button)
~^!c::
IfWinActive, Axapta
... |
| |