Winamp Application Version 3.5 released

2011-04-04 Thread Jeff Bishop
Hello Everyone, This is a pretty major revision of the Winamp scripts/application. The changes center around the Winamp App Preset feature. Here are the changes: Added the new hotkey tied to the Grave Accent (`) key. This key allows you to then press one of the preset keys to select a bank fro

Re: The Object Invoked Has Disconnected From Its Clients Error in VBScript

2011-04-04 Thread Doug Lee
I too have seen this error, and it leads me to believe that an Accessible object, and perhaps some other object types, can suddenly become unusable at any instant during the execution of a block of code. Needless to say, this is an awkward thing to handle. So far, I've handled it by doing twoo th

The Object Invoked Has Disconnected From Its Clients Error in VBScript

2011-04-04 Thread RicksPlace
Hi Guys: First, has anyone seen the following error situation in a WindowEyes VBScript running Globally? If so, how do you handle it? Line 34 column 1 The Object invoked has disconnected from it's clients 0x80010108 Here is the code and the line causing the error: BeginCopiedCode: Sub OnObjectFocu

RE: Refreshsets() not working

2011-04-04 Thread Chip Orange
Aaron: I think Kevin has a valid point: before 7.5 using refreshSets was all that was need to restore all settings if you had changed one or more; now, it doesn't work the same, and this won't do it (as you say, it only restores the non-global settings). How would one accomplish restoration of a

RE: WE scripting class #3 in a few minutes

2011-04-04 Thread Chip Orange
My apologies to Vic Beckley, the real author of procedure finder (quite a handy app for anyone using many editors, including NotePad). Chip -Original Message- From: Kevin Huber [mailto:kevin.hub...@gmail.com] Sent: Monday, April 04, 2011 1:56 PM To: gw-scripting Subject: Re: WE scripti

Re: How To Test Property Existance

2011-04-04 Thread RicksPlace
Thanks: Will do. PS, I have the list of parent objects from the Focused Object to the DeskTop getting listed now using the Accessible Object from the OnFocus Event in my little VBScript so it's a start. Rick USA - Original Message - From: Aaron Smith To: gw-scripting@gwmicro.com

Re: How To Test Property Existance

2011-04-04 Thread Aaron Smith
You might look at the TreeView app which provides much of this information. Aaron On 4/4/2011 12:05 PM, RicksPlace wrote: Hi Guys: I am building a little vbscript. It will print the Properties of some objects that have focus much like the FocusWindowDetective. Some Properties are not valid for

Re: WE scripting class #3 in a few minutes

2011-04-04 Thread Kevin Huber
Hi: First, sorry about the late reply to this post, but I need to point out, that although I wish I could take credit for the Procedure Finder Script, it is only fair to point out that that is one of the many scripts that I was not responsible for. Kevin Huber On 3/8/11, Chip Orange wrote: > Yes,

How To Test Property Existance

2011-04-04 Thread RicksPlace
Hi Guys: I am building a little vbscript. It will print the Properties of some objects that have focus much like the FocusWindowDetective. Some Properties are not valid for some objects throwing a runtime error. Is there a way to check the existance of a Property for a object prior to testing fo

Re: Refreshsets() not working

2011-04-04 Thread Kevin Huber
Hi Aaron: You can duplicate this by running my proofreading script. Then press alt-shift-r to turn on caps, attribute changes, blank line announcements and a few other features. Then press alt-shift-r a second time. The settings should be restored back to where they were before you pressed that

Re: Refreshsets() not working

2011-04-04 Thread Aaron Smith
I'm not able to duplicate any problems with RefreshSets. Note that this method will not reset the global settings, but only those that have been toggled to program specific. You can test this by opening Notepad, then going into the Notepad set, and toggling the Activated verbosity option to pro

GW: Did you test your MSAA Interface technicals with an External Script?

2011-04-04 Thread RicksPlace
Hi: I have created a vb.net external script and associated it to CSharp. The BlockEvent and OnShutdown are working correctly. The WatchEvent is not working. I noticed the BlockEvent and, in your WindowEyes Object Model, the ConnectEvent method of the Scripting object return values - they are Fun

Refreshsets() not working

2011-04-04 Thread Kevin Huber
Hi: In my proofreading script, I used the refreshsets() command to setting my proofreading settings back to the way they were when they were last saved. This strategy seemed to work in all the WE versions before 7.5, but in 7.5 it no longer works. Has the Refreshsets() command been removed entirel

Re: INI File Management

2011-04-04 Thread RicksPlace
Thanks Chip: That will work. Later and good class last night. I have a nasty cold so just listened but I was there. Rick USA - Original Message - From: "Chip Orange" To: Sent: Monday, April 04, 2011 7:35 AM Subject: RE: INI File Management Hi Rick, well, it is a standard text file

RE: INI File Management

2011-04-04 Thread Chip Orange
Hi Rick, well, it is a standard text file in that you can use notepad to edit it, even insert the double dagger. the double dagger is inserted by a method of the hotkeyManager object (from gwToolkit) I believe, although I've inserted it manually using notepad (I copied it rather than bothered t

INI File Management

2011-04-04 Thread RicksPlace
Hi: I am modifying a vbs app to do something. It uses an INI file. In that file I see some special characters like the Double Dagger. This lends me to think this is not a standard txt file. A quick google verifies this. How do, what tools, I use to create and manage a INI file to hold stuff lik