Re: CursorKeys Object Problem

2012-05-31 Thread BT
uot;).SelectedItem) myChangedActiveSettings( "vl") = myVoiceDialog.Control( "cmb_volume").Data( myVoiceDialog.Control( "cmb_volume").SelectedItem) 'The above assignments are to be the original settings when first read but changed later, thus giving it it&#

Re: CursorKeys Object Problem

2012-05-31 Thread BT
writing to. FOr the standard assignment statement fails with an error, the writing to seems to have permission issues... So, will read the other responses based on first in. Bruce Sent: Thursday, May 31, 2012 9:30 AM Subject: Re: CursorKeys Object Problem Hi BT: I believe We

Re: CursorKeys Object Problem

2012-05-31 Thread RicksPlace
than .txt. Later and good hunting. Rick USA - Original Message - From: BT To: gw-scripting@gwmicro.com Sent: Thursday, May 31, 2012 9:01 AM Subject: Re: CursorKeys Object Problem Hi Rick, At the moment I am using the game window before running the game to place the

Re: CursorKeys Object Problem

2012-05-31 Thread BT
is being blocked If GW has a suggestion on to fix that single issue I welcome it. Why is it I can not write to the .ini file from an external app? Sincerely Bruce Sent: Thursday, May 31, 2012 8:20 AM Subject: Re: CursorKeys Object Problem Hi BT: You may just want to

Re: CursorKeys Object Problem

2012-05-31 Thread RicksPlace
programming quite time consuming enough and just as unproductive in many cases, sigh - grin. Later BT: Rick USA - Original Message - From: BT To: gw-scripting@gwmicro.com Sent: Tuesday, May 29, 2012 8:24 AM Subject: Re: CursorKeys Object Problem Hi Rick, This mess is a

Re: INI file; was RE: CursorKeys Object Problem

2012-05-30 Thread BT
dItem = Instr( letter, INIFile(myINIFile).Text( myVoiceName, "Tone", "L")) myVoiceDialog.Control( "cmb_rate").SelectedItem = INIFile(myINIFile).Number( myVoiceName, "Rate", 62) myVoiceDialog.Control( "cmb_pitch").SelectedItem = INIFile(myINIFi

INI file; was RE: CursorKeys Object Problem

2012-05-29 Thread Chip Orange
t] Sent: Monday, May 28, 2012 8:06 PM To: gw-scripting@gwmicro.com Subject: Re: CursorKeys Object Problem Hi Chip, Another question, I was going to instead of doing it there but save the voice settings in the .ini file. But, I can read from the file with the ext4eranl program but can not writ

RE: CursorKeys Object Problem

2012-05-29 Thread Rasmussen, Lloyd
012 1:59 PM To: gw-scripting@gwmicro.com Subject: Re: CursorKeys Object Problem Oh Ya, I remember actually doing that before and giving up on it for some reason. I think It was firing but the functionallity of the default vb.net action was not working. I think this was the same result I was getti

Re: CursorKeys Object Problem

2012-05-29 Thread BT
fore you get into a messy and lengthly coding challange. Subject: Re: CursorKeys Object Problem Hi Chip, I decided that I will have to save all my key options in the .ini file for the set file does not work... Bruce Sent: Monday, May 28, 2012 1:11 PM

Re: CursorKeys Object Problem

2012-05-29 Thread RicksPlace
ding challange. Subject: Re: CursorKeys Object Problem Hi Chip, I decided that I will have to save all my key options in the .ini file for the set file does not work... Bruce Sent: Monday, May 28, 2012 1:11 PM Subject: Re: CursorKeys Object Problem Hi Chip and Rick,

Re: CursorKeys Object Problem

2012-05-28 Thread BT
the .ini file to be written to? Or does it need to be a shared object? Bruce Sent: Monday, May 28, 2012 6:09 PM Subject: RE: CursorKeys Object Problem Bruce, You would have to make your voice settings be set to "program" in order for you to be able to make chang

RE: CursorKeys Object Problem

2012-05-28 Thread Chip Orange
___ From: BT [mailto:b...@fltg.net] Sent: Monday, May 28, 2012 1:11 PM To: gw-scripting@gwmicro.com Subject: Re: CursorKeys Object Problem Hi Chip and Rick, I just discovered one little interesting event. I set my Trek game to load a set file. Now, the set file name is there each time I run th

Re: CursorKeys Object Problem

2012-05-28 Thread BT
Hi Chip, I decided that I will have to save all my key options in the .ini file for the set file does not work... Bruce Sent: Monday, May 28, 2012 1:11 PM Subject: Re: CursorKeys Object Problem Hi Chip and Rick, I just discovered one little interesting event. I set

Re: CursorKeys Object Problem

2012-05-28 Thread BT
Hi Chip and Rick, I just discovered one little interesting event. I set my Trek game to load a set file. Now, the set file name is there each time I run the Trek.exe game since it is associated with it and doing the Filename thing it gives me that set file, called Trek.set. Now, I change s

Re: CursorKeys Object Problem

2012-05-28 Thread BT
Subject: Re: CursorKeys Object Problem Hi Chip: I tend to agree but I had to try all options before I could say that I think there is something wrong with WE or at least that I am not doing something right related to COM and using the KeyProcessed Object in WE. I finished testing the new

Re: CursorKeys Object Problem

2012-05-28 Thread RicksPlace
be done. Sorry for the long post but I can think of no more tests to run without some suggestions from a COM guy like Aaron or someone. Rick USA - Original Message - From: Chip Orange To: gw-scripting@gwmicro.com Sent: Sunday, May 27, 2012 6:54 PM Subject: RE: CursorKeys Objec

RE: CursorKeys Object Problem

2012-05-27 Thread Chip Orange
ou want to happen. Chip _ From: RicksPlace [mailto:ofbgm...@mi.rr.com] Sent: Sunday, May 27, 2012 1:59 PM To: gw-scripting@gwmicro.com Subject: Re: CursorKeys Object Problem Oh Ya, I remember actually doing that before and giving up on it for some reason. I think It was firi

Re: CursorKeys Object Problem

2012-05-27 Thread RicksPlace
still not working properly. Phew!a learning curve this morning but I know how to use a set file from within an external script. Rick USA - Original Message - From: Stephen Clower To: gw-scripting@gwmicro.com Sent: Sunday, May 27, 2012 8:16 AM Subject: Re: CursorKeys Object Problem

Re: CursorKeys Object Problem

2012-05-27 Thread Stephen Clower
Rick, You can do this programatically with Keyboard,RegisterCursorKey. The method allows you to filter the key's scope when you initialize it. If you have registered hotkeys before then you will have no problems with cursor keys. Steve Original Message From: RicksPlace Se