-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels