0.9.4 Update

Here is a small update to help in the use of the new tab structure defined by the WindowTabManager script.

version 0.9.4

  • Added XML Code property to Custom properties.

New Custom Properties XML Code

Custom Properties have been from the beginning a flexible way to add tags to our controls not specifically addressed by Ruleset Wizard. Now this feature is much more powerful thanks to the XML Code property:

This property allows to add an XML code fragment to our control, which will be added to the rest of the code generated by the Wizard during the compilation.

Note that if this property is used, the rest of the elements of the Custom Property (Property Name, Property Value, etc.) are ignored.

The code entered here must be a valid XML, or a warning message will be generated during compilation and that property will be ignored.