nonono,i didn't mean that. i was considering why the inputbox TEdit losts
its focus,even if i "setfocus".
the lost of focus make me mad because when the dropdownform is shown,i have
to click the TEdit and begin typing again and again.

2009/4/26 Bart <[email protected]>

> Hi,
>
> If you try to do this cross-platform, you might run into this bug:
> http://bugs.freepascal.org/view.php?id=7243
>
> I have an app with autocompletion TEdit. When it finds a match it
> appends the part that was not typed in yet, and selects that part in
> the control.
> This works perfectly well in win32, but in GTK the SelLength property
> is not updated correctly in the TEdit.OnChage event.
> I was never able to pinpoint where this goes wrong and no other
> Lazarus users seem to need this specific behaviour it seems.
>
> Bart
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
I'm sure that I will win.
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to