javeiga commented on issue #1216:
URL: https://github.com/apache/royale-asjs/issues/1216#issuecomment-1345620980
Using CurrencyFormatter as a custom Component
<?xml version="1.0" encoding="utf-8"?>
<mx:CurrencyFormatter
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.apache.org/royale/mx">
</mx:CurrencyFormatter>
Then im using it from the view like that:
<custom:CustomCurrencyFormatter id="currency" />
The error is displayed when initializing the view that uses it generating
failure and not displaying the view.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]