Note: this message is for Jamal--if he is no longer on the list, perhaps somebody could forward it to him.
I am interested in other peoples suggestions as well:

Hi Jamal,
I still use several of your window-eyes apps.
I found a problem with Script manager with the new we9.4 and a partial solution:

Script Manager version 1.5
by Jamal Mazrui

Three hotkeys go directly to script-related dialogs of Window-Eyes:
Control-F10 for Add or Remove Apps,
(this still works)
Control-Shift-F10 for App Manager,
(this does not work)
and Windows-F10 for Package Manager.
(this does not work)

note:
For the two hotkeys that no longer work, I hear
"cannot find Window-eyes control panel"

This still worked with Window-eyes 9.3.1, so I know the problem started with we9.4.

modifications to script manager app:
starting with line 62:

Speak "Opening"
If StringEquiv(sCommand, "Add or Remove Apps") Then
WEDialogs.AddRemove
Exit Function
' fix for app manager key
ElseIf StringEquiv(sCommand, "App Manager") Then
WEDialogs.AppManager
iMenuID = 33036
If iWEVersion >= 7.5 Then iMenuID = 33132

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

Set oWindows = Windows.FilterByName(sName)
ICount = oWindows.Count
If iCount = 0 Then
' Speak "Cannot find Window-Eyes Control Panel"
Exit Function
End If

I have not been able to make the Package manager key work.
I have tried inserting a line like:
WEDialogs.PackageManager
and a few mor variations of this, but I have not found the right combination for package manager.
Thanks for your help and for the apps that you have written.
Jeff Weiss



-----Original Message----- From: LB
Sent: Monday, March 14, 2016 2:56 PM
To: Jeff Weiss ; Window-Eyes Scripting List
Subject: Re: menu id

Did you try tree view?

Sent: Monday, March 14, 2016 2:16 PM
Subject: Re: menu id


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/lab4me%40fltg.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


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
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