Hi, I have a few hundred custom components (i.e. a city selector) to convert from Flex to Royale I was wondering if I could get some input or confirmation my approach will be OK.
All the components I want to convert are made up of a custom base component using the Flex UIComponent Class that holds the properties and an ArrayCollection to hold special properties and 1 Flex image component. Is the ViewBase class the base class to create visual components in Royale (I realize I will have to add functionality like mouse events)? Then I'm thinking of using the ArrayList to replace the ArrayCollection component (I do need sort and filters) I'm I on the right track? Thanks! Carlos
