Ok, I'll try looking for something else.
thanks
Jeff


-----Original Message----- From: Doug Geoffray via Scripting
Sent: Monday, March 14, 2016 1:11 PM
To: Window-Eyes Scripting List
Subject: Re: menu id

Jeff,

As mentioned, they didn't change:

#define ID_SCRIPTMANAGER_SCRIPTMANAGER  33132
#define ID_SCRIPTMANAGER_PACKAGEMANAGER 33133

Doug


On 3/14/2016 1:59 PM, Jeff Weiss wrote:
What are they for the app manager dialog and the package manager dialog?
thanks
Jeff



-----Original Message----- From: Doug Geoffray via Scripting
Sent: Monday, March 14, 2016 12:58 PM
To: scripting@lists.window-eyes.com
Subject: Re: menu id

Jeff,

fyi, the IDs have not changed...  I'm not sure what Jamal does with them
but they haven't ever changed.

Doug

On 3/14/2016 12:41 PM, Jeff Weiss via Scripting wrote:
I am trying to modify Jamal’s script menu app.
This  app lets you press a hotkey to activate the script manager and
the package manager directly; however with we version 9.4 it appears
that the menu id’s have changed.
If they have changed, I need the new menu id’s for
the app manager menu

and the
package manager menu.

This is what they were:
ElseIf StringEquiv(sCommand, "App Manager") Then
iMenuID = 33036
If iWEVersion >= 7.5 Then iMenuID = 33132
If iWEVersion >= 9.4 Then iMenuID =

ElseIf StringEquiv(sCommand, "Package Manager") Then
iMenuID = 33040
If iWEVersion >= 7.5 Then iMenuID = 33133
If iWEVersion >= 9.4 Then iMenuID =
End If

Also, if somebody could explain how to get such menu id’s in the
future, I would appreciate it.
thanks
Jeff Weiss

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com/attachments/20160314/481f939d/attachment.htm>
_______________________________________________
Any views or opinions presented in this email are solely those of the
author and do not necessarily represent those of Ai Squared.

For membership options, visit
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/dgeoffray%40aisquared.com.
For subscription options, visit
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com
_______________________________________________
Any views or opinions presented in this email are solely those of the
author and do not necessarily represent those of Ai Squared.

For membership options, visit
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/jeff-weiss%40sbcglobal.net.
For subscription options, visit
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com

_______________________________________________
Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Ai Squared.

For membership options, visit http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/jeff-weiss%40sbcglobal.net. For subscription options, visit http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com List archives can be found at http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com
_______________________________________________
Any views or opinions presented in this email are solely those of the author 
and do not necessarily represent those of Ai Squared.

For membership options, visit 
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/archive%40mail-archive.com.
For subscription options, visit 
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at 
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com

Reply via email to