I need to use Page.CreateObject() to create shape objects
dynamically to show schedules for undermined number of halls.
Shape object height will depend on the number of halls.
Page.CreateObject() action seem not to be able to do so.
Is there any particular reason for this limitation?
For example, something like this:
Code:Page.CreateObject(OBJECT_PLUGIN, "NewObject", {PluginName="Shape"});

Reply With Quote
