Re: [Lazarus] Accessibility of Lazarus

2014-07-22 Thread Grzegorz Zlotowicz
Returning to the subject... The advantage of making accessibility of Lazarus working, would solve such problems as described below unsuccessfull attempt to make BitBtn accessible by setting its' Windowtext... The Accessibility layer is independent from visual layer, so the window can be drawn

Re: [Lazarus] Accessibility of Lazarus

2014-06-28 Thread Grzegorz Zlotowicz
(for example possibility of reacting to events of control changing state, without querying it continously and comparing with previous state). Greetings, Greg. W dniu 2014-06-28 08:46, Hans-Peter Diettrich napisaƂ/a: Grzegorz Zlotowicz schrieb: the fragment of the NVDA's log says about this control

Re: [Lazarus] Accessibility of Lazarus

2014-06-28 Thread Grzegorz Zlotowicz
Hi. As I wrote a moment ago in previous message, the problem is not the wm_getwindowtext itself, but the underlying accessibility object. http://wiki.freepascal.org/LCL_Accessibility states, that: LCL developers need to provide accessibility for all TCustomControl descendents in the LCL and

[Lazarus] Accessibility of Lazarus

2014-06-27 Thread Grzegorz Zlotowicz
Hi all. I'm Greg from Poland, a blind computer user and programmer. Looking for an advanced multi-platform framework to work with FPC, the Lazarus seems obvious choice, but unfortunately it has some accessibility problems. After reading the http://wiki.freepascal.org/LCL_Accessibility I