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
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
I am trying to use flexlib in an Flex-4.5-Mobile-Project. But it won't compile.
While compiling I am always told, that
"'ScheduleViewer' declaration must be contained within the tag, since it is not assignable to the default property's type 'Array' or element type 'mx.core.IVisualElement'."
Could there be a simple solution for this? As far as I can see, should Schedule Viewer extend UIComponent which extends/implements IVisiualElement.
It would be great to be able to use flexlib in the "new Projects".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to use flexlib in an Flex-4.5-Mobile-Project. But it won't compile.
While compiling I am always told, that
"'ScheduleViewer' declaration must be contained within the tag, since it is not assignable to the default property's type 'Array' or element type 'mx.core.IVisualElement'."
Could there be a simple solution for this? As far as I can see, should Schedule Viewer extend UIComponent which extends/implements IVisiualElement.
It would be great to be able to use flexlib in the "new Projects".
The text was updated successfully, but these errors were encountered: