0.9.3 Update

It has been some time since the last update, due to a number of circumstances, and the fact that the wizard has little room for improvement, but here is a new update. Let’s see what it brings.

version 0.9.3

  • Exporting a window was corrupting its internal definition and causing an error in the Code Inspector. Fixed.
  • Allow copying template name in Template Browser.
  • Added XML Code property to Custom controls.

New XML Code property

The Custom control has a new property called XML Code. If set, the text entered (which must be valid XML code) will completely replace the definition of that control within the window. This feature is intended for cases where you just want to copy some complex code from a control obtained from some other source.

Note that the XML code entered must belong to a single control. If you want to enter code for more than one control on the page you must use a different Custom control for each one.