[jawsscripts] Re: Sending a string of tedxt to Braille display with JAWS 9.0 and non-FS Braille displays

No, you could say:

Void Function DisplayMy BrailleLine()
BrailleAddString("I am now being displayed", 0, 0, 0)
return true
EndFunction

And it will work!
Victor

Huskins, Wayne wrote:
> Victor,  are you saying that you can use BrailleAddString by its self as
> long as you return true from brailleAddString? If so, how do you return
> true from BrailleAddString?
> 
> Or are you returning true from BrailleBuildLine?
> If you are returning true from BrailleBuildLine then it is still being
> used.
> 
> 
> Thanks  for the clarification
> 
> Wayne
> =20
> 
> -----Original Message-----
> From: jawsscripts-bounce@xxxxxxxxxxxxx
> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Victor Tsaran
> Sent: June 23, 2008 2:30 PM
> To: jawsscripts@xxxxxxxxxxxxx
> Subject: [jawsscripts] Re: Sending a string of tedxt to Braille display
> with JAWS 9.0 and non-FS Braille displays
> 
> Hi Wayne,
> I figured out that you can use BrailleAddString outside of
> BrailleBuildLine as long as you return true. In fact, it seems that
> BrailleBuildLine is no longer necessary.
> 
> Regards,
> Vic
> 
> Victor Tsaran wrote:
>> Hello Wayne,
>> That's a very useful piece of information with regards to structured=20
>> mode as well as the braillebuildline tip. It is interesting though=20
>> that I had BrailleAddString working outside of Braille BuildLine=20
>> before, I just don't remember when it was last time I've seen this.
>> But thanks anyway, I will give it a shot when I get back home later
> today.
>> =20
>> Thanks,
>> Victor
>> =20
>> Huskins, Wayne wrote:
>>> Victor, I am using jaws v9.0.2169  and I find that the=20
>>> brailleAddString function  does in fact  work with jaws 9.=3D20
>>>
>>> You Have to use it however with in the BrailleBuildLine function as
>>> follows:
>>>
>>> Include "hjconst.jsh"
>>>
>>> void Function BrailleBuildLine ()
>>> var
>>> string brlLine
>>> ;code to create the braille line string e.g.=3D20 let brlLine =3D3D =
> "text
> 
>>> for braille display"
>>>
>>> BrailleAddString (brlLine, 0, 0, 0)
>>> return true
>>> EndFunction
>>>
>>> The BrailleBuildLine function is called 10 times per second and if=20
>>> the function returns true, then the BrailleAddString function can be=20
>>> used.=3D20
>>>
>>> Also the braille display must be in structured mode for this to=20
>>> work.=3D20
>>>
>>> W
>>> -----Original Message-----
>>> From: jawsscripts-bounce@xxxxxxxxxxxxx=20
>>> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Victor Tsaran
>>> Sent: June 12, 2008 3:32 PM
>>> To: jawsscripts@xxxxxxxxxxxxx
>>> Subject: [jawsscripts] Sending a string of tedxt to Braille display=20
>>> with JAWS 9.0 and non-FS Braille displays
>>>
>>> Hi all,
>>> Well, I've been battling with this for several days now.
>>> All I am trying to do is to send a braille string of text to the=20
>>> Braille display inside a JAWS script.
>>>     As some of you may know, BrailleString function hasn't been=20
>>> working in JAWS for some time now. Also, tried to use the new way of=20
>>> scripting with Braille, i.e. using BrailleAddString, however, this=20
>>> doesn't seem to work with JAWS 9 any more.
>>> O yeah, one more thing: I don't want to use BrailleMessage because it
> 
>>> puts the word msg on the Braille display which is not what I want.
>>>
>>> Any ideas would be much appreciated.
>>> Thanks,
>>> Vic
>>> __________
>>> View the list's information and change your settings at=20
>>> http://www.freelists.org/list/jawsscripts
>>>
>>> __________ View the list's information and change your settings at=20
>>> http://www.freelists.org/list/jawsscripts
>>>
>>>
>> =20
>> =20
> 
> __________
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
> 
> __________ 
> View the list's information and change your settings at 
> http://www.freelists.org/list/jawsscripts
> 
> 

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

Other related posts: