[lazarus] Add lcl component

Tony Maro tony at maro.net
Wed Nov 13 16:07:58 EST 2002


On Wed, 2002-11-13 at 15:02, andrew johnson wrote:
> On Wed, 2002-11-13 at 15:37, Tony Maro wrote:
> 
> Try TStaticText. TLabel uses its parents canvas. Since TCheckBox does

I think you misunderstand me...

Create a form.  Drop a TCheckBook on it (and possibly some other
controls will do this).

Drop a TLabel visibly on top of the checkbook.  The TLabel won't draw,
it's as if it's behind the checkbook.  Move the checkbook.  The TLabel
never draws.

You can move the TLabel around - it's got an outline, but not caption. 
Save and close the project.  Reopen and it STILL doesn't draw.

Perhaps even though the TCheckBook is set to not accept controls, it's
still setting the canvas parent to the checkbook control, yet not
bounding it within the checkbook?

-Tony






More information about the Lazarus mailing list