![]() |
Re: GetTickCount Problem
Delphi-Quellcode:
var
StartTicks, CurTicks: LongInt; begin StartTicks := GetTickCount; repeat CurTicks := GetTickCount; if (CurTicks - StartTicks) >= 1000 then begin StartTicks := GetTickCount; // <- reset ShowMessage ('1000ms vorbei'); end; until FALSE; end; |
Re: GetTickCount Problem
@Noobinator: Dein Code wird aber wohl keine Änderung in der Progressbar anzeigen, da diese nicht zum malen kommt.
@MrMyagi: Ich warte immernoch auf Antwort zu meine Frage zum Debugger... |
Re: GetTickCount Problem
@Muetze1 Der Debugger sagt gar nichts, da es zu keinem Fehler etc führt.
Es ist halt nur so, das sich die Progressbar nicht verändert. |
Re: GetTickCount Problem
Zitat:
|
Re: GetTickCount Problem
@Noobinator
Jepp, bei mir klappts so auch^^ |
Re: GetTickCount Problem
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:54 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