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/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