Search found 3 matches
- Mon Mar 14, 2011 7:03 pm
- Forum: iOS Deployment
- Topic: custom properties in iOS
- Replies: 4
- Views: 4532
Re: custom properties in iOS
Thanks Klaus, Hakan & BvG. We would like to report success finally at storing custom properties in an iPad application. We were able to follow the excellent tutorial posted by BN on this forum 30Jan2011 titled "Splashstack and datastack for iPhone". The key for us seemed to be to add our data stack ...
- Fri Mar 11, 2011 11:05 pm
- Forum: iOS Deployment
- Topic: custom properties in iOS
- Replies: 4
- Views: 4532
custom properties in iOS
We're building a iOS game and it includes a scrolling field with user profiles. We would like to save these profiles upon closing the app. Is there a way to use custom properties to save this data? We've tried custom properties and saving the substack upon closing the app, but to no avail. We know w...
- Thu Feb 17, 2011 1:02 am
- Forum: iOS Deployment
- Topic: Flushevents and other iOS issues
- Replies: 2
- Views: 3117
Re: Flushevents and other iOS issues
Moonmonkey, Here are a few things we found from going to iOS: 1) For FlushEvents: We had to resort to collecting touchEvents and canceling them in a repeat loop. on touchStart pId global myMessages set the itemdel to comma put pId & comma after myMessages end touchStart and then when you want to flu...