Re: MaterialIcon is not taking effect

2020-06-30 Thread Hugo Ferreira
Understood :) It was that. ItemRenderDataBinding. I will have that everywhere for sure. Thank you. Piotr Zarzycki escreveu no dia terça, 30/06/2020 à(s) 09:26: > Royale is all about PAYG [1] - You can definitely assume that if something > was in Flex out of the box - in Royale it is not - Find

Re: MaterialIcon is not taking effect

2020-06-30 Thread Piotr Zarzycki
Royale is all about PAYG [1] - You can definitely assume that if something was in Flex out of the box - in Royale it is not - Find bead which do the job or write one :) If you are doing on App leve binding use js:ApplicationDataBinding If you are doing container data binding use ContainerDataBind

Re: MaterialIcon is not taking effect

2020-06-30 Thread Hugo Ferreira
Databing is so important in the Flex and now Royale world that I thought that we got that, out of the box, but OK. Even so, it did not work. Here's my code: My App.mxml: http://ns.adobe.com/mxml/2009"; xmlns:html="library://ns.apache.org/royale/html" xmlns:j="library://ns.apache.org/royale/jewe

Re: MaterialIcon is not taking effect

2020-06-29 Thread Piotr Zarzycki
Hi Hugo, Show us more code ;) I have a feeling that you are missing bead which allows you for binding. As default binding doesn't work in view - you need to add bead which handle that. Thanks, Piotr On Tue, Jun 30, 2020, 1:43 AM Hugo Ferreira wrote: > This does not take effect: /> > > I'm usi