Re: [lazarus] Some questions about TForm.Height

2005-10-20 Thread lazarus . mramirez
Hi. minus title bar height. Actually, in Lazarus TForm.Height is equal to TForm.ClientHeight in Delphi. The CLX (QT) form in delphi had a similar problem, I need it to simulate MDI forms with independent windows/forms, and need it to known the height of title bar... So, ones more - I can't

Re: [lazarus] Some questions about TForm.Height

2005-10-20 Thread Tim Laurent
If it's not posible to calculate a title bar*s height in GNU/Linux, due to the different windows managers, why don't CREATE YOUR OWN TITLE BAR WITH YOUR OWN HEIGHT ? What about creating a window *without* a title bar first, then adding a title bar to it and interpret the height difference

Re: [lazarus] Hide titlebar

2005-10-20 Thread Micha Nelissen
On Thu, 20 Oct 2005 11:45:17 -0500 (CDT) [EMAIL PROTECTED] wrote: I have a question that I get from other post. Is it possible to make a form in Lazarus with no title bar, IN A GNU/Linux desktop? I can't check that myself, since I don't have Lazarus, in a GNU/Linux, YET... BorderStyle =

Re: [lazarus] Using translations in projects

2005-10-20 Thread Mattias Gaertner
On Thu, 20 Oct 2005 14:11:37 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Alexandre Leclerc wrote: On 9/19/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Sun, 18 Sep 2005 19:09:35 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: On 9/16/05, Mattias Gaertner [EMAIL PROTECTED]

Re: [lazarus] Some questions about TForm.Height

2005-10-20 Thread Alex Smirnov
Hi, friends! For Win32 I can use GetSystemMetrics in this case. So in Windows it works. But in Linux (Gnome/GTK) GetSystemMetrics is seems to be not realized jet - this function presents, code can be compiled, but GetSystemMetrics returns some strange and illegal values. So code, that is

Re: [lazarus] Some questions about TForm.Height

2005-10-20 Thread Bram Kuijvenhoven
Tim Laurent wrote: What about creating a window *without* a title bar first, then adding a title bar to it and interpret the height difference as the height of the title bar? I think this could even be done offscreen and Lazarus could do that during startup ... Lol :) You must be kidding :)

Re: [lazarus] Some questions about TForm.Height

2005-10-20 Thread dannym
Hi, Am Donnerstag, den 20.10.2005, 22:49 +0400 schrieb Alex Smirnov: Hi, friends! For Win32 I can use GetSystemMetrics in this case. So in Windows it works. But in Linux (Gnome/GTK) GetSystemMetrics is seems to be not realized jet - this function presents, code can be compiled, but

Re: [lazarus] Using translations in projects

2005-10-20 Thread Vincent Snijders
Mattias Gaertner wrote: On Thu, 20 Oct 2005 14:11:37 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Alexandre Leclerc wrote: On 9/19/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Sun, 18 Sep 2005 19:09:35 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: On 9/16/05, Mattias

Re: [lazarus] Using translations in projects

2005-10-20 Thread Mattias Gaertner
On Thu, 20 Oct 2005 23:36:38 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 20 Oct 2005 14:11:37 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Alexandre Leclerc wrote: On 9/19/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Sun, 18 Sep 2005

[lazarus] OT: Any info about LGPL ZeosLib licencing?

2005-10-20 Thread Alexandre Leclerc
This is not the good place to ask, but I try in case someone knows... Zeollib is released under LGPL. But does that mean I can use the code and release my software under an other licencing terms, like a proprietary licence? I could ask on their forum web site but I have no account and do not

[lazarus] Re: OT: Any info about LGPL ZeosLib licencing?

2005-10-20 Thread Felipe Monteiro de Carvalho
Alexandre Leclerc wrote: This is not the good place to ask, but I try in case someone knows... Zeollib is released under LGPL. But does that mean I can use the code and release my software under an other licencing terms, like a proprietary licence? Yes, a LGPL library can be linked against

Re: [lazarus] Re: OT: Any info about LGPL ZeosLib licencing?

2005-10-20 Thread Thomas Miller
You can also ask them to include the same exception that FreePascal and Lazarus have so you can link it into your program. Felipe Monteiro de Carvalho wrote: Alexandre Leclerc wrote: This is not the good place to ask, but I try in case someone knows... Zeollib is released under LGPL. But