Re: Braille in scripting ...

2008-06-30 Thread Sara
Cool, nice to be right about something I don't even know about. smile Sara - Original Message - From: "Jeff Bishop" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 9:28 PM Subject: Re: Braille in scripting ... You are correct. - Original Message -

Re: Braille in scripting ...

2008-06-30 Thread Jeff Bishop
You are correct. - Original Message - From: "Sara" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 7:07 PM Subject: Re: Braille in scripting ... Hi. I know nothing about programming but does this controlling different sections mean that... Say I have a 40-cell

Re: Braille in scripting ...

2008-06-30 Thread Sara
rstand the technical stuff. Sara - Original Message - From: "Ron Parker" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 8:51 AM Subject: Re: Braille in scripting ... A lot of this isn't documented very well yet because it isn't anything like a final

Re: Braille in scripting ...

2008-06-30 Thread Aaron Smith
ffray" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 7:01 AM Subject: Re: Braille in scripting ... Jeff, Sounds like you want an excuse to put this off . I suggest you just freeze all but one cell so you can at least proceed. Then when we finalize all this can I get done ki

Re: Braille in scripting ...

2008-06-30 Thread Jeff Bishop
er" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 6:51 AM Subject: Re: Braille in scripting ... A lot of this isn't documented very well yet because it isn't anything like a final implementation in beta 1. That said, freezing and unfreezing is like registering a ho

Re: Braille in scripting ...

2008-06-30 Thread Doug Geoffray
ROTECTED]> To: Sent: Monday, June 30, 2008 6:51 AM Subject: Re: Braille in scripting ... A lot of this isn't documented very well yet because it isn't anything like a final implementation in beta 1. That said, freezing and unfreezing is like registering a hotkey. When you call Freeze,

Re: Braille in scripting ...

2008-06-30 Thread Jeff Bishop
OK, excellent Ron. Marlaina has asked that I add braille support for the Winamp scripts. I will wait then until the next public beta. - Original Message - From: "Ron Parker" <[EMAIL PROTECTED]> To: Sent: Monday, June 30, 2008 6:51 AM Subject: Re: Braille in scripti

Re: Braille in scripting ...

2008-06-30 Thread Ron Parker
g@gwmicro.com> *Sent:* Monday, June 30, 2008 6:06 AM *Subject:* Re: Braille in scripting ... Jeff, You should look at BrailleDisplays.Active.Type If this is 0 then there is no braille display. Anything other than 0 you can look up the

Re: Braille in scripting ...

2008-06-30 Thread Jeff Bishop
Excellent, thank you sir. - Original Message - From: Doug Geoffray To: gw-scripting@gwmicro.com Sent: Monday, June 30, 2008 6:49 AM Subject: Re: Braille in scripting ... Jeff, Right, if you change what is displayed on the braille display, when it comes time for Window

Re: Braille in scripting ...

2008-06-30 Thread Doug Geoffray
micro.com> *Sent:* Monday, June 30, 2008 6:06 AM *Subject:* Re: Braille in scripting ... Jeff, You should look at BrailleDisplays.Active.Type If this is 0 then there is no braille display. Anything other than 0 you can look up the BrailleDisplayType enum to see what d

Re: Braille in scripting ...

2008-06-30 Thread Jeff Bishop
, 2008 6:06 AM Subject: Re: Braille in scripting ... Jeff, You should look at BrailleDisplays.Active.Type If this is 0 then there is no braille display. Anything other than 0 you can look up the BrailleDisplayType enum to see what display it is. You can also use

Re: Braille in scripting ...

2008-06-30 Thread Doug Geoffray
Jeff, You should look at BrailleDisplays.Active.Type If this is 0 then there is no braille display. Anything other than 0 you can look up the BrailleDisplayType enum to see what display it is. You can also use: BrailleDisplays.Active.Description to get the name as displayed in the select

Braille in scripting ...

2008-06-28 Thread Jeff Bishop
Hello GW, To detect if a braille display is connected and active, do we simply use the Application Braille property and insure it is not nothing? Jeff