On 5/4/06, Borut Maricic <[EMAIL PROTECTED]>
With all due respect, what Todorov has made was - IMHO - an example that was
recreating an issue.
That's right.
So, the original question is grounded and I will just
restate it here:
The code sequence
f1 := TButton.Create(Form1);
with f1 do begin
Parent := Form1; Align := alRight; Caption := '1'; end;
f2 := TButton.Create(Form1);
with f2 do begin
Parent := Form1; Align := alRight; Caption := '2'; end;
positions buttons on the form like this
1 2
while one would expect
2 1
The original Todorov's question was: Bug or a feature?
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives