greg-dove
greg-dove
> Hi, this could be for Royale Basic so we can use in all sets? not only UIComponent? > thanks Yes, maybe I did not emphasise that enough : that...
@alinakazi I definitely used cairngorm already. I am really working crazy long hours for the next week. I will try to release it on github after that. But here are...
actually there could also be a problem with that binding if 'model' is not a typed reference. If model is typed as Object, then it would be best to avoid...
I'll try and look at this quickly tomorrow too @Harbs. I hope there is a unit test that will fail if I remove it and that will tell me why....
That should be working after the next build. Sorry I only looked back at your last comment here after I committed the change Harbs. I did not try with non-breaking...
Actually @Harbs , I already added support for this type of thing to the compiler. We already have this working with BinaryData and org.apache.royale.collections.IArrayList @estanglerbm I don't have time to...
So at least a simple workaround might be something like: ``` ``` And : `` I think that would mean that the earlier bindings should run first, before the dataProvider...
I can look into this in a couple of weeks as a compiler issue. For now, I am hoping we can find a workaround... Firstly (and this would be normal,...
Fwiw, I just quickly tested SWF and JS for the following: ``` var xml:XML = var list:XMLList = xml.*::response; ``` The above gives consistent results between the two. But I...
> can * be used as wildcard in E4X to get the child with that name from any namespace? Yes this is how it works. I think I added unit...