Accessibility (maybe don't care, but...)

Working on new editor enhancements?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Are those screen readers free (or is there a demo) so i could test this?

The Narrator accessibility tool on Windows 2000/XP can read the screen,
which may be a good (free) way to test it with the PureBasic IDE.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

PB wrote:> Are those screen readers free (or is there a demo) so i could test this?

The Narrator accessibility tool on Windows 2000/XP can read the screen,
which may be a good (free) way to test it with the PureBasic IDE.
The problem is that nobody use narrator because it is basical too. And the voice repulse everybody. :-) It is just in english, so for french... but one of my friend is testing it with PureBasic IDE, even if it is not his usual screen reader. He said "it can help, but... nothing else". The problems are the same, and more... but you'r right, it is free.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

The problem which was existing with Open menu, close and with Recent Files is now existing in 4.00 beta 10, it was fixed on beta 9... why is it existing now? :?
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

My mistake... the problem exists just for Close file menu. It was existing yesterday, but not now... But i'm sure for Close menu about "focus problem".
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

the focus for closing a file is fixed.
quidquid Latine dictum sit altum videtur
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Thanks a lot. :-D
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

I have made some progress on this. (and i must say, jaws is weird)

After spending some days digging through the Windows Accessibility SDK and
trying all sorts of coding hacks, i finally found out that Jaws detects the selection
in a gadget by looking for the system 'selection' color. (usually the dark blue)
Scintilla uses a grey selection by default, which is why it did not work.

To improve this, i made the following changes to the beta11 IDE:

- The default color scheme on the first start with no prefs file uses the system colors for the selection. (can be changed later in the prefs)

- There is a new color scheme called 'Accessibility'. It is basically just a color scheme
with some high contrasts, but special about it is that it always uses the system colors
for the selection (cannot be changed, all other colors can be changed in this scheme)
(This can be selected in the Preferences, in the colors section in the combobox)
This affects all the Scintilla controls used in the IDE, as well as in the standalone debugger.

With this color scheme, the Jaws version i tried with (7.0 demo) read the selection as it should.

Please test this with the new beta and tell me if it works.
Also if you have any other stuff that is not well accessible in the IDE, just tell me and i will try to fix it.
quidquid Latine dictum sit altum videtur
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Great, I can know my selection ! :-D
A strange thing : sometimes I can see the problem for focus is fixed, and sometimes, it is still here... but it is probably still my computer lol.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

wow, very interested and nice idea! i really like this support! because my aunt is ~85% blind too and i know here problems when she want to work with the pc to write any documents or so on. She is blind since some month and i will try to help my aunt and other blind people in future where i can. The first point is to create easy "no custom" GUI and giving each function (also buttons, menus) a logical name ;)

@fr34k:
Nice to see your support for this! Keep on your nice work!
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

and keyboard shortcuts...
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply