Wee problem.
When mainform is resized it shifts offscreen in Restore some components.
At designtime I can get the correct layout by doing the changing align
properties as I have done in this runtime code which does nothing to fix the
problem.
Any tips?

procedure TMainform.Panel4Resize(Sender: TObject);
begin
panel4.align:=alnone;
panel4.align:=alclient;
end;

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to