I am trying to register an xml class type in a macro as:
UIBuilder.buildClass("src/ui/inspectors.xml", "com.clientside.ui.ComponentsInspectorsXML");
then, when I try to access it as
var inspectors:com.clientside.ui.ComponentsInspectorsXML = new com.clientside.ui.ComponentsInspectorsXML();
I get error:
Type not found : com.clientside.ui.ComponentsInspectorsXML
Any idea?
I am trying to register an xml class type in a macro as:
then, when I try to access it as
I get error:
Any idea?