Re: AudioKit ID numbers

2011-09-28 Thread bb
Hi! David is correct for in all cases that I am aware of except in SAPI 4 days, the volume was always a value from 0 to 100% in using percentage and not left verses right channel balance. SAPI 4 used a channel for balance, but all others as I have known, including Python, use 0 to 100 perc

Re: Apps leaving residues?

2011-09-22 Thread bb
Hi Dave, Yes, it is a good idea to always place all objects to nothing, including any classes you make. When messing with classes make sure to always fill out the terminate section to insure all your objects you create are null out. Shared objects would have the same issue and must ha

Sleep Mode and Apps Shutting Down?

2011-09-16 Thread bb
Hi! I can not test this since my computer got sent back today for a second time and probably will be out for the rest of the month. So, is there a way around the sleep mode of a computer to have apps run? William is running my Cuckoo Clock program and he apparently locks his computer

Re: How to get mouse to extended keyboard from notebook?

2011-09-12 Thread bb
to default which is what you want. Note that you can still use the mouse with the laptop layout if you find that you need it later. Also, please send general support questions to either our supp...@gwmicro.com address or to the GW-Info list. Regards, Steve On 9/11/2011 3:27 PM, bb wrote: >

Re: How to get mouse to extended keyboard from notebook?

2011-09-11 Thread bb
t mouse to extended keyboard from notebook? did you go into the keyboard/layout menu and change it from the default layout to the laptop layout? this may be the problem. - Original Message - From: bb To: gw-scripting@gwmicro.com Sent: Sunday, September 11, 2011 12:27 PM Subje

Re: new Music Menu app

2011-09-06 Thread bb
will be the profound ones that will make a lot of difference in making things accessible which aren't at present. Jeff Weiss - Original Message - From: bb To: gw-scripting@gwmicro.com Sent: Monday, September 05, 2011 11:51 AM Subject: Re: new Music Menu app Hi Je

Re: new Music Menu app

2011-09-06 Thread bb
out sooner. Regards, Steve -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. bb wrote: Hi Steve and Chip, Slow responding, took and dog walk and supper break. Yes, I am very well versed in Python but not the com part. And before responding earlier I s

Re: new Music Menu app

2011-09-05 Thread bb
seeing more. Chip ------ From: bb [mailto:b...@fltg.net] Sent: Monday, September 05, 2011 5:53 PM To: gw-scripting@gwmicro.com Subject: Re: new Music Menu app Hi Chip, I had mentioned once about the Cuckoo Clock program and selling something. The comment came a

Re: new Music Menu app

2011-09-05 Thread bb
t forward" with some effort of our own. Chip ---- From: bb [mailto:b...@fltg.net] Sent: Monday, September 05, 2011 12:51 PM To: gw-scripting@gwmicro.com Subject: Re: new Music Menu app Hi Jeff, I sent you and other my python app

Re: new Music Menu app

2011-09-05 Thread bb
Hi Jeff, I sent you and other my python app that almost does the same thing but only did the simple queue without drawing from a list. Besides that app, if it runs I am going to compile it as a com object to be allowed to run inside the WE apps and be used on the global object list as

Re: Sound Forge, Audacity???

2011-09-03 Thread bb
3 PM Subject: RE: Sound Forge, Audacity??? Bruce (or anyone), I'm looking for a way to extract the audio out of .avi files and put it into .mp3 files. Would you know if Audacity would do this for me? thanks. Chip -Original Message----- From: bb [mailto:b...@fltg.net] Sent: Thursday,

Re: Sound Forge, Audacity???

2011-09-03 Thread bb
is for me? thanks. Chip -Original Message----- From: bb [mailto:b...@fltg.net] Sent: Thursday, September 01, 2011 8:42 PM To: gw-scripting@gwmicro.com Subject: Re: Sound Forge, Audacity??? Hi! I was wondering if anyone has downloaded and tried Audacity? It is free and has many plu

Re: Sound Forge, Audacity???

2011-09-01 Thread bb
Hi! I was wondering if anyone has downloaded and tried Audacity? It is free and has many plug-ins. As far as I can tell it works fine with Windoweyes and needs no help except maybe in some editing features which I have not tried. I use it to convert MP3 to OGG and reverse...

Re: MP3, Ogg, and Wav Player

2011-08-30 Thread bb
Sent: Monday, August 29, 2011 11:44 PM Subject: Re: MP3, Ogg, and Wav Player Are you going to put it on AC? On 8/29/2011 10:49 PM, bb wrote: > Hi! > > I wrote a simple music player which has volume adjustment, and a queue > to play as many files you have in any given folder. >

Re: MP3, Ogg, and Wav Player

2011-08-30 Thread bb
Sent: Monday, August 29, 2011 11:44 PM Subject: Re: MP3, Ogg, and Wav Player Are you going to put it on AC? On 8/29/2011 10:49 PM, bb wrote: > Hi! > > I wrote a simple music player which has volume adjustment, and a queue > to play as many files you have in any given folder.

Re: Introducing the GW Audio Kit

2011-08-27 Thread bb
it Bruce, I can second what Steve said. I just change the wepm extension to cab and the file opens just fine in Winzip. Vic -Original Message----- From: bb [mailto:b...@fltg.net] Sent: Friday, August 26, 2011 4:59 PM To: gw-scripting@gwmicro.com Subject: Re: Introducing the GW Audio Kit

Re: Introducing the GW Audio Kit

2011-08-27 Thread bb
and not a zip. Something like 7-zip should be able to open it with no trouble. Regards, Steve On 8/26/2011 4:58 PM, bb wrote: > Hi Steve, > > If you have a .zip I would like to at least take a look at it since I > have to wait over a week to get my version 7 computer back, to

Re: Introducing the GW Audio Kit

2011-08-26 Thread bb
Hi Steve, If you have a .zip I would like to at least take a look at it since I have to wait over a week to get my version 7 computer back, to look at the .vbs file. Also, when going to the web site to download the .zip file was corrupted or flawed and could not unzip it from there web si

Windoweyes 7.11 Disk

2011-08-25 Thread bb
Does anyone here know who to contact about the problems with the install disk? I was just told that the Windoweyes 7.11 disk is no good and also been told that it costs $20 for a replacement. Now, when one pays for a product and there is a flaw in it that GW is totally aware of, who is real

Re: Guess I am on the wrong Event?

2011-08-25 Thread bb
Hi Again David, This is the function version and I had posted all of this on line back on July 11 I think, Note: you could use a match for this call using this Prototype for the swap function below Dim match: match = "abcdefghijklmnopqrstuvwxyz" Function swapTxt( match, txt) i

Re: Guess I am on the wrong Event?

2011-08-25 Thread bb
Hi David, I had first mentioned the replace and then the split features. Now below is my properties inside my Sapi class. Note that these 2 properties can easily be changed to functions instead of properties. I also use a dictionary of words to look for and that to can be changed to wh

Re: PlaySound

2011-08-24 Thread bb
From: bb [mailto:b...@fltg.net] Sent: Tuesday, August 23, 2011 1:15 PM To: gw-scripting@gwmicro.com Subject: Re: PlaySound Hi Jeff, I could write a script and compile it for use using Python for you. This is the only way to have something you can use unless someone already has something

Re: PlaySound

2011-08-23 Thread bb
3:25 PM Subject: RE: PlaySound That would be great. Right now, what I have is a script that will play .wav files which are in a subfolder of the main script directory. Thanks From: bb [mailto:b...@fltg.net] Sent: Tuesday, August 23, 2011 1:15 PM To: gw-scripting@gwmicro.com Subject: Re

Re: PlaySound

2011-08-23 Thread bb
Hi Jeff, I could write a script and compile it for use using Python for you. This is the only way to have something you can use unless someone already has something to use. As I discovered inside the default directory and I attempted to have the compiled recording feature to my Cuckoo

Split Function: Guess I am on the wrong Event?

2011-08-21 Thread bb
Hi David, I guess this is one approach for your word find but there is another. Bruce Dim i, j, msg, str2Split ' Initialize the string str2Split = _ "1,2,3,4,5,6,7,8,9,0" ' Split the string using _ ' comma as the delimiter aryStrSplit = Split( _ str2Split, ",") j = 0 msg = "" f

Replace: Guess I am on the wrong Event?

2011-08-21 Thread bb
Dave, Use this for replace. The old string is replace with new string. strMsg = Replace(strMsg, str_Old, str_New) Bruce Sent: Sunday, August 21, 2011 9:30 AM Subject: Re: Guess I am on the wrong Event? Thanks, Chip! You really got me going now. Seems I am closing in on somet

Re: creating a dialog with radio buttons

2011-08-17 Thread bb
OOPS, I meant checked, not clicked for the property. Also, the control options you can also use besides the radio type. Bruce Hi Kevin, Below are the control properties and method. After that are the only dialog events triggered on a radio button. I guess using a radio button co

Re: creating a dialog with radio buttons

2011-08-17 Thread bb
Hi Kevin, Below are the control properties and method. After that are the only dialog events triggered on a radio button. I guess using a radio button control you are very limited. Only one property which is Boolean to let you know it is clicked. And the method that forces it to be click

Re: laptops

2011-08-17 Thread bb
len, or just dropped) they would pay for it completely. If you buy an expensive laptop, you could ask about this kind of coverage. I did collect on it once after I dropped it, and it saved me $450 in repairs. Chip -Original Message- From: bb [mailto:b...@fltg.net] Sent: Tuesday, August

Re: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread bb
Hi Chip, Yes, when I did the scan, it did not have the collection issue you discovered in 2003. Very easy to get and the reason why I added it to my page_num routine since I do have the 2007 version and it works fine. Did not do the color thing you discussed in the last scripting class be

Re: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread bb
Hi Aaron, Thanks, did not bother to check to see if it would fail. As long as it works I'm OK But, once again for the 4'th time this last year my computer crashed. When doing a scan a week ago, several viruses were inside the GW default folder. I also noted when downloading an app mo