- This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by support-octavio.
-
AuthorPosts
-
rameshMemberWhen I tried to test the program
I get the following message
“Unable to generate code for this design”
Please help me to sort out the issuejava.lang.RuntimeException: Unable to draw SVG image
at com.genuitec.devices.graphics.IconsDrawer.drawSvgImage(IconsDrawer.java:126)
at com.genuitec.devices.graphics.IconsDrawer$4.doDraw(IconsDrawer.java:40)
at com.genuitec.devices.graphics.IOSButtonDescription.drawIconAndScaleToBorders(IOSButtonDescription.java:511)
at com.genuitec.devices.graphics.IOSButtonDescription$1.doRealDraw(IOSButtonDescription.java:65)
at com.genuitec.devices.graphics.IOSButtonDescription.drawImage(IOSButtonDescription.java:451)
at com.genuitec.mobione.codegen.processors.HTMLExporterData$9.initClass(HTMLExporterData.java:548)
at com.genuitec.mobione.codegen.processors.HTMLExporterData$9.initClass(HTMLExporterData.java:1)
at com.genuitec.mobione.codegen.caches.MasterCssClassCache.applyClassToElement(MasterCssClassCache.java:60)
at com.genuitec.mobione.codegen.processors.HTMLExporterData.applyIOSButtonStyle(HTMLExporterData.java:1843)
at com.genuitec.mobione.codegen.processors.ComboboxProcessor.process(ComboboxProcessor.java:59)
at com.genuitec.mobione.codegen.processors.ElementProcessor.generateCodeFor(ElementProcessor.java:130)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:450)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:474)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.exportScreen(IPhoneComponentExporter.java:429)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:821)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:289)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:347)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:277)
at com.genuitec.mobione.designer.action.RunEmulatorAction$2.run(RunEmulatorAction.java:48)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.genuitec.devices.graphics.IconsDrawer.drawSvgImage(IconsDrawer.java:119)
… 19 more
support-octavioMemberHi ramvinod,
Could you provide us more information about your scenario:
-Windows version
-Mobione version
-Antivirus
-Log file: See #5 on Posting Guidelines (http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=3033)
– Does this problem happens for this single file only? If yes could you share it with us? you can either attach to thread or send it via support at genuitec dot com. Use title: mobione data from ramvinod -
AuthorPosts