Re: Orca rolenames too long for braille?



Hey Rich:

The lack of symmetry in the API is definitely an annoyance.  I
created/fixed a bug for this: 

http://bugzilla.gnome.org/show_bug.cgi?id=337704

The overall impact is that end users should see no difference, but
script writers will.  Luckily, the impact was isolated to just the
Evolution and StarOffice scripts.

Thanks!

Will

On Fri, 2006-04-07 at 09:22 -0700, Rich Burridge wrote:
Mike Pedersen wrote:
Will explained to me what this control looks like and I agree with what you
are saying needs to be on the braille display.  
  

Okay. I've checked back the change to planner.py that hopefully does this.
New version of the script is also attached here.

I expected the brailleGen.getBrailleRegions() and 
braille.displayRegions() to be a
matching pair. In other words, I could take what 
brailleGen.getBrailleRegions()
gave me and immediately feed it to braille.displayRegions() , and I'd 
get back what
I started with.

This appears not to be the case. I had to do:

            brailleRegions = brailleGen.getBrailleRegions(event.source)
            brailleRegions[0] = brailleRegions[0][0]
            brailleRegions.append(braille.Region(utterance))
            braille.displayRegions(brailleRegions)

Will, is there something that should be changed here?
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]