Hi,
Ich benutze grad die Andorra2D Engine und im Application.OnIdle überpüfe ich ob seit einem Ereignis schon mehr als eine Sekunde vergangen ist:
Delphi-Quellcode:
if SecondsBetween(Now,FLast) >= 1 then
begin
DoActions;
FLast := Now;
end;
Aber es wird nix ausgeführt.. Meinstens nur einmal und dann nie wieder -.-
Im OnCreate setze ich FLast := Now ...
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."