Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Fred van Stappen
Re-hello Martin. Does it exist the equivalent of Tform.showmodal in MSE ? Or how to keep the focus of a window, even if something is changed in a other window by that focused-window ? Setting form.option to "wo_dialog" do not keep the focus if a other form is clicked. Other thing: Is it

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Fred van Stappen
Hello Martin. > It is a "tsysenvmanager" component Super-Wow. Very impressive component. Many thanks. Other thing: In a tfilelistview, when using the up-down-left-right key, I get the text of the selected cell with: if assigned(tfilelistview(TheSender.getinstance).selectednames) then

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Martin Schreiber
On 12/04/2016 02:00 PM, Fred van Stappen wrote: > > In a tfilelistview, when using the up-down-left-right key, I get the text of > the selected cell with: > > if assigned(tfilelistview(TheSender.getinstance).selectednames) then > TheCell := tfilelistview(TheSender.getinstance).selectednames[0]

Re: [MSEide-MSEgui-talk] MSEgui and screenreader

2016-12-04 Thread Martin Schreiber
On 12/04/2016 06:01 PM, Fred van Stappen wrote: > Re-hello Martin. > > Does it exist the equivalent of Tform.showmodal in MSE ? > twidget.show() or twidget.show(true) which calls twidget.show(ml_application). can be "ml_none", "ml_application" which starts a nested main event loop or