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

2016-12-16 Thread Martin Schreiber
On Friday 16 December 2016 18:05:12 Fred van Stappen wrote:
>
> By the way, do you have plan for assisted raised-error-message and

Yes, later.

> Ttabwidget (and fix of dofocuschanged() that gives not assigned sender) ?

You wrote:

> But dofocuschanged() has problem. You must use:
>
> if (assigned(oldwidget)) and  if (assigned(newwidget))   then
> ...

Probably it is as designed. If dofocuschanged() fires the first 
time "oldwidget" is nil, if it fires the last time "newwidget" is nil.

> When it works, I use:
> thename := 'tabwidget, ' + Ttabwidget(Sender).Name + ' , active index, ' +
>    inttostr(Ttabwidget(Sender).activepageindex)
>
We could add 
"iassistiveclient.getassistiveitemindex(): int32" and maybe 
"getassistiveitemcount(): int32" and 
"getassisitiveitem(const aindex: int32): iassistiveclient"

> (Huh, how to get the name of the tab of the activepageindex ?)

In "doenter" 
"
 thepagename:= sender.getassistivename();
 thepagecaption:= sender.getassistivecaption().
"

Martin

--
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-16 Thread Fred van Stappen
>> Is it possible to disable it ?

> Activate the small arrow down button on the right

Huh, ok but that way the window stay always background, even clicking on it... 
;-(

> I'll add an option to disable the raise function if it does not exist already.

Super, thanks.

> Later, first I must finish DBus support.

Ok, there is no fire.

By the way, do you have plan for assisted raised-error-message and Ttabwidget 
(and fix of dofocuschanged() that gives not assigned sender) ?
If no plan now, no problem, I will release ideU 1.4.0 (with much better 
assistive).
If you have plan for nearly now, I will wait for your commits before release 
ideU.

Thanks.

Fre;D


Martin

--
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-tk
--
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-16 Thread Martin Schreiber
On 12/16/2016 12:49 PM, Fred van Stappen wrote:
>> It does not happen for me. Are you sure it is not the window manager?
> 
>> Or do you mean the mainmenu raise function? It is disabled if the window is
> 
>> in "background" mode (the arrow down button in dock frame).
> 
> Hello.
> 
> Could you take a look at the video 
> https://sites.google.com/site/fredvsbinaries/mse_focus.mp4 ?
> When the mouse move on the main menu, the form of the main menu take the 
> focus.
> 
> I would prefer that nothing append, like it was a normal window.
> And if I want focus, I will click on the menu-form...
> 
> Is it possible to disable it ?
> 
Activate the small arrow down button on the right. I'll add an option to
disable the raise function if it does not exist already. Later, first I
must finish DBus support.

Martin

--
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-16 Thread Fred van Stappen
>It does not happen for me. Are you sure it is not the window manager?

>Or do you mean the mainmenu raise function? It is disabled if the window is

>in "background" mode (the arrow down button in dock frame).

Hello.

Could you take a look at the video 
https://sites.google.com/site/fredvsbinaries/mse_focus.mp4 ?
When the mouse move on the main menu, the form of the main menu take the focus.

I would prefer that nothing append, like it was a normal window.
And if I want focus, I will click on the menu-form...

Is it possible to disable it ?

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