![]() |
Problem mit SetFocus
Hallo,
hab folgendes Problem: hab auf meinem Form paar Images und eine ComboBox. Wenn ich das Prog starte hat die ComboBox den Focus, was nicht so gut aussieht. Wie entferne ich diesen Focus? |
Re: Problem mit SetFocus
Pack doch die Images auf ein Panel und gib dem dann den Fokus.
|
Re: Problem mit SetFocus
Gibt's vllt eine andere Möglichkeit? Hab keine Lust das halbe Programm umbauen, hab da nämlich 18 Images.
|
Re: Problem mit SetFocus
Setz die Tabreihenfolge entsprechend, so das die Combobox nicht mehr als erstes in der Tabreihenfolge steht.
|
Re: Problem mit SetFocus
Hab ich gemacht, ändert sich aber gar.nix; :gruebel:
Ich weiß klingt komisch, ist aber so. PS: Panel ist bei mir versteckt. Aber auch nicht versteckt funkt nicht. :gruebel: |
Re: Problem mit SetFocus
Hab das jetzt so gelöst:
Delphi-Quellcode:
Jetzt klappt's :thumb:
procedure TForm1.FormShow(Sender: TObject);
begin Panel1.Visible:=True; Panel1.SetFocus; Panel1.Visible:=False; end; |
Re: Problem mit SetFocus
Hallo
Setze TabStop der Combobox auf False. Dann erhält sie anfangs nicht mehr den Fokus. |
Re: Problem mit SetFocus
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz