In this place it's worth to mention link which explain what actually emulation components are -> https://github.com/apache/royale-asjs/wiki/emulation-components
Thanks, Piotr On Sun, Feb 17, 2019, 10:57 AM Carlos Rovira <[email protected]> wrote: > Hi Yannick, > > do you mean the HTML/JS/CSS generated code? as you compile the project > you'll see in "js-debug" and "js-release" folders. You can as well use web > inspector tools in browsers. > > About Flex code: there's no automatic migration tool. So you can follow > some paths: One is to go with emulation components for MX (This is > MXRoyale), that is developed by various contributors. > Another one is to migrate as much as you can of your AS3 logic and create a > new UI version using different UI Sets in Royale like: Jewel, Basic, > Express or MDL. > > There's no one unique response, and all depends on the project, and > strategy you think could be better in your case. > > > El vie., 15 feb. 2019 a las 20:28, yannick delsahut (< > [email protected]>) escribió: > > > Carlos > > Thank you i see your sample > > Is ther a way to see code generated. I don't know if code of my sample > > coud be transferm with Apache Royal > > AS3 is converted? Is there a framework? > > If you put our project Flex 3.6.0 does Royal product reuse code or > > impossible. > > > > Thank you > > yannick > > > > -----Message d'origine----- > > De : Carlos Rovira [mailto:[email protected]] > > Envoyé : jeudi 14 février 2019 18:28 > > À : [email protected] > > Objet : Re: TypeNames vs ClassName > > > > HI Yishay, > > > > A working example is in TDJ ( https://royale.apache.org/tourdejewel ) > > go to layouts. First one is a group with a className: > > > > Jewel BasicLayout (width200, height:200px) > > > > code: > > > > <j:Group width="200" height="200" className="wrapper"> > > <j:Button text="Origin" emphasis="primary"/> > > <j:Button text="x:30,y:30" emphasis="secondary" > x="30" > > y > > ="30"/> > > <j:Button text="x:60,y:60" emphasis="emphasized" > x="60" > > y="60"/> > > <j:Button text="bottom/right" > > style="bottom:0;right:0"/> > > </j:Group> > > > > If is not working for you, maybe we have a bug at some place. > > > > Carlos > > > > > > El jue., 14 feb. 2019 a las 15:45, yishayw (<[email protected]>) > > escribió: > > > > > Confused about this, now that I'm using Jewel. > > > > > > I want to add shadow to a Jewel group. So I do this: > > > > > > <common:FormSelector className="raisedShadow" > > id="cFormSelector"/> > > > > > > But then I see raisedShadow removed in in run-time in favor of classes > > such > > > as "itemsExpand itemsCenter itemsCentered layout vertical" > > > > > > Where should I be specifying my application className then? > > > > > > > > > > > > > > > -- > > > Sent from: http://apache-royale-development.20373.n8.nabble.com/ > > > > > > > > > -- > > Carlos Rovira > > http://about.me/carlosrovira > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >
