Re: Renderers doesn't support States

2020-01-28 Thread Carlos Rovira
ok, I separate States to a new MXMLStatesItemRenderer. For Jewel, that uses StyledItemRenderer as the base class now extend this new one to get states support by default El lun., 27 ene. 2020 a las 21:49, Alex Harui () escribió: > Classes in Basic should remain PAYG. That would imply that MXML

Re: Renderers doesn't support States

2020-01-27 Thread Alex Harui
Classes in Basic should remain PAYG. That would imply that MXML States support would go in a subclass of MXMLItemRenderer. My 2 cents, -Alex On 1/27/20, 10:58 AM, "Carlos Rovira" wrote: Hi, today while working on a TodoMVC version in Royale notice that ItemRenderers does

Renderers doesn't support States

2020-01-27 Thread Carlos Rovira
Hi, today while working on a TodoMVC version in Royale notice that ItemRenderers does not support States. So I'm going to add it, but want to ask the best point to do. IMO it could be in MXMLItemRenderer. thoughts? -- Carlos Rovira http://about.me/carlosrovira