Balsamiq containers cause Visual Builder to fail
I have created a Balsamiq field container (or FieldSet as the Balsamiq code indicates) containing a single button to demonstrate how Visual Builder fails with Balsamiq containers.
Here is the contents of the Balsamiq .bmml file:
When I import this into Visual Builder I can see the screen including the container. However, if I try to save or save as, Visual Builder does nothing. Additionally, clicking the CODE tab shows nothing.
I have created a Balsamiq field container (or FieldSet as the Balsamiq code indicates) containing a single button to demonstrate how Visual Builder fails with Balsamiq containers.
Here is the contents of the Balsamiq .bmml file:
Code:
<mockup version="1.0" skin="sketch" fontFace="Balsamiq Sans" measuredW="237" measuredH="206" mockupW="200" mockupH="170"> <controls> <control controlID="0" controlTypeID="com.balsamiq.mockups::FieldSet" x="37" y="36" w="-1" h="-1" measuredW="200" measuredH="170" zOrder="0" locked="false" isInGroup="-1"> <controlProperties> <text>Group%20Name</text> </controlProperties> </control> <control controlID="1" controlTypeID="com.balsamiq.mockups::Button" x="104" y="100" w="-1" h="-1" measuredW="61" measuredH="27" zOrder="1" locked="false" isInGroup="-1"> <controlProperties> <text>Button</text> </controlProperties> </control> </controls> </mockup>
Comment