RealyUniqueName / StablexUI

UI engine for Haxe OpenFL designed to give as much freedom as possible in customizing UI
http://ui.stablex.ru/doc
Other
337 stars 80 forks source link

Class is not registered for runtime xml: VBox #284

Open hopewise opened 5 years ago

hopewise commented 5 years ago

I have updated to last version, I am getting this error:

Class is not registered for runtime xml: VBox

I know that I have to register that class as : RTXml.regClass(VBox); but I could build without registering it, and all I had to register was my own work classes.

I am sorry, I am not sure what happened, but I start getting this error for registering the library classes themselves as the error above..

any advice?

RealyUniqueName commented 5 years ago

That shouldn't be affected by the latest changes. Can you assemble a simple project to reproduce?

hopewise commented 5 years ago

Yes, will create one and update you