Hi,
I made a clock app, based on the tutorial included in the SDK.
When I run the app using:
local tick = function()
...
timer.performWithDelay( 100, tick, 0 )
It works fine on the simulator, but is broken when compiled for the iPad.
Changing the interations to ‘-1’ gets it working again, but I have no idea why, and I can’t find it mentioned in the API guide
local tick = function()
...
timer.performWithDelay( 100, tick, 0 )
Can anyone clear up the difference between 0 and -1 in this case? [import]uid: 5652 topic_id: 1162 reply_id: 301162[/import]