Hi
I just bought NGUI and i update my project from the free version. Now, my JS code with any reference to:
var aLabel:UILabel
or
var aLabel:UIBaseLabel
i get always same error "not valid type"
But this was working fine with the free version.
How can i solve this? If i do not use this strict declaration mode i have problems with mobile deployment.
Thanks
Jose