New Features
The following new features have been added to Views 7.3:
The IlvSVGDevice class
The IlvSVGDevice class allows you to export any selected region of a view to a text file in the SVG format. See The IlvSVGDevice Class for details.
Dynamically add layers to IlvManager
You can now add and manipulate layers in IlvManager without them being required to hold an IlvGraphic object.
-
Calling
addObjectmethod ofIlvManagerLayernow adds objects to the manager if the layer is attached to it and if the attached layer contains objects that have not been added to the manager -
Calling
addLayeror replaceLayer methods ofIlvManagernow add objects to the manager if the inserted layer contains objects that haven’t been added to the manager
See IlvManager Class Reference.
Debugging traces to resolve accessor's loop
While designing your prototypes, if the Accessor loop stack overflow error message is triggered, you can set the ILV_STACK_DUMP_SIZE environment variable or the IlvStackDumpSize property to a positive integer to give additional information about the loop. When the error is triggered again, it shows the last n accessors in order as specified by the variable.