Re: [Lazarus] When does ComponentPageControl gets filled?

2014-03-05 Thread Flávio Etrusco
On Thu, Mar 6, 2014 at 3:23 AM, leledumbo wrote: > I've just installed Lazarus 1.2 and I realize that KZDesktop's way of > embedding component palette no longer works as it was in 1.0.14. It looks > like KZDesktop has overriden the event when ComponentPageControl gets > filled. Do I need to call s

[Lazarus] When does ComponentPageControl gets filled?

2014-03-05 Thread leledumbo
I've just installed Lazarus 1.2 and I realize that KZDesktop's way of embedding component palette no longer works as it was in 1.0.14. It looks like KZDesktop has overriden the event when ComponentPageControl gets filled. Do I need to call something to make it filled? Or perhaps an easier one, what

Re: [Lazarus] Lazarus 1.2 Release

2014-03-05 Thread FreeMan
On http://www.lazarus.freepascal.org/index.php?page=downloads "Lazarus Snapshots Mirror" --> link to "http://www.hu.freepascal.org/lazarus/"; That link not found -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.

Re: [Lazarus] [fpc-devel] Lazarus 1.2 Release

2014-03-05 Thread Martin Frb
On 04/03/2014 14:52, Mattias Gaertner wrote: The Lazarus team is glad to announce the release of Lazarus 1.2. We are news worthy (german): http://www.heise.de/open/meldung/Lazarus-IDE-fuer-Pascal-und-Object-Pascal-in-Version-1-2-veroeffentlicht-2134703.html?wt_mc=rss.open.beitrag.rdf -- ___

[Lazarus] Download Lazarus-1.3 snapshots for 64 Bit

2014-03-05 Thread Edson F. Lidorio
Hello, Where can I download Lazarus-1.3 snapshots for 64 bit? Thank you Edson -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] IDE default font

2014-03-05 Thread Hans-Peter Diettrich
Antonio Fortuny schrieb: Hi Folks. If I remember well, a discussion took place some weeks ago about the IDE fonts in Lazarus but I can't find it any more So there is my question: Is it possible to change the default font used by visual controls when they are dropped onto the form ? When you

Re: [Lazarus] Lazarus 1.2 Release

2014-03-05 Thread Sven Barth
Am 05.03.2014 16:46, schrieb Juha Manninen: On Wed, Mar 5, 2014 at 12:38 PM, Sven Barth wrote: A little confusion regarding Windows 64-bit: The main page www.lazarus.freepascal.org detects my system rightfully as Windows 64, but diverts the download to the 32-Bit IDE. I don't think it is a big

Re: [Lazarus] constructor Create How is it work?

2014-03-05 Thread Hans-Peter Diettrich
FreeMan schrieb: DoDi Thank you very much, You explain much better then me :) Main problem constructor not finished construction, I mean how to handle Self(TExLookUp) construction is finished? I have to wait, when self(TExLookUp) has created, and load self's properties loaded from, form resour

Re: [Lazarus] Lazarus Digest, Vol 74, Issue 14

2014-03-05 Thread Mattias Gaertner
On Wed, 5 Mar 2014 11:23:01 - "JIMB" wrote: > Can you tell me how to ask questions on this forum. > > I have made several attempts but never see any response What have you asked? Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepasc

Re: [Lazarus] Lazarus 1.2 Release

2014-03-05 Thread Juha Manninen
On Wed, Mar 5, 2014 at 12:38 PM, Sven Barth wrote: > A little confusion regarding Windows 64-bit: The main page > www.lazarus.freepascal.org detects my system rightfully as Windows 64, but > diverts the download to the 32-Bit IDE. I don't think it is a big problem because 32-bit works well for mo

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-05 Thread Fabio Luis Girardi
But I'll keep trying to implement this. Em 04/03/2014 21:34, "Fabio Luis Girardi" escreveu: > I'll try this approach. At the moment this is a good workaround... :) > Em 04/03/2014 21:22, "luiz americo pereira camara" > escreveu: > >> Hi Fabio, >> >> I'd like to share how i implemented similar b

Re: [Lazarus] constructor Create How is it work?

2014-03-05 Thread FreeMan
Yes, One moretime, all woit goes to Mattias, :) I'm still not useto lazarus style code structure. Ancestor component, trigger when finish initialization self, this mean (for me) I have to sparate my code. in constructor TExLookUp.Create; FGrid := TRxDBGrid.Create(Self); FGrid.Visible:=

Re: [Lazarus] constructor Create How is it work?

2014-03-05 Thread Mattias Gaertner
On Wed, 05 Mar 2014 13:35:20 +0200 FreeMan wrote: >[...] > I have to wait, when > self(TExLookUp) has created, and load self's properties loaded from, Override method Loaded. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] constructor Create How is it work?

2014-03-05 Thread FreeMan
DoDi Thank you very much, You explain much better then me :) Main problem constructor not finished construction, I mean how to handle Self(TExLookUp) construction is finished? I have to wait, when self(TExLookUp) has created, and load self's properties loaded from, form resources (from .lfm) ,

Re: [Lazarus] Lazarus Digest, Vol 74, Issue 14

2014-03-05 Thread JIMB
Can you tell me how to ask questions on this forum. I have made several attempts but never see any response Best wishes, Jim -Original Message- From: lazarus-requ...@lists.lazarus.freepascal.org [mailto:lazarus-requ...@lists.lazarus.freepascal.org] Sent: 05 March 2014 11:00 To: lazarus

Re: [Lazarus] Lazarus 1.2 Release

2014-03-05 Thread Sven Barth
Am 04.03.2014 15:52, schrieb Mattias Gaertner: The Lazarus team is glad to announce the release of Lazarus 1.2. A little confusion regarding Windows 64-bit: The main page www.lazarus.freepascal.org detects my system rightfully as Windows 64, but diverts the download to the 32-Bit IDE. *I* may k

[Lazarus] IDE default font

2014-03-05 Thread Antonio Fortuny
Hi Folks. If I remember well, a discussion took place some weeks ago about the IDE fonts in Lazarus but I can't find it any more So there is my question: Is it possible to change the default font used by visual controls when they are dropped onto the form ? If answer is yes, how could I chang