Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-05 Thread Graeme Geldenhuys
On 2016-01-05 04:23, fredvs wrote: > Via ideU, fpc-output-messages can be voice-listened too. Well done Fred. You are really doing very impressive work with assistive. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My

Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-05 Thread fredvs
> Well done Fred. You are really doing very impressive work with assistive. Huh, fpc is now the champion of assistive compiler mainly because of fpGUI and MSEgui, the best assisted-widgets in universe. Thank to Graeme and Martin. Fre;D. - Many thanks ;-) -- View this message in context:

Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-04 Thread fredvs
> Now i attack the biggest part, do fpc-self assistived. Hello. This is a answer to a old topic... (2013 already !). Finally, it is done, fpc is assisted ;-) Via ideU, fpc-output-messages can be voice-listened too. => https://github.com/fredvs/ideU/releases Fre;D - Many thanks ;-) --

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-06-19 Thread Sven Barth
Am 19.06.2013 00:12, schrieb Fred van Stappen: then you'll need to write a wrapper around it which could for example utilize the -vq option to display a message id in front of each message the compiler writes. Hello everybody. I have finish the first part of sak (speecher assistive kit) for

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-06-18 Thread Fred van Stappen
then you'll need to write a wrapper around it which could for example utilize the -vq option to display a message id in front of each message the compiler writes. Hello everybody. I have finish the first part of sak (speecher assistive kit) for fpc. LCL and fpGUI are now totally

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-12 Thread Sven Barth
On 11.05.2013 22:56, Fred van Stappen wrote: But the magic of Pascal is his clear human-like language. So, i think Pascal should be a perfect language for deficient people. ( i do not want to imagine how difficult it must be for those persons to develop in C, even if the C compiler is AT-SPI

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-12 Thread Fred van Stappen
even though I don't know very many details. If I could add something the fpGUI programs on this page that might be interesting: http://www.turbocontrol.com/easyfpgui.htm Do you know assistive technology ? The easier way to begin is to (here example for Linux Ubuntu ) : - in console :

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-12 Thread Fred van Stappen
then you'll need to write a wrapper around it which could for example utilize the -vq option to display a message id in front of each message the compiler writes. Ones i get the trick how to link the compiled app with at-spi (console or LCL or fpGUI) , im sure it gonna be a easy game ( i hope

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-12 Thread Fred van Stappen
I'd like to see Free Pascal used more for factory (industrial) work Maybe assistive technology (AT) could be very useful in industry too. Imagine a program who commands some machine. It could be that in the local there is not good light, that the screen is difficult to read, so AT can speaks

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Sven Barth
On 11.05.2013 05:35, Fred van Stappen wrote: On 5/8/2013 04:34, Fred van Stappen wrote: PS : It is a shame that FPC does not care about assistive technology. No, it is a shame for me to have had doubts about fpc... FPC is assistive technology compatible. ( $(freepascal

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Fred van Stappen
That is only ATK, not AT-SPI directly. Ok, what a jungle. ATK is Accessibility Toolkit no ? I was thinking that with atk, you can use at-spi library more easier. Also it seams that Qt use ATK for accessibility. So, maybe, is it a good idea to use atk for pure fpc-console app (like fpGUI ) ?

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Sven Barth
On 11.05.2013 15:02, Fred van Stappen wrote: That is only ATK, not AT-SPI directly. Ok, what a jungle. ATK is Accessibility Toolkit no ? I was thinking that with atk, you can use at-spi library more easier. Also it seams that Qt use ATK for accessibility. So, maybe, is it a good idea to use

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Fred van Stappen
But better port AT-SPI completely over to Pascal...Aaarg, i promise to do it, so i have to do it... ( I was hoping that using a existing ATK pascal header and adapt it for console, but too many reference to GTK libs ( or Qt for the Qt atk-kit ). So, lot of white nights in perspective... ;)

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Fred van Stappen
Or put up a bounty...Yes, i think it is the best solution ;) PS : Hum,... how much ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Sven Barth
On 11.05.2013 21:50, Fred van Stappen wrote: Or put up a bounty... Yes, i think it is the best solution ;) PS : Hum,... how much ? I've never taken a bounty nor published one, so I can't tell. You'll need to judge how much a solution is worth for you and how much you think a developer

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Fred van Stappen
You'll need to judge how much a solution is worth for you and how much you think a developer will need so that he'll take the challenge. The thing is that i discover AT-SPI one week ago. Somebody tell me that he (his factory) does not use fpc because there was no link for AT-SPI. So i have

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-11 Thread Paul Breneman
Fred van Stappen wrote: You'll need to judge how much a solution is worth for you and how much you think a developer will need so that he'll take the challenge. The thing is that i discover AT-SPI one week ago. Somebody tell me that he (his factory) does not use fpc because there was no

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-10 Thread Fred van Stappen
Yep, good news from Ledelumbo in Lazarus forum : $(freepascal source)/packages/gtk2/src/atk/atk.pas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-10 Thread Fred van Stappen
On 5/8/2013 04:34, Fred van Stappen wrote: PS : It is a shame that FPC does not care about assistive technology. No, it is a shame for me to have had doubts about fpc... FPC is assistive technology compatible. ( $(freepascal source)/packages/gtk2/src/atk/atk.pas ). I apologize, Im totaly

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Fred van Stappen
Hello. I want add access to AT-SPI interface. http://en.wikipedia.org/wiki/Assistive_Technology_Service_Provider_Interface Does it exist a pascal header for that ? Does anybody know how to do it, via fpc, not lcl ? Thanks. Toc, toc, toc, is there anybody here ? Nobody have some experience with

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Michael Van Canneyt
On Wed, 8 May 2013, Fred van Stappen wrote: Hello. I want add access to AT-SPI interface. http://en.wikipedia.org/wiki/Assistive_Technology_Service_Provider_Interface Does it exist a pascal header for that ? Does anybody know how to do it, via fpc, not lcl ? Thanks. Toc, toc, toc, is there

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Michael Schnell
On 05/08/2013 10:07 AM, Fred van Stappen wrote: Toc, toc, toc, is there anybody here ? You hitchhiked a running forum thread. Nobody likes to answer on such indecent posts. -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Sven Barth
Am 08.05.2013 10:07, schrieb Fred van Stappen: Hello. I want add access to AT-SPI interface. http://en.wikipedia.org/wiki/Assistive_Technology_Service_Provider_Interface http://en.wikipedia.org/wiki/Assistive_Technology_Service_Provider_Interface Does it exist a pascal header for that ? Does

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Sven Barth
Am 08.05.2013 10:16, schrieb Michael Schnell: On 05/08/2013 10:07 AM, Fred van Stappen wrote: Toc, toc, toc, is there anybody here ? You hitchhiked a running forum thread. Nobody likes to answer on such indecent posts. Except to tell the writer about his/her indecency :) Regards, Sven

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Michael Schnell
On 05/08/2013 10:17 AM, Sven Barth wrote: Except to tell the writer about his/her indecency :) ... if (s)he insists :-) -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Fred van Stappen
Except to tell the writer about his/her indecency :) Yep, sorry but with my indecent PS:..., already 5 answers !... So the question must be : PS : Why must i be indecent to have some answers... Thanks and sorry to disturb you.

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Sven Barth
Am 08.05.2013 10:34, schrieb Fred van Stappen: The point is nevertheless that you answered to an existing thread with a completely new/unrelated question. OK, my fault, i wanted to answer to my own tread an that answer appears like a new one ( i used ( RE: ... ) in place of (Re: ...). ).

RE: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread Fred van Stappen
The C headers are documented here (I don't know where they are located though): https://developer.gnome.org/at-spi-cspi/stable/ Also useable might be this: http://accessibility.kde.org/developer/atk.php#coreclasses Many thanks Sven, gonna study it...

Re: [fpc-pascal] AT-SPI fpc compatible ?

2013-05-08 Thread waldo kitty
On 5/8/2013 04:34, Fred van Stappen wrote: The point is nevertheless that you answered to an existing thread with a completely new/unrelated question. OK, my fault, i wanted to answer to my own tread an that answer appears like a new one ( i used ( RE: ... ) in place of (Re: ...). ). that