View Single Post
Old 01-19-2011, 02:44 AM   #117
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Sorry, Mark, I didn't understand what you meant by "PS: <global> has not to be typed in!"

This is what I have tried so far:

Code:
	this.engineTimer = new Timer();
	this.engineTimer.onCallback = this.engineMove();
	this.engineTimer.schedule(5000);
But it seems this.engineMove() is triggering immediately, rather than after 5 seconds.

What am I doing wrong?
BenChen is offline   Reply With Quote