HI Chip,

    I tracked it down and the twists and turns in it. I did not want to 
force anyone to play the game requiring 7.5 version which is what the 
Screen2 does.

    So, will have to figure it out around the Screen2 thing. If that is even 
possible. It was getting late last night so I did not go any further on it.

    It would just be nice to have it without the latest version and such.

        Bruce

Sent: Thursday, May 24, 2012 10:30 PM
Subject: RE: No ScreenSettings property!


Hi Bruce,

Just to add to what Steve says, you are creating an application object, and
then trying to access a property of it named screenSettings.  You get an
error, and one of the first things you should check is to make sure there is
such a property.  In this case there is no property of the application
object named screenSettings.

When you look up the screenSettings object, it tells you in the help for the
object itself that it can only be access from a set file object as Steve
said.

hth,

Chip


> -----Original Message-----
> From: BT [mailto:b...@fltg.net]
> Sent: Thursday, May 24, 2012 7:36 PM
> To: gw-scripting@gwmicro.com
> Subject: No ScreenSettings property!
>
>
> Hi Chip,
>
>     How come this does not work?
> WeComputerVoice = CreateObject( "windoweyes.application")
> WeComputerVoice.ScreenSettings.Rate = 62
>
> "Error, Raised Attribute Error!"
>
> The format for Speech works, but not the same format for
> ScreenSettings.
>
>     Why is this?
> This is a Python format and not a .vbs so the Set command is
> not needed.
>
>         Bruce
>

Reply via email to