Re: AddRemove script

2010-01-08 Thread J.J. Meddaugh
I may have messed up something with the versions. I'm posting a major update to this within the next several minutes. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: David To: Scripting List WE Sent: Friday, Janua

Progressbar script

2010-01-08 Thread David
When a certain task, let's say an installation, is going on, the script anounces all the percentage values. Fine enough. But as the computer is working fast, and the voice wants to tell all that is on its 'mind', I am left with the voice speaking for an eternity, before I will hear the results o

AddRemove script

2010-01-08 Thread David
Using the InstallPackages script, checking for updaes to my installed scripts, I found that the new version of the AddRemove script is out. So I clicked on Install. The normal installation process took place, and I was informed that 'script installed'. Then comes the sound, and screen, for an up

Re: Keystrokes from another unit

2010-01-08 Thread David
Was wondering if that would be the case. how would I do this? Guess, it would have been nice, first of all, to constuct a script, that simply reads, whatever keystrokes are made, and displays the results on the screen. A kind of 'which key is pressed' script. That would have been helpful in seve

Re: Sorting Listviews

2010-01-08 Thread J.J. Meddaugh
Yes, to sort the listview. It'll be in AddRemove 1.6 coming at some point soon. There may be a small fraction of users with absolutely no Dot Net, though. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: Chip Orange T

RE: Keystrokes from another unit

2010-01-08 Thread Chip Orange
Hi David, I don't know the answer to your question, but, when I looked at the remote control which came with my laptop for multimedia use, when I press it's keys they get translated as keystrokes from my keyboard, as if I had pressed various keys. you may not have to do anything except figure ou

RE: Sorting Listviews

2010-01-08 Thread Chip Orange
You're doing what with this? using it's .sort method to sort it you mean? _ From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 9:06 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting Listviews I'm currently doing it using dim oArrayList : Set oArrayL

Keystrokes from another unit

2010-01-08 Thread David
I know, that there is a way to have a script 'read' the keystrokes on your keyboard. But it seems, there is no definitions for reading keystrokes from another unit. Why I am asking, is that I want to script functionality for my Remote control, and also would be great, to use my joystick, as a na

Re: Sorting Listviews

2010-01-08 Thread J.J. Meddaugh
I'm currently doing it using dim oArrayList : Set oArrayList = CreateObject("System.Collections.ArrayList" ) But that may not be universally compatible. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: Chip Orange T

Re: Sorting Listviews

2010-01-08 Thread Aaron Smith
*sigh* Not only was I getting list views and list boxes mixed up, but I was thinking about tree views when I wrote my initial reply. Sheesh! I thought for sure there was a way to specify the sorting method of a list view, especially since you can retrieve that information. I also vaguely remem

RE: Sorting Listviews

2010-01-08 Thread Chip Orange
That's it! thanks. Chip -Original Message- From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: Friday, January 08, 2010 8:40 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting Listviews Perhaps I have my list views and list boxes mixed up. Aaron On 1/8/2010 8:37 PM, Chip Orange wro

Re: Sorting Listviews

2010-01-08 Thread Aaron Smith
Perhaps I have my list views and list boxes mixed up. Aaron On 1/8/2010 8:37 PM, Chip Orange wrote: Hi Aaron, fyi, I'm in the xml part of the scripting help manual, in the listview element, and this option doesn't seem to be there. Chip -Original Message- From: Aaron Smith [mailto:a

Re: Sorting Listviews

2010-01-08 Thread Aaron Smith
The Sort property is read only, and returns an enum indicating how the list view is sorted: ascending, descending, or not at all. Aaron On 1/8/2010 8:33 PM, Chip Orange wrote: thanks Jeff. could it be that the sort property is read/write, even though the docs say read-only? have you tried writ

RE: Sorting Listviews

2010-01-08 Thread Chip Orange
Hi Aaron, fyi, I'm in the xml part of the scripting help manual, in the listview element, and this option doesn't seem to be there. Chip -Original Message- From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: Friday, January 08, 2010 8:33 PM To: gw-scripting@gwmicro.com Subject: Re: Sor

Re: Sorting Listviews

2010-01-08 Thread Jeff Bishop
He did, it errored. See Aaron's post. - Original Message - From: Chip Orange To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 6:33 PM Subject: RE: Sorting Listviews thanks Jeff. could it be that the sort property is read/write, even though the docs say read-o

RE: Sorting Listviews

2010-01-08 Thread Chip Orange
thanks Jeff. could it be that the sort property is read/write, even though the docs say read-only? have you tried writing to it J.J.? Chip _ From: Jeff Bishop [mailto:j...@jeffbishop.com] Sent: Friday, January 08, 2010 8:26 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting List

Re: Sorting Listviews

2010-01-08 Thread Jeff Bishop
Duh, forgot all about that LOL. - Original Message - From: "Aaron Smith" To: Sent: Friday, January 08, 2010 6:32 PM Subject: Re: Sorting Listviews There's no built in, programmatic way to sort a list view. You can, however, set the sort="yes" option in the list view's element in the

Re: Sorting Listviews

2010-01-08 Thread Aaron Smith
There's no built in, programmatic way to sort a list view. You can, however, set the sort="yes" option in the list view's element in the XML (check the addremove.xml for an example). If you do that, the contents of a list view will be sorted automatically when the list view gets rendered. If yo

Re: Introducing Progress Indicator 1.7

2010-01-08 Thread Aaron Smith
Have you verified you have PI set up correctly to play these tones? Aaron On 1/8/2010 6:29 PM, Paul Henrichsen wrote: Hi. Any idea why I don't get the rising tones with windows seven 64 bit? The single progress tone plays as when it says progressing, but when downloading or installing, no risin

Re: Sorting Listviews

2010-01-08 Thread J.J. Meddaugh
Ya. I'm not really sure what that does. Jeff may be right. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: Chip Orange To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 8:21 PM Subject: RE: Sorting Lis

Re: Sorting Listviews

2010-01-08 Thread Jeff Bishop
This is the order in which the columns appear in the listview. - Original Message - From: Chip Orange To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 6:21 PM Subject: RE: Sorting Listviews J.J., In case this is any help, I see an "order" property of the listv

RE: Sorting Listviews

2010-01-08 Thread Chip Orange
J.J., In case this is any help, I see an "order" property of the listviewColumn object, which is both read and write, and it says it controls the display order of the column, but the docs don't explain it at all (I mean how it works; it just says it holds a long). Chip _ From: J.J.

Sorting Listviews

2010-01-08 Thread J.J. Meddaugh
I see a property which will show me the current sort for a listview, but there seems to be no way to set our own sort for one in a dialog. Am I missing something? I could do it manually, but this seems like a longwinded approach. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB

Re: Introducing Progress Indicator 1.7

2010-01-08 Thread J.J. Meddaugh
Maybe it has trouble with the bitrate of the files? J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: "Paul Henrichsen" To: Sent: Friday, January 08, 2010 6:29 PM Subject: RE: Introducing Progress Indicator 1.7 Hi. Any

RE: Introducing Progress Indicator 1.7

2010-01-08 Thread Paul Henrichsen
Hi. Any idea why I don't get the rising tones with windows seven 64 bit? The single progress tone plays as when it says progressing, but when downloading or installing, no rising tones. Will try the new version. Works fine on my xp machine. -Original Message- From: Aaron Smith [mailto:aa.

scripts being developed

2010-01-08 Thread Chip Orange
Hi all, I mentioned this before, but then there was a problem with wiki accounts, which has since been solved. I have created a wiki article where scripters can describe the plans they have for enhancing or developing new scripts. I'm hoping this will eliminate duplicate development, as well as

Re: Error Reporting

2010-01-08 Thread J.J. Meddaugh
Thought of that, but thought there was this big deal with defining too many variables globally. But that's probably the best solution here. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Message - From: "Aaron Smith" To: Cc: "J.J. Me

Re: Error Reporting

2010-01-08 Thread Aaron Smith
On 1/8/2010 2:17 PM, J.J. Meddaugh wrote: Thought of that, but thought there was this big deal with defining too many variables globally. I think that limitation came to you in a dream. Aaron -- To insure that you receive proper support, please include all past correspondence (where applicabl

RE: Error Reporting

2010-01-08 Thread Chip Orange
how about storing the values of these variables in some global variable holding a dictionary, containing all the info you'd want in an error report? you'd have to remove them also when you were going out of scope, so that they didn't get reported to you in a place where they really didn't exist, so

RE: Error Reporting

2010-01-08 Thread Jeff Bishop
It isn't an issue, accept one of coding design. I mean, I try to use global variables as limited as possible. -Original Message- From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 12:17 PM To: gw-scripting@gwmicro.com Subject: Re: Error Reporting Thought of tha

Re: Error Reporting

2010-01-08 Thread Aaron Smith
On 1/8/2010 2:11 PM, J.J. Meddaugh wrote: It dies on the first if not filename is nothing then because filename wasn't defined. Why not define it as Nothing to begin with? Aaron -- To insure that you receive proper support, please include all past correspondence (where applicable), and any re

RE: Error Reporting

2010-01-08 Thread Jeff Bishop
I always define these things as global and set them to Nothing: Dim FileName : Set FileName = Nothing Therefore, this would resolve your issues. From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 12:11 PM To: gw-scripting@gwmicro.com Subject: Re: Error Rep

Re: Error Reporting

2010-01-08 Thread J.J. Meddaugh
No parms is a variable I've set later in the script. It dies on the first if not filename is nothing then because filename wasn't defined. I want to act on the variable only if it exists. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor - Original Me

RE: Error Reporting

2010-01-08 Thread Jeff Bishop
Parms for example looks to be an object so you need to return a property. I do this a lot in the Winamp scripts to gather data to send along with error reports. From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 12:02 PM To: gw-scripting@gwmicro.com Subject: Error R

Error Reporting

2010-01-08 Thread J.J. Meddaugh
I want to append details to an error report, but the variables I would be sending are only active in certain instances. I tried setting up a function like this Function ErrorData() if not filename is nothing then ErrorData = ErrorData & "Filename: " & filename & vbCrLf end if if not parms is noth

Re: Introducing Progress Indicator 1.7

2010-01-08 Thread Aaron Smith
"A new set of progress tones" would indicate a new set of progress tones, not the old progress tones. Aaron On 1/8/2010 10:05 AM, Tylers Scripting wrote: Hi Aaron, Are these the old sounds? Tyler - Original Message - From: Aaron Smith To: gw-scripting@gwmicro.com Date: Friday, Jan

Introducing WordNav 1.0

2010-01-08 Thread Aaron Smith
Greetings, GW Micro is very excited to introduce its newest addition to the GW family of scripts: WordNav 1.0. WordNav allows you to enter into a navigation mode within a Microsoft Word document. Once in this navigation mode you can quickly navigate between elements both forward and backward

Re: Introducing Progress Indicator 1.7

2010-01-08 Thread Tylers Scripting
Hi Aaron, Are these the old sounds? Tyler - Original Message - From: Aaron Smith To: gw-scripting@gwmicro.com Date: Friday, Jan 8, 2010 9:00:01 Subject: Introducing Progress Indicator 1.7 > > > Greetings, > > We have just posted Progress Indicator 1.7, now with support for Firefox

Introducing Progress Indicator 1.7

2010-01-08 Thread Aaron Smith
Greetings, We have just posted Progress Indicator 1.7, now with support for Firefox progress bars, and a new set of progress tones. Learn more at http://gwmicro.com/scripts/progressindicator. Enjoy! Aaron -- To insure that you receive proper support, please include all past correspondence (