Native text field inhibits IDE
Posted: Thu Mar 29, 2012 7:44 am
I create a native text input on my opening card inside the on OpenCard script, and I delete it via the on CloseCard script. The deletion is necessary to stop the field contents showing on other cards.
When the card opens, the IDE generates an error, which I can ignore. However, when I go to move to another card, the IDE won't let me because of the delete control error. So I have to comment out the iPhoneControlDelete command until I have finished editing, then remember to activate it again to give the correct performance on the iPad when I generate the Standalone app.
I thought that checking the Hide Errors box in Preferences may stop the behaviour but it does not. So the question is -- How can I stop the IDE from choking on the iPhoneControlDelete command?
TIA
Don
When the card opens, the IDE generates an error, which I can ignore. However, when I go to move to another card, the IDE won't let me because of the delete control error. So I have to comment out the iPhoneControlDelete command until I have finished editing, then remember to activate it again to give the correct performance on the iPad when I generate the Standalone app.
I thought that checking the Hide Errors box in Preferences may stop the behaviour but it does not. So the question is -- How can I stop the IDE from choking on the iPhoneControlDelete command?
TIA
Don