![]() |
Anweisung wird nicht ausgeführt
Und zwar hab ich ein Problem. Folgender Code:
Delphi-Quellcode:
soweit so gut. die position der Progressbar wird immer schön aktualisiert (das hier ist in einer for-schleife), die groupbox1.caption wird aber nicht aktualisiert. nur am ende der schleife steht dann die neue caption da. das is aber blöd. wisst ihr woran das liegt? :gruebel:
if i mod (100000000 div Number) = 0 then
begin Progressbar1.Position := i div 1000000; Groupbox1.Caption := inttostr(i)+' von 100000000 Würfen'; x := x +1; Alls[x] := -Allinall; end; |
Re: Anweisung wird nicht ausgeführt
Moin Keex,
nach dem setzen der GroupBox Caption könnte ein
Delphi-Quellcode:
oder
GroupBox1.Refresh;
Delphi-Quellcode:
Wirkung zeigen.
Application.ProcessMessages;
|
Re: Anweisung wird nicht ausgeführt
thnx, jetzt gehts :D
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:44 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