Hello,

I'm working with Lazarus v0.9.27 r18450M x86_64-linux-gtk 2 (beta) .

I have encountered few weird behaviors with this version of Lazarus,
but I do not know if that's a bug or a change that was made to act
like this, but it was not ended (the change).

1. When Lazarus starts, all of the windows of lazarus try to steal the
focus from each other until I make the entire windows of lazarus to
loose focus to another program.

2. The following code never have more then 0 components returned:

A: for i := 0 to Screen.ComponentCount
B: for i := 0 to GroupBox1.ComponentCount

Only
for i := 0 to Form1.ComponentCount

returns the correct number of compinents.

Is there something I'm missing with this two issues, or should I just
report bug reports ?

Thanks,

Ido
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to