Hi, Good questions.
Commented out code is usually code taken from the Flex SDK which is not yet implemented in Royale. Does this [1] answer the rest of your questions? [1] Emulation Components ยท apache/royale-asjs Wiki (github.com)<https://github.com/apache/royale-asjs/wiki/emulation-components#creating-an-emulation-component> From: gbarbosa<mailto:gbarbosa...@gmail.com> Sent: Wednesday, February 24, 2021 3:22 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: mx:ComboBox using prompt and labelFunction questions Hi Royale Devs, Currently migrating a flex app to royale. I'm trying to use some comboBox properties and they seem to not be working. <mx:ComboBox prompt="Select..." /> This should display a comboBox with "Select..." correct? am I missing something? The SDK 0.9.8 seems to not be able to find the property labelFunction. This is fine because I know not all properties have been completed for the emulation components. My question here is when I look at the source code in the SDK../MxRoyale/src/main/royale/mx/controls/ComboBox.as how can I tell if a property has been implemented. Where and/or how do the mxml component properties get set? I see some commented out code regarding labelFunction. Is it just available on the class? Does some documentation already exist for how to implement a property for an emulation component? Thank you for your time. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/