SoulwireAS3Framework icon indicating copy to clipboard operation
SoulwireAS3Framework copied to clipboard

Deploying to iOS device with simpleGUI

Open RethinkFlash opened this issue 13 years ago • 1 comments

When instantiating simpleGUI in the following manner:

private var gui:SimpleGUI;

gui = new SimpleGUI(this,"Example GUI");

and deploying to iOS (iPad in this case), I receive the following error

TypeError: Error #1009: Cannot access a property or method of a null object reference. at uk.co.soulwire.gui::SimpleGUI/initContextMenu()[simpleGUI/uk/co/soulwire/gui/SimpleGUI.as:615] at uk.co.soulwire.gui::SimpleGUI()[simpleGUI/uk/co/soulwire/gui/SimpleGUI.as:117] at SimpleGUIMobileExample/init()

RethinkFlash avatar Nov 04 '11 22:11 RethinkFlash

yep,it's not friendly to Adobe AIR developer...

rainssong avatar Aug 19 '13 07:08 rainssong