Re: [Lazarus] RichMemo in shared SO library

2010-09-22 Thread dmitry boyarintsev
On Wed, Sep 22, 2010 at 12:34 PM, Dibo wrote: > I have no problem with LCL and Richmemo in DLL, but on linux I can't > build SO library with TRichMemo. I get this error: > > /usr/bin/ld: > /home/dibo/Programowanie/Lazarus/components/richmemo/lib/x86_64-linux/richmemo.o: > relocation R_X86_64_32S

[Lazarus] Mac: mouse pointer stays crCross even when Edit field is left

2010-09-22 Thread Tobias Giesen
Hi, in my dialogs, I frequently see the mouse pointer being shown as crosshairs (crCross) forever after leaving an edit field. Is there anything that can be done? Ideally the mouse pointer changes to crDefault immediately when it is moved away from the edit field. Maybe this is not easy to impl

[Lazarus] Snow Leopard: Debugger unusable after an exception is raised

2010-09-22 Thread Tobias Giesen
Hello, I have a debugger problem when using the latest Lazarus snapshot on Mac OS Snow Leopard, as well as with older Lazarus snapshots from this year. When my program raises an exception, Lazarus appears in the foreground but it does not show any exception dialog and it does not show the execut

Re: [Lazarus] (no subject)

2010-09-22 Thread José Mejuto
Hello Andrew, Wednesday, September 22, 2010, 4:50:38 PM, you wrote: AB> One other thing to think about is something I do often which is to AB> have a "suspend needed" boolean variable for threads. So if a suspend AB> is needed it will be processed at an appropriate section of code where AB> the

[Lazarus] RichMemo in shared SO library

2010-09-22 Thread Dibo
Hi, I have no problem with LCL and Richmemo in DLL, but on linux I can't build SO library with TRichMemo. I get this error: /usr/bin/ld: /home/dibo/Programowanie/Lazarus/components/richmemo/lib/x86_64-linux/richmemo.o: relocation R_X86_64_32S against `TC_RICHMEMO_RTFLOADSTREAM' can not be used

Re: [Lazarus] (no subject)

2010-09-22 Thread Andrew Brunner
One other thing to think about is something I do often which is to have a "suspend needed" boolean variable for threads. So if a suspend is needed it will be processed at an appropriate section of code where the thread itself knows whether or not it is indeed safe. Other wise it will remain pendi

Re: [Lazarus] (no subject)

2010-09-22 Thread José Mejuto
Hello Lazarus-List, Wednesday, September 22, 2010, 12:12:31 AM, you wrote: V> nice! sometimes the solution is simpler than you think :) V> patient - if i do this it hurts, V> doctor - don't do it then V> you could consider V> - check for locked resources after suspending the thread, resuming lo

Re: [Lazarus] TFileNameEdit in dkSave mode: defaultext

2010-09-22 Thread Andrea Mauri
Il 22/09/2010 13.10, Michael Van Canneyt ha scritto: While using the TFileNameEdit in dkSave mode I didn't find the way to make the dialog append a given default extension to the filename. In the standard save dialog I set the DefaultExt property and when the user types the filename, that extensi

Re: [Lazarus] TFileNameEdit in dkSave mode: defaultext

2010-09-22 Thread Michael Van Canneyt
On Wed, 22 Sep 2010, Andrea Mauri wrote: dear all, While using the TFileNameEdit in dkSave mode I didn't find the way to make the dialog append a given default extension to the filename. In the standard save dialog I set the DefaultExt property and when the user types the filename, that ext

[Lazarus] TFileNameEdit in dkSave mode: defaultext

2010-09-22 Thread Andrea Mauri
dear all, While using the TFileNameEdit in dkSave mode I didn't find the way to make the dialog append a given default extension to the filename. In the standard save dialog I set the DefaultExt property and when the user types the filename, that extension is automatically added to the filenam