SoulwireAS3Framework
SoulwireAS3Framework copied to clipboard
Deploying to iOS device with simpleGUI
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()
yep,it's not friendly to Adobe AIR developer...