Hi Carlos,

ViewBase is too heavy.  UIBase is lighter than UIComponent, but might work.

Are your components in MXML or AS?  If MXML, we might need to create a new base 
class for you.

HTH,
-Alex

From: Carlos Cruz <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Monday, November 13, 2017 at 8:29 PM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: converting components.

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

Reply via email to