RE: FocusedWindow Detective

2009-04-22 Thread Janelle Edwards
Okay, thanks. -Original Message- From: Vic Beckley [mailto:vic.beck...@hughes.net] Sent: Wednesday, April 22, 2009 9:06 PM To: gw-scripting@gwmicro.com Subject: RE: FocusedWindow Detective The reason for that is you don't know everywhere where MSAA will pop up. Just try it in some other

RE: FocusedWindow Detective

2009-04-22 Thread Vic Beckley
The reason for that is you don't know everywhere where MSAA will pop up. Just try it in some other places and see what you get. For example, the Outlook in box has MSAA. Vic -Original Message- From: Janelle Edwards [mailto:jedwards9...@sbcglobal.net] Sent: Wednesday, April 22, 2009 9:19

RE: FocusedWindow Detective

2009-04-22 Thread Vic Beckley
Chip, Sorry about that. I forgot to associate it. Just associate it globally and you will be fine. I will post an update. Vic From: Chip Orange [mailto:lists3...@comcast.net] Sent: Wednesday, April 22, 2009 9:29 PM To: gw-scripting@gwmicro.com Subject: RE: FocusedWindow Detective

RE: FocusedWindow Detective

2009-04-22 Thread Jim Grimsby JR.
Hi chip it is there and loading it manually works. It seem that the package doesn't associate it with a we file or in wineyes.ini Hth From: Chip Orange [mailto:lists3...@comcast.net] Sent: Wednesday, April 22, 2009 6:29 PM To: gw-scripting@gwmicro.com Subject: RE: FocusedWindow Detective

RE: disabling the tip of the day via a reg key

2009-04-22 Thread Jim Grimsby JR.
Yep it is in the misc key buy the way if that helps. -Original Message- From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: Wednesday, April 22, 2009 5:37 PM To: gw-scripting@gwmicro.com Subject: Re: disabling the tip of the day via a reg key On 4/22/2009 8:16 PM, Reinhard Stebner wrote

RE: disabling the tip of the day via a reg key

2009-04-22 Thread Chip Orange
I'm sure there's an api for setting ini file strings. I think it's name is PrivateProfileString, but I can't quite recall. hope that's enough to get Reinhard googling in the right direction. Chip -Original Message- From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: Wednesday, April 2

RE: FocusedWindow Detective

2009-04-22 Thread Chip Orange
Hey Vic, I've run into a problem and I was wondering if you've heard of it, or anyone else has reported it to you? I've run the installation process for your latest script on both my work and home pcs. in both case it aparently finished with no problems. yet, on both pcs, your script isn't sh

RE: FocusedWindow Detective

2009-04-22 Thread Janelle Edwards
Hi Vic, This is very helpful. I also checked out your great MSAADetective script. On that one is there a reason, not readily aparent to me, to have it associated globally instead of only to apps that utilize MSAA? Thanks. Janelle -Original Message- From: Vic Beckley [mailto:vic.beck.

Re: disabling the tip of the day via a reg key

2009-04-22 Thread Aaron Smith
On 4/22/2009 8:16 PM, Reinhard Stebner wrote: Yep, it does. Now to figure out how to get this set via scripting. Dim weINIPath : weINIPath = Mid(ClientInformation.ScriptProcess.ExecutablePath, 1, InStrRev(ClientInformation.ScriptProcess.ExecutablePath, "\")) & "\wineyes.ini" INIFile(weINI

RE: disabling the tip of the day via a reg key

2009-04-22 Thread Reinhard Stebner
Yep, it does. Now to figure out how to get this set via scripting. Thanks for your help. From: Jim Grimsby JR. [mailto:jgrim...@roadrunner.com] Sent: Wednesday, April 22, 2009 4:40 PM To: gw-scripting@gwmicro.com Subject: RE: disabling the tip of the day via a reg key No this is set in the win

RE: disabling the tip of the day via a reg key

2009-04-22 Thread Jim Grimsby JR.
No this is set in the wineyes.ini file. See the wineyes.ini file for more information This is a per user setting. Here is an example from my wineyes.ini file from my personal user profile. ShowTipAtStart=0 0 is off and 1 is on. CurrentTip=4 This is the tip that will be shown next.

disabling the tip of the day via a reg key

2009-04-22 Thread Reinhard Stebner
I am launch Window-Eyes with the following command line from a script: var oApp = new ActiveXObject (WindowEyes.Application); If Window-eyes is not running, Window-eyes will be launched. This is the behavior that I want. The problem is that if the "Tip of the Day dialog is present the script w

obtaining exit codes for the installer for WE

2009-04-22 Thread Reinhard Stebner
I am looking for the exit codes for WE. I am building a unattended installer for WE and I need to locate the exit codes for the installer. Does anyone know where I can locate these?

RE: determining if Window-Eyes is on a machine

2009-04-22 Thread Chip Orange
Reinhard, here's some code below, from Jamal's SayTools package, where he looks for a particular window eyes window object, in case it's of any help to you: Function isWEActive() As Long Dim sClass AS ASCIIZ * 260, sTitle As ASCIIZ * 260 sClass = "GWMExternalControl" sTitle = "External Control"

Re: db dialog script question

2009-04-22 Thread Gary Metzler
HI Jamal, I've tried creating a new table many times. I use the alt-x then alt-a commands. I input a name and the list of fields come up. but, when I hit ok I get an error which I have sent to you in another message. Am I missing a step or is there a problem with the script? I await your

FocusedWindow Detective

2009-04-22 Thread Vic Beckley
Hi all, I have uploaded a script that will give you much information about the currently focused window with one keystroke. It is similar to my MSAA Detective script. Check it out! Vic If you reply to this message it will be delivered to the original sender only. If your reply woul