You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps the place where you instantiate the class gets into the compilation earlier than the place where you add UIBuilder.buildClass().
Do you have other classes built with UIBuilder.buildClass()? Can you instantiate them in the same place where you are trying new ComponentsInspectorXML()?
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?
The text was updated successfully, but these errors were encountered: