[lazarus] Add lcl component
Tony Maro
tony at maro.net
Wed Nov 13 19:32:05 EST 2002
On Wed, 2002-11-13 at 15:38, Mattias Gaertner wrote:
> I will try to explain it in other words:
> 2. TCheckBook without csAcceptControls:
> Again when you put a TLabel on TCheckBook, it's Parent becomes the parent of
> TCheckBook (= the form). As Andrew said, the creation order is not correct,
> and so the TLabel is behind TCheckBook and therefore you can't see it. Move
> the CheckBook away and the TLabel appears.
Well, actually I was expecting option 2 as above, but gettings results
halfway between 1 and 2. I had the order wrong in setting the
csAcceptsControls option -- I had it BEFORE the inherited create which
was apparently causing my weird results.
Thanks,
-Tony
More information about the Lazarus
mailing list