hi, i am usinh the version 2.6.1 mobione. when I try to build the code I get this error
the same problem also happens with a blank project.
how to solve? thank you
i java.lang.RuntimeException: com.genuitec.mobione.designer.comp.iphone.MultiBoxPage is outside com.genuitec.mobione.designer.comp.iphone.MultiBox (but in class com.genuitec.mobione.designer.comp.iphone.MultiBoxPageinstead)
at com.genuitec.mobione.codegen.processors.MultiBoxPageProcessor.process(MultiBoxPageProcessor.java:18)
at com.genuitec.mobione.codegen.processors.ElementProcessor.generateCodeFor(ElementProcessor.java:145)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:474)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.exportScreen(IPhoneComponentExporter.java:453)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:861)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:366)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:449)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:297)
at com.genuitec.mobione.designer.action.RunEmulatorAction$2.run(RunEmulatorAction.java:67)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)