Hi Radu, I recommend you to check blog examples where you can find very easy examples to get started. Of course you'll need latest development code or at least nightly build
https://royale.apache.org/category/royale-examples/ 2018-07-27 17:09 GMT+02:00 radu <[email protected]>: > 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/ > -- Carlos Rovira http://about.me/carlosrovira
