[jawsscripts] Re: GetDialogPageName function problem

  • From: "Jim Noseworthy" <jim.noseworthy@xxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 28 Apr 2008 20:38:30 -0300

Ok Folks:

I've solved my problem.

I had forgotten that I switched my keyboard to LapTop layout.  Some of my 
keystrokes were desktop only.

Sorry about that.


----- Original Message ----- 
From: "Jim Noseworthy" <jim.noseworthy@xxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Monday, April 28, 2008 8:16 PM
Subject: [jawsscripts] Re: GetDialogPageName function problem


> Hi Again Folks:
>
> Well, I guess my problem is not the
> GetDialogPageName function. I was able to run a test with just that 
> function
> and it worked fine.  It must be something else.  The thing is, It works
> great in V8.
>
>
>
> Thanks for your response guys.
>
>
>
> Cheers.
>
>
>
>
>
> ----- Original Message ----- 
> From: "Jim Noseworthy" <jim.noseworthy@xxxxxxxxxx>
> To: <jawsscripts@xxxxxxxxxxxxx>
> Sent: Monday, April 28, 2008 7:54 PM
> Subject: [jawsscripts] Re: GetDialogPageName function problem
>
>
>> Hi Folks:
>>
>> I have written scripts for the M-Audio Delta family of soundcards which
>> have
>> been working fine for the last couple of years; up to and including JFW
>> version 8.
>>
>> They are no longer functioning and it appears to be an issue with the
>> GetDialogPageName function.
>>
>>
>>
>> Here is a sample of a script that doesn't work:
>>
>> let calebrate = GetObjectValue ()
>>
>> let mm = GetDialogPageName () == "Monitor Mixer"
>>
>> let pr = GetDialogPageName () == "Patchbay / Router"
>>
>> let hw = GetDialogPageName () == "Hardware Settings"
>>
>> let sp = GetDialogPageName () == "S/PDIF"
>>
>> let bs = GetDialogPageName () == "Bass Management"
>>
>> let wcid=GetControlID (GetCurrentWindow ())
>>
>> Let SubWindow = FindDescendantWindow (GetForegroundWindow (),1040)
>>
>> let FaderValue = FindDescendantWindow (GetAppMainWindow (GetFocus
>> ()),1071)
>>
>>
>>
>> if mm == 1 && wcid== 1014 then
>>
>> Say("MasterOut,LeftChannel",0)
>>
>> EndIf
>>
>> Thanks.
>>
>>
>>
>> ----- Original Message ----- 
>> From: "Dennis Brown" <DennisTBrown@xxxxxxxxxxx>
>> To: <jawsscripts@xxxxxxxxxxxxx>
>> Sent: Monday, April 28, 2008 5:04 PM
>> Subject: [jawsscripts] Re: GetDialogPageName function problem
>>
>>
>>> Hi,
>>> Can you give specifics on where and how you used it?  Is it giving
>>> incorrect
>>> data?  Under xp or Vista?  In more than one app?
>>>
>>> Thanks,
>>> Dennis Brown
>>> ----- Original Message ----- 
>>> From: "Jim Noseworthy" <jim.noseworthy@xxxxxxxxxx>
>>> To: "Jaws Scripts" <JAWSScripts@xxxxxxxxxxxxx>
>>> Sent: Monday, April 28, 2008 3:45 PM
>>> Subject: [jawsscripts] GetDialogPageName function problem
>>>
>>>
>>>> Hi Folks:
>>>> It appears that this function no longer works in the latest build of 
>>>> V9.
>>>> Can anyone varify whether this indeed is the case?
>>>>
>>>> Thanks all over the place gang.
>>>>
>>>>
>>>> " He is no fool who gives what he cannot keep, to gain what he cannot
>>>> lose. "
>>>> Jim Elliot,
>>>> __________
>>>> View the list's information and change your settings at
>>>> //www.freelists.org/list/jawsscripts
>>>>
>>>>
>>>
>>> __________
>>> View the list's information and change your settings at
>>> //www.freelists.org/list/jawsscripts
>>>
>>
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/jawsscripts
>>
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
> 

__________ 
View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: