[lazarus] Add lcl component
andrew johnson
acjgenius at earthlink.net
Wed Nov 13 15:56:39 EST 2002
On Wed, 2002-11-13 at 15:37, Tony Maro wrote:
> An issue I noticed was that if I then tried to drop a control on top of
> the TCheckBook in the designer, such as a label, the label would of
> course not be inside the checkbook, but the label would not draw. Even
> moving or deleting the TCheckbook so they weren't in the same space
> didn't cause the label to redraw itself.
Try TStaticText. TLabel uses its parents canvas. Since TCheckBox does
not it covers up the parents canvas, and so it will cover up a TLabel.
TStaticText also has its own canvas so proper bring-to-front etc should
work again. It just means no Transparency.
Andrew
More information about the Lazarus
mailing list