Open pedrosimao opened 7 years ago
Hi,
It's a known issue. Reason and solution are in the faq page: http://wiki.starling-framework.org/builder/faq#why_am_i_getting_this_error_error_1065variable_some_class_name_is_not_defined
Hey, thanks a lot.
Adding public static const linkers:Array = [Button];
to my Class did the trick!
Hello, I am trying to use a layout I created with Starling Builder inside my project. When I compile and run I get the following error.
I suspect the error is generated on the line 156 of UIBuilder.as:
if (!_forEditor && item.customParams && item.customParams.forEditor)
Since my IDE says that ".forEditor" is an unresolved Variable.
Any ideas into what is going on?
Regards,