Felipe,

Thanks, I'll take a look.

Bob


--------------------------------------------------
From: "Felipe Monteiro de Carvalho" <felipemonteiro.carva...@gmail.com>
Sent: Thursday, October 27, 2016 2:19 AM
To: "FPC-Pascal users discussions" <fpc-pascal@lists.freepascal.org>
Subject: Re: [fpc-pascal] Blind Users

Some work was done in the LCL-Cocoa and LCL-Win32 to support screen
readers. Since LCL-Win32 uses native controls, it should be acessible
to screen readers out of the box, but it would be great if you could
test how the LCL apps behave in practice. I tested a long time ago.

About UI designing, I think it is best if you bypass the Form designer
completely and write the UI in code instead. Here is an example of how
to write LCL GUIs in code only, without using the Form Designer:

http://wiki.freepascal.org/Form_Tutorial#Creating_a_new_form_dynamically

Also read this page about acessibility in general and specifically
about adding accessibility to custom control (non-native ones) in the
LCL: http://wiki.lazarus.freepascal.org/LCL_Accessibility

--
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to