Re: [Lazarus] from hfiandor 12 jun 09

2009-06-15 Thread Héctor Fiandor Rosario
Dear JoshyFun: thanks very much for your explanation. yours, Ing. Héctor F. Fiandor hfian...@infomed.sld.cu --- Red Telematica de Salud - Cuba CNICM - Infomed -- ___ Lazarus mailing list

Re: [Lazarus] BidiMode improvments patch

2009-06-15 Thread Paul Ishenin
Zaher Dirkey wrote: Hi, thanks for the replay @Paul If it is just TMenu i have no problem, but there are a another components (TTrayIcon, ...), and some components i have plan to create it in my job. It is not a problem to create this code for TMenu, TTrayIcon and TApplication. As I remember

Re: [Lazarus] BidiMode improvments patch

2009-06-15 Thread Zaher Dirkey
Ok Paul i will keep the current style of code. Thanks. -- Zaher Dirkey -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Thread's stack size

2009-06-15 Thread David W Noon
On Mon, 2009-06-15 at 16:57 +0200, Andreas Berger wrote: I notice that TThread calls BeginThread (Windows API) with the default stack size which is 1MB. Is there a way (cross platform) to reduce this size? I am writing an app that uses up to 200 threads that need absolutely no stack (I

Re: [Lazarus] Thread's stack size

2009-06-15 Thread Andreas Berger
David W Noon wrote: You need to create a custom class that inherits from TThread. In the constructor of your class you can specify a stack size using an inherited statement. If you want some sample code, just ask. Yes, since I would need to call the derived TThread's inherited constructor

Re: [Lazarus] Thread's stack size

2009-06-15 Thread Andreas Berger
Thank you very much. David W Noon wrote: Attached is a zip archive of some source code. It also includes some declarations of the raw Linux/POSIX API, so it will also show you how to incorporate [g]libc functions into your Pascal code. Note that you need to ensure that your glibc build

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-15 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: A docking manager will not remember undocked (closed) windows, they are not part of the finally stored layout. Why? Why store information about components, which are not docked to this site? DoDi -- ___ Lazarus mailing

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-15 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: There must be one TLazDockingManager to which all TLazControlDocker are connected. That's all. The rest is done automatically. The TLazDocking Manager is bound to TAnchoredDockManager. Can this be changed to only TDockManager? Theoretically an even more abstract

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-15 Thread Mattias Gaertner
On Mon, 15 Jun 2009 22:08:02 +0200 Hans-Peter Diettrich drdiettri...@aol.com wrote: Mattias Gaertner schrieb: A docking manager will not remember undocked (closed) windows, they are not part of the finally stored layout. Why? Why store information about components, which are not