Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Yu.Taro
Hi Carlos I just test the sample code with nightly build #1180, that is not work The j:HGroup output html source code is as below still missing "itemsExpand" in class About "itemsHorizontalExpand" and "itemsVerticalExpand" properties did you mean that in this example if then will background

Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Yu.Taro
Hi Alex About Point 2 Alex Harui-2 wrote > 2. [Bindable] > private var static ary:ArrayList = new ArrayList(["AA","BB","CC"]); > That will cause page blankbecause "static" > If I must use static, the ArrayList construct must be empty. > private var static ary:ArrayList = new A

Jewel DateChooser ready

2018-08-17 Thread Carlos Rovira
Hi, just finished Jewel DateChooser and is committed to develop. It's based on new Jewel Table, since is what I saw other frameworks doing: base layout on html table. Jewel DateField and Jewel Table are near completion too, the former still needs look and feel touches for is working, and the secon

Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Alex Harui
Hi, Thanks again for the feedback. I may respond with more details later, but very quickly: the ASDoc example is in examples/royale/ASDoc. It uses DataContainer and uses the routing classes. You can see how to determine what the route was in that code. HTH, -Alex On 8/17/18, 7:55 AM, "Yu

Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Yu.Taro
Hi Carlos I don't have website, and glad to publish it as a full article with the code. and about another questions, i will reply soon. Hi Piotr Thanks for the example, I'll study it to learn more about royale. Hi Alex Thanks for your reply. following is my thought 1. ...Try

Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Piotr Zarzycki
One of the more sophisticated example is in my TranspiledActionScript repository [1]. [1] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/PureMVCEmployeeAdminBasic/src/com/transpiledactionscript/puremvc/royale/employeeadmin/view/components/RolePanel.mxml Thanks, P