event.type question

Is it possible to check for an event.type == “applicationStart” in the simulator? This type of event does not seem to register in an onSystemEvent (event) function.

When I check it upon application launch in the simulator, event.type is nil. [import]uid: 1560 topic_id: 1858 reply_id: 301858[/import]

Yes, this does work in the simulator. Check out the SystemEvents sample app in the SDK sample code.

-Tom [import]uid: 7559 topic_id: 1858 reply_id: 6209[/import]

I think there is still the problem with the default image, right? If yes, then that event is not fired. [import]uid: 5712 topic_id: 1858 reply_id: 6288[/import]

The problem with the Default.png file causing the applicationStart event not to fire was fixed in Beta 8.

-Tom [import]uid: 7559 topic_id: 1858 reply_id: 6312[/import]