Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread fredvs
Huh, this fast before fpc moderators begin to shout... > Say a README.txt file telling you exactly what to do, once ideU started up > for the first time. +1 (I will add a ASSISTED_README.txt) > Fred, BobJ has a valid point about... BobJ has extremely valid points about assisting and if he

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread fredvs
> I definitely believe you are not the right track though. Ha, ok. (and what would be the right-better track) ? Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Using-the-LCL-without-Lazarus-tp5726979p5727004.html Sent from the

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread Graeme Geldenhuys
On 2016-12-01 12:54, Graeme Geldenhuys wrote: > I think BobJ means... having instructions on how to enable SAK in ideU. > Say a README.txt file telling you exactly what to do, once ideU started > up for the first time. Alternatively, could you not add a new command line parameter that toggles SAK

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread Graeme Geldenhuys
On 2016-12-01 15:19, fredvs wrote: > Ha, ok. (and what would be the right-better track) ? I simply meant that ideU needs a few more SAK related tweaks (as I already mentioned - but it needs further testing) and it should be much better for visually impaired users. Also, what I think is great

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread luciano de souza
Yes, this is a very good feature. As I can't see, the single way to not extrapass the space is the automatic layout. To become perfect, it would be fantastic if there is also automatic positioning like in Wx or GTK. In these tool kits, we can add a box or a sizer to the form. When you add

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread luciano de souza
I am also blind and this topic really interesses me. In the given example, heith and width were specified in pixels. Is there a way to write the same example using automatic adjustments, in other words, setting to the layout incresing or decreasing in the proporcion of the label writen?

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread Mattias Gaertner
On Thu, 1 Dec 2016 15:15:36 -0200 luciano de souza wrote: > Yes, this is a very good feature. As I can't see, the single way to > not extrapass the space is the automatic layout. > To become perfect, it would be fantastic if there is also automatic > positioning like in Wx

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread Mattias Gaertner
On Thu, 1 Dec 2016 14:57:42 -0200 luciano de souza wrote: > I am also blind and this topic really interesses me. > In the given example, heith and width were specified in pixels. > Is there a way to write the same example using automatic adjustments, > in other words,

Re: [fpc-pascal] Other linkers support

2016-12-01 Thread denisgolovan
I've received an answer to my reported bug https://sourceware.org/bugzilla/show_bug.cgi?id=20870 Could anyone from FPC team comment anything there? 19.11.2016, 14:53, "Jonas Maebe" : > denisgolovan wrote: > >>  18.11.2016, 13:00, "Jonas Maebe"

Re: [fpc-pascal] For..in enumerator for generic records?

2016-12-01 Thread Sven Barth
On 30.11.2016 12:36, Ryan Joseph wrote: > > >> On Nov 30, 2016, at 6:24 PM, Graeme Geldenhuys >> wrote: >> >> What would you iterate/enumerate in that? I can understand iterating an >> "array of TMyRec", but not TMyRec itself. > > I have a dynamic array inside

Re: [fpc-pascal] For..in enumerator for generic records?

2016-12-01 Thread Ryan Joseph
Yes but the problem is doing this with generics. :) That’s where I got stuck and I don’t think it’s possible. > On Dec 2, 2016, at 4:58 AM, Sven Barth wrote: > > I've attached an example that shows how this *can* be done (it's not the > only way to do this

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread fredvs
Hello BobJ. >> Did you enable "Voice Assisted" feature of ideU ? > Yes, after much trial and error or, probably more accurately, much trial > and failure. Did you download the release version of ideU here : https://github.com/fredvs/ideU/releases/tag/1.3.0 ? All is included and the voice

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread fredvs
>That was my concern too when Fred started with the accessibility options > for MSEgui. I suggested to use and extend the "iassistiveclient" and > "iassistiveserver" interfaces of MSEgui in order to connect to standard > screen readers instead to implement own reader functionality. Hum, not

Re: [fpc-pascal] Using the LCL without Lazarus

2016-12-01 Thread Graeme Geldenhuys
On 2016-12-01 12:02, fredvs wrote: > Did you download the release version of ideU here : > https://github.com/fredvs/ideU/releases/tag/1.3.0 ? > All is included and the voice synthesizer must work out of the box, without > any configuration. I think BobJ means... having instructions on how to