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 "ml_window"
which does not start a nested main event loop.
[...]
> 
> Is it possible, when a form is docked, to still have the button in tackbar  
> (wo_taskbar) of that form ? This to still have the option to select a docked 
> form with alt+tab keys ?
> 
No.
> Or what key to use to select a docked form ?
> 
In MSEide please use 'View'-'. For panels created by
'View'-'New Panel' a Ctrl+Fn shortcut will be assigned. Many window
manger "eat" that key combinations.

Martin

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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]
> 
> OK, it works perfectly.
> 
> But if the selected cell is a directory, how to get the text of the selected 
> cell ?
> 
.focuseditem.caption

> Other thing:
> 
> How to navigate with the keyboard in a combobox after it was selected ?
> 
Alt+ArrowDown. dropdown.options deo_keydropdown must be set (default).

Martin

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 possible, when a form is docked, to still have the button in tackbar  
(wo_taskbar) of that form ? This to still have the option to select a docked 
form with alt+tab keys ?

Or what key to use to select a docked form ?

Thanks.

Fre;D


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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
 TheCell := tfilelistview(TheSender.getinstance).selectednames[0]

OK, it works perfectly.

But if the selected cell is a directory, how to get the text of the selected 
cell ?

Other thing:

How to navigate with the keyboard in a combobox after it was selected ?

Using the up or down key does not show the combobox-list.

Many thanks.


Fre;D



--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk