[brailleblaster] Re: Views

  • From: Brandon Roller <brandon.r.roller@xxxxxxxxx>
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 31 Jan 2013 16:23:21 -0500

Sure.
Inside the tab control, there are three windows which are embedded in an
SWT component called a group.
It is necessary for housing the components in the tab window.

When you open the program, the control tab is highlighted.
If you hit control + tab, the group is now in focus.  It is only there to
house components so that's why you can't type anything.
The tab traversal order needs to be set to skip this component.
When you hit control + tab again.  The tree view is highlighted.  It is
automatically populated when an XML document is open.
Once a document can be opened properly, it's functionality will make more
sense.

When you hit the control + tab again, you are in the text view.  This is
where you have been typing.
If you hit control + tab again, this is the braille view.  It is still
read-only for the time being.

Thanks for pointing out the issue. Keep in mind that this application is a
work in progress so at this stage a lot of things like
tweaking the UI for accessibility need some work.

-Brandon


On Thu, Jan 31, 2013 at 4:00 PM, Vic Beckley <vic.beckley3@xxxxxxxxx> wrote:

> Brandon,****
>
> ** **
>
> Thanks. That explains everything but the first edit box, the one between
> the tab control and the treeview in the tab order. This is the one I can’t
> type into very well now. What is it for?****
>
> ** **
>
> BTW: I am totally blind and thus can’t refer to the position of the
> controls in my descriptions.****
>
> ** **
>
> ** **
>
> *From:* brailleblaster-bounce@xxxxxxxxxxxxx [mailto:
> brailleblaster-bounce@xxxxxxxxxxxxx] *On Behalf Of *Brandon Roller
> *Sent:* Thursday, January 31, 2013 11:16 AM
> *To:* brailleblaster@xxxxxxxxxxxxx
> *Subject:* [brailleblaster] Re: Views****
>
> ** **
>
> No problem.****
>
> When an XML file is successfully opened and parsed, on the left the
> treeview will contain listings for nodes in the xml.****
>
> When selected the cursor will appear at the start of that node in the text
> view.****
>
> The text view is the middle edit window. Text from the XML will appear
> here and a translation of the xml will appear****
>
> will appear in the far right edit box.  That edit box is the braille view.
>    I just noticed that it is read-only, but that****
>
> can be changed fairly easily.****
>
> ** **
>
> At the moment, we're all working on getting the document to open properly.
>  After that, the heart of development begins****
>
> as we work developing the text editor controls.  Once we get a document to
> open, the functionality should be much ****
>
> clearer.****
>
> ** **
>
> -Brandon****
>
> ** **
>
> On Thu, Jan 31, 2013 at 11:01 AM, Vic Beckley <vic.beckley3@xxxxxxxxx>
> wrote:****
>
> Brandon,
>
> Now that I an see the program, would you please explain the different views
> that are there. What I see is the following:
>
> The tab control.
> An edit box.
> A treeview.
> Another edit box.
> A read-only edit box.
>
> Control tab switches between these views.
>
> When I enter text in the first edit box, the one right after the tab
> control, my screen reader won't read it. I have to enter test into the
> second edit box, the one after the treeview.
>
> Thanks for any info.
>
>
> Best Regards from Ohio, U.S.A.
>
> Vic Beckley
> E-mail: vic.beckley3@xxxxxxxxx
> Skype: vbeckley
> WLM: vbeckley@xxxxxxxx
>
>
>
> ****
>
> ** **
>

Other related posts: