Hmm... But if I disable my UIA code then the form works as expected.
Also If I place some standard control to a form like TButton. But I will try the MainFormInTaskbar property to see what happens.
Dňa 26. 11. 2017 o 18:13 Ondrej Pokorny via Lazarus napísal(a):
On 26.11.2017 16:09, Martin Frb via Lazarus wrote:
I am not 100% sure, but maybe this is because (afaik) there is a hidden form for the task button. This hidden form can be disabled somewhere, then the main form will be responsible for the task button.

On 20/11/2017 09:54, Lubos Pintes via Lazarus wrote:

I can confirm that Inspect can see the object(s). But one symptom I am receiving that a screen reader is unable to register that a form receives the focus. If I alt-tabbing, I hear "Project1", instead of "Form1".

Correct. Use Application.MainFormOnTaskbar := True to register the form for the taskbar.

Ondrej



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to