Re: [Lazarus] Finding memory leaks

2015-10-27 Thread Aradeonas
Yes,the first unit. Regards, Ara -- http://www.fastmail.com - Or how I learned to stop worrying and love email again -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] OpenBSD 5.8 64bit - lazarus - exception

2015-10-27 Thread Zeljko
gdb ./lazarus GNU gdb 6.3 ... (gdb) run Starting program: /root/lazarus/lazarus Program received signal SIGBUS, Bus error. 0x0002954fe2fa in g_object_new () from /usr/local/lib/libgobject-2.0.so.4200.1 Current language: auto; currently c (gdb) bt #0 0x0002954fe2fa in

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Ondrej Pokorny
On 27.10.2015 16:04, Gabor Boros wrote: Hi All, I want to create a borderless non modal form (native Windows and Linux-Qt) which not catch the focus on mouse click. Tried with modified ControlStyle and CanFocus override but without success. Any other idea? IIRC you can use THintWindow as

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Ondrej Pokorny
On 27.10.2015 16:04, Gabor Boros wrote: Hi All, I want to create a borderless non modal form (native Windows and Linux-Qt) which not catch the focus on mouse click. Tried with modified ControlStyle and CanFocus override but without success. Any other idea? IIRC you can use THintWindow as

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Gabor Boros
2015.10.27. 16:11 keltezéssel, Ondrej Pokorny írta: IIRC you can use THintWindow as ancestor. See particularly THintWindow.WMNCHitTest that does the job. WMNCHitTest works on Windows but not fired with Linux-Qt. Gabor -- ___ Lazarus mailing list

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Zeljko
On 10/27/2015 04:16 PM, Zeljko wrote: On 10/27/2015 04:04 PM, Gabor Boros wrote: Hi All, I want to create a borderless non modal form (native Windows and Linux-Qt) which not catch the focus on mouse click. Tried with modified ControlStyle and CanFocus override but without success. Any

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Zeljko
On 10/27/2015 04:04 PM, Gabor Boros wrote: Hi All, I want to create a borderless non modal form (native Windows and Linux-Qt) which not catch the focus on mouse click. Tried with modified ControlStyle and CanFocus override but without success. Any other idea? csNoFocus does not work for Qt

[Lazarus] How to create a non focusable form?

2015-10-27 Thread Gabor Boros
Hi All, I want to create a borderless non modal form (native Windows and Linux-Qt) which not catch the focus on mouse click. Tried with modified ControlStyle and CanFocus override but without success. Any other idea? Gabor -- ___ Lazarus mailing

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Gabor Boros
2015.10.27. 16:16 keltezéssel, Zeljko írta: csNoFocus does not work for Qt ? Can you provide example ? For Qt: before example try to include qt4 and qtwidgets into your unit and then in CreateWnd of your custom form (or after form handle is created)

Re: [Lazarus] WMEnterSizeMove Messages not firing

2015-10-27 Thread Ondrej Pokorny
On 10.10.2015 16:19, Ondrej Pokorny wrote: On 10.10.2015 15:36, Aradeonas wrote: Now I get a kind message from Székely Balázs that show a temporary way. Great! Thanks Balázs for the code and also thanks for sharing! I added the workaround to the bug report:

[Lazarus] How to create a non focusable DBGrid?

2015-10-27 Thread Gabor Boros
Hi All, I want a non focusable DBGrid on a non focusable form. (I asked form thing earlier in "How to create a non focusable form?" thread.) I tried to solve the task with csNoFocus but not working. See the attached example. If click on the DBGrid (title or cell) it's catch the focus.

Re: [Lazarus] How to create a non focusable form?

2015-10-27 Thread Zeljko
On 10/27/2015 05:07 PM, Gabor Boros wrote: 2015.10.27. 16:16 keltezéssel, Zeljko írta: csNoFocus does not work for Qt ? Can you provide example ? For Qt: before example try to include qt4 and qtwidgets into your unit and then in CreateWnd of your custom form (or after form handle is created)

Re: [Lazarus] OpenBSD 5.8 64bit - lazarus - exception

2015-10-27 Thread Tomaž Žveglič
On 10/27/15 09:46, Zeljko wrote: gdb ./lazarus GNU gdb 6.3 ... (gdb) run Starting program: /root/lazarus/lazarus Program received signal SIGBUS, Bus error. 0x0002954fe2fa in g_object_new () from /usr/local/lib/libgobject-2.0.so.4200.1 Current language: auto; currently c (gdb) bt

Re: [Lazarus] WMEnterSizeMove Messages not firing

2015-10-27 Thread Juha Manninen
On Tue, Oct 27, 2015 at 7:27 PM, Ondrej Pokorny wrote: > It's a matter of discussion. The message handling is low-level. So there can > be differences between widgetsets. It's important to have as little > differences in the high-level (events, virtual methods etc.). But small

[Lazarus] Access violation when close a project

2015-10-27 Thread Marcos Douglas
Hi, I get an Access violation when close a project. Registered: http://bugs.freepascal.org/view.php?id=28918 Environment: Lazarus 1.5 r50188M FPC 2.6.5 i386-win32-win32/win64 Message: --- [Window Title] Lazarus IDE v1.5 - project1 [Content] Access violation.

[Lazarus] TSynMemo + TSynXMLSyn: How format a XML after load it?

2015-10-27 Thread Marcos Douglas
Hi, I'm using TSynMemo and TSynXMLSyn. How format a XML after load it? Thanks, Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] How write a proper Type declaration with procedures?

2015-10-27 Thread Joe Shepherd
Hi   I have inherited a boon-doggle of a system, about 60% of which is in an old version of Delphi. I hope to use Lazarus/Free Pascal to re-implement for Windows , with a mySQL back-end on a Linux box.   This isn't real code, but a minimal example of what I want to do in a unit:    

Re: [Lazarus] is scrypt available?

2015-10-27 Thread wkitty42
On 10/26/2015 11:59 PM, taazz wrote: On 26/10/2015 22:56 μμ, wkitt...@windstream.net wrote: On 10/26/2015 03:31 PM, mic...@gmail.com wrote: Am Monday 26 October 2015 20:13:49 schrieb wkitt...@windstream.net: scrypt http://www.wolfgang-ehrhardt.de/crchash_en.html the license on that one is