Re: RemoteObject

2018-02-17 Thread Carlos Rovira
Hi Frederic, as I stated before, it should work flawlessly since all implementations in different backends should end doing the same. If not, that means we can find different scenarios and that other AMF client code knows how to manage it. For that reason I propose you to start from our java-royal

Re: RemoteObject

2018-02-17 Thread Carlos Rovira
Hi, I tested some months ago some scenarios with collections sharing some VOs, and worked, but I think we should try more scenarios since complex object graphs could be problematic. Thanks Prashant for looking into this. If you can help trying to evolve the code I can support you with your pull

Re: about includeIn keyword

2018-02-17 Thread Andrew Wetmore
I have added a note about this difference between Flex and Royale to the help docs [1] [1] https://apache.github.io/royale-docs/User-interface/Flex-equivalents.html Virus-free. www.avast.com

Re: about includeIn keyword

2018-02-17 Thread Serkan Taş
To make it clear, In flex i declared the states in application and used in view components which are child of application, but not the application itself. As you have done in your example : Is it also restricted to be declared in

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
Awesome! Thank you Andrew! :) On Sun, Feb 18, 2018, 00:22 Andrew Wetmore wrote: > I have added a note about this difference between Flex and Royale to the > help docs [1] > > [1] > https://apache.github.io/royale-docs/User-interface/Flex-equivalents.html > > >

Re: about includeIn keyword

2018-02-17 Thread Serkan Taş
Thanks Piotr, I'll work on... 18.02.2018 01:29 tarihinde Piotr Zarzycki yazdı: It is true that in flex you could have declarations in the application level. In Royale the earliest component where you can have such declarations is View. In general you can declare States in every component

about includeIn keyword

2018-02-17 Thread Serkan Taş
Hi, In my flex application i am using states for component visibility and activity. What is may be the Royal way ? Example :             bottom="264" horizontalCenter="0" verticalCenter="-3"/>    

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
Hi Serkan In Royale you are using states the same as in Flex. You can check how did I use them in one of my example. Declaration [1] and usage [2] [1] https://goo.gl/TuL3Y3 [2] https://goo.gl/EJroMo Thanks, Piotr 2018-02-17 22:31 GMT+01:00 Serkan Taş : > Hi,

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
Application itself cannot have states. States can appear in the View or other components which you will create. 2018-02-17 23:14 GMT+01:00 Serkan Taş : > Here is my mxml file : > > > http://ns.adobe.com/mxml/2009; > >

rs model / tag

2018-02-17 Thread Mandeep Sarma
Hi, I've been trying out some of the examples. some of the examples (i.e. RoyaleWebsite) use the tag. but when I compile I get the message: "This tag could not be resolved to an ActionScript class. It will be ignored." Has this model been deprecated or am I misunderstanding something ? Mandeep