Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: Auf Ende von SetInterval warten...
20. Sep 2007, 15:39
Code:
function prepareFade(var)
{
doFoo();
setIntervalDIngsbumsweißnichtmehrwiedasgeht(fade);
}
function fade()
{
doFade();
afterFade();
}
function afterFade()
{
doBar();
}
Anders wirds kaum gehen.
Lukas Erlacher Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
|