[Lazarus] New AutoSize issue

faber faber.cpu at gmail.com
Fri May 14 10:25:42 CEST 2010


I'm testing on r25388.
Unfortunately I can't get this issue on sample similar small project.
On my app i put this line to OnResize event

 debugln(inttostr(TStringGrid(Sender).Height)+'-:-'+inttostr(TStringGrid(Sender).Width)+'
'+booltostr(TStringGrid(Sender).Visible));

and on good working I get the same as in wrong working,  twice this
line "459-:-688 -1", so I get width and height and visibility but I
don't see grid (only I see panel).




More information about the Lazarus mailing list