Re: Repos and Releases

2017-12-11 Thread Alex Harui
I think I have the packaging scripts set up to package the 3 repos into a single source package. The nightly builds for the past few days have been churning out this new package. Folks should have noticed that the IDE-compatible folder is now a royale-asjs subfolder in the binary package. I'll

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Piotr Zarzycki
Peter, I see issue in MDL Table after your changes, but in general they should work once I fix it. Thanks, Piotr 2017-12-11 18:56 GMT+01:00 Piotr Zarzycki : > Peter, > > I will try your changes soon. I was thinking what you did write earlier > and maybe I wasn't

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Peter Ent
I have a in my test. Its defaults.css entry has DataItemRendererFactoryForArrayData. When I add in the dynamic mapper via MXML, that supersedes the one specified in defaults.css. That happens because the MXML bead of type IDataProviderItemRendererMapper is already on the strand so the one

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Piotr Zarzycki
Peter, Your changes exposed an issue in MDL Table. Each rows should be added to tbody, but it were included outside. I have fixed issue and everything is working nicely - at least in the apache example MDLDynamicTableExample. Still you should compare those beads

Re: Hackathon

2017-12-11 Thread OmPrakash Muppirala
On Dec 11, 2017 7:32 AM, "Peter Ent" wrote: Hi, Thanks for the invite, but I do not think it will be possible for me to join you. Regards, Peter On 12/9/17, 1:30 PM, "Harbs" wrote: >The only flights I can take on Thursday are pretty early in

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Piotr Zarzycki
Peter, I will try your changes soon. I was thinking what you did write earlier and maybe I wasn't enough clear. I'm talking right now about following cases. Let's say that you have list or MDL Table doesn't matter and you did specify in your css file following class: .myList {

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Peter Ent
I committed the change to the remove bead after running the MDLExample with no errors in the browser console. Hope this works! —peter On 12/11/17, 10:45 AM, "Piotr Zarzycki" wrote: >Hi Peter, > >If I remember correctly I was using those beads [1] and as

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Piotr Zarzycki
Hi Peter, If I remember correctly I was using those beads [1] and as IDataProviderItemRendererMapper: DynamicItemsRendererFactoryForArrayListData - declared in CSS. You can take a look into the example MDLDynamicTableExample. With your solution where we are looking actually into the events from

Re: Hackathon

2017-12-11 Thread Peter Ent
Hi, Thanks for the invite, but I do not think it will be possible for me to join you. Regards, Peter On 12/9/17, 1:30 PM, "Harbs" wrote: >The only flights I can take on Thursday are pretty early in the day. That >would only give us the morning, and I don¹t see that

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-11 Thread Peter Ent
In the PAYG world of Royale, we need to keep a number of features separate so apps are not weighed down by unused code. I originally had a bead that refreshed all item renderers by deleting them from the DataGroup and re-creating them. I also had a bead that just created itemRenderers on demand