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

2016-12-14 Thread Fred van Stappen


>> I search for a way to assist showmessage().
> >Do you have some idea ?

> Must be implemented in the constructed widget. I'll take a look.

OK, super. But mainly for the message of errors-waring system.

Many thanks


--
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] tfilenameedit and Windows layout.

2016-12-14 Thread Martin Schreiber
On 12/14/2016 12:17 PM, Fred van Stappen wrote:
> Hello Martin.
> 
> When writing "C:\MyDirectory\Of\MyFilename" on a Windows system, after 
> Return, tfilenameedit change the text with:
> "/C:/MyDirectory/Of/MyFilename".
> 
> Is it possible to keep the original Windows layout ?
> 
Why? It is the cross platform form which can be stored and used on all
systems. All MSEgui file functions use the MSE-style. Please use
"tosysfilepath()" if you need the system form for external functions.
For coping the filename to clipboard it will be automatically converted
to system form. In a multi-boot system with Linux it is even possible to
mount "C:" on "/C:" and use the exact same paths on Linux and Windows. ;-)

tfielenameedit.controller.options fdo_sysfilename shows the system form
if can't live without. ;-)

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-14 Thread Fred van Stappen
Hello Martin.


I search for a way to assist showmessage().

Do you have some idea ?


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


[MSEide-MSEgui-talk] tfilenameedit and Windows layout.

2016-12-14 Thread Fred van Stappen
Hello Martin.

When writing "C:\MyDirectory\Of\MyFilename" on a Windows system, after Return, 
tfilenameedit change the text with:
"/C:/MyDirectory/Of/MyFilename".

Is it possible to keep the original Windows layout ?

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