Hello, Im trying to split my code in several files, One is Coupon.ux When I try to build it tells me this:
Configuring
.../MainView.ux(29): E8001: Data type not found: Coupon
.../MainView.ux(29): E8001: Could not resolve type 'Coupon'
Build completed in 3.60 seconds
2 errors
I need this as a InnerClass because I need to access a property outside of it:
Configuring
.../Coupon.ux(4): E8001: 'MainBackgroundImage2' declared in MainView.ux(13) is a member 'MainView' and cannot be accessed from 'Coupon'. To make this work, consider making 'Coupon' an ux:InnerClass of 'MainView'.
...unoproj: E0000: Object reference not set to an instance of an object
Build completed in 3.50 seconds
2 errors```
Is this intended?