Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-08 Thread Carlos Rovira
Hi Warren, you had this wrong line: registerClassAlias('org.apache.royale.collections.ArrayList', ArrayList); that has no sense. The right one you shuold use: registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); Since you want to use ArrayList with Jewel. If you were using

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-08 Thread wkoch
Follow-up to the issue. I removed the registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);. I had read somewhere I needed it -- my mistake. I put my code into a brand new project and rebuilt everything (including the files on my web server). Now it binds as expected. I'm

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-05 Thread Piotr Zarzycki
Hi Warren, I have created based on your code example with databinding [1] - I have used Moonshine 3.0.0 - Nightly and newest Royale Nightly 0.9.8 build 2245. Please take example, analyze it, change it etc. Let's work based on something. Once you change it let me know what does not working for

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-05 Thread Carlos Rovira
Hi Warren Your example is fully working in my local (compiling and running). So since it is not a problem with your code I guess you have something wrong in your project config. Maybe you miss some library dependency? (registerClassAlias requires Reflection) Aside from that this line doesn't

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-04 Thread wkoch
I appreciate you looking at this. I've attached a text file of the code, the compiler options, and the compiler build. I did add a combobox just to see if it would bind. Nope it won't bind either. JewelExampleJS2.txt

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-04 Thread Carlos Rovira
xmlns:local="*" > > initialize="appInit()"> > > > > > > > > > > > > and it won't bind. The List is empty. &g

Re: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-04 Thread Carlos Rovira
n't bind. The List is empty. > > > > I added in under my View > > > > > > > > > > > > and it won't bind. The List is empty. > > > > *From:* Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] > *Sent:* Saturday, October 03, 2020 5:0

RE: [EXTERNAL] Re: How do i get a simple list to bind?

2020-10-03 Thread Koch (US), Warren R
and it won't bind. The List is empty. I added in under my View and it won't bind. The List is empty. From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Saturday, October 03, 2020 5:00 AM To: users@royale.apache.org Subject: [EXTERNAL] Re: How do i get a simple list to