Re: [MSEide-MSEgui-talk] file copy to clipboard for cut/copy/paste

2016-12-03 Thread Martin Schreiber
On 12/03/2016 06:08 PM, Patrick Goupell wrote:
> Hello,
> 
> Does an mseide-msegui application support a file copy/cut to clipboard 
> and then a non mseide-msegui (file manager) application paste from 
> clipboard?
>
Other than copy/pasting the file name no.

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


[MSEide-MSEgui-talk] file copy to clipboard for cut/copy/paste

2016-12-03 Thread Patrick Goupell
Hello,

Does an mseide-msegui application support a file copy/cut to clipboard 
and then a non mseide-msegui (file manager) application paste from 
clipboard?

If so, briefly expain.

Thank you.

Patrick

--
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-03 Thread Fred van Stappen
> In case of a development IDE I think that a IDE for visually impaired

> people must be designed from scratch for the task, only to speak the
> texts of an IDE designed by and for not visually impaired people can not
> lead to an optimal result IMHO.

Yes, maybe.
But maybe it is possible to make a universal ide, that can be used by impaired 
people and others too.

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-03 Thread Martin Schreiber
On 12/03/2016 04:12 PM, Fred van Stappen wrote:
> 
> 
>> Because it is not listed in guitemplates.pas "envvarty" definition and
>> the "guitemplatesmo.sysenv" "tsysenvmanager" component. Please use the
> '> ED' button of the objectinspector in order to edit the "sysenv"
>> component. The order of "envvarty" and the "sysenv" entries must match.
>> "sysenv" is placed in guitemplates unit because it is the first loaded 
>> module.
> 
> Hello Martin.
> 
> Huh, ED' button is grayed (disabled) and what (and where) is the sysenv 
> component ?
> 
It is a "tsysenvmanager" component and placed in datamodule
"guitemplatesmo" (file guitemplates.pas/mfm). The component must be
selected in order to be editable by "ED" button.

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-03 Thread Fred van Stappen
> You have to escape the apostrophe with another apostrophe. Double them up.

>  eg:  str := 'What''s up?';

Thanks Graeme.

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] popup menu

2016-12-03 Thread Patrick Goupell

On 12/03/2016 09:18 AM, Martin Schreiber wrote:
>
> There is no code. Simply select the popup-menu component in
> objectinspector into tstringgrid.popupmenu property. Please do not use
> onpopup event.
>

So that is where I was going wrong.  It usre is simple once you see it 
in action.

--
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-03 Thread Fred van Stappen


> Because it is not listed in guitemplates.pas "envvarty" definition and
>the "guitemplatesmo.sysenv" "tsysenvmanager" component. Please use the
'> ED' button of the objectinspector in order to edit the "sysenv"
> component. The order of "envvarty" and the "sysenv" entries must match.
> "sysenv" is placed in guitemplates unit because it is the first loaded module.

Hello Martin.

Huh, ED' button is grayed (disabled) and what (and where) is the sysenv 
component ?

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] popup menu

2016-12-03 Thread Martin Schreiber
On 12/03/2016 03:01 PM, Patrick Goupell wrote:
> 
>>
> I have a form, a stringgrid comonent with the onpopup event set and a 
> popupmenu component.
> 
> What I have not been able to figure out is how do I show the popupmenu 
> in the onpopup eevnt.
> 
> What is the actual pascal coding statement(s) needed.
> 
There is no code. Simply select the popup-menu component in
objectinspector into tstringgrid.popupmenu property. Please do not use
onpopup event.

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-03 Thread Martin Schreiber
On 12/01/2016 01:44 PM, Fred van Stappen wrote:
>> The advantage would be that the users can use the screenreader they are used 
>> to.
> 
> 
> Yes, maybe it is a advantage.
> 
>> But maybe - as you write - it is not possible to achieve good results if the 
>> application is not a 100% default Windows application.
> 
> Huh, that first and if you want that your program does something not 
> "standard" from the screen-reader, good luck to make it work.
> And what about compatibility with Windows versions (XP and Win10 does not use 
> same screen-reader) ?
> 
> PS: By the way, of course if you want to make MSEgui assistive interface 
> compatible also with build-in Windows screen-reader, do it and I will support 
> you work. (and after this I will adapt SAK to be better ;-) )
> 
I am not sure if I wrote clearly enough what I mean. I mean there should
be an additional module which connects to the MSEgui widgets by
"iassistiveserver" and "iassistiveclient", which probably booth need to
be extended for the task. The module then reacts on 'traffic' on the
"iassistiveserver" interface and requests from standard screen reader,
complements the information and hands it over to the screen reader by
its interface.
Currently I have no time to make it myself and I don't know blind
programmers whose help is indispensable in order to design a usable
system IMO.
In case of a development IDE I think that a IDE for visually impaired
people must be designed from scratch for the task, only to speak the
texts of an IDE designed by and for not visually impaired people can not
lead to an optimal result IMHO.

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