Need one one one trayining with Apache Royale JS: I need to prort this code:
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" minWidth="50" minHeight="550" creationComplete="main()" backgroundAlpha="0"> <fx:Script> </fx:Script> <fx:Declarations> </fx:Declarations> <mx:Button label="t" id="but" width="100" click="button1_clickHandler(event)" /> </mx:Application> -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
