Re: [FlexJS] (Att: Peter Ent) Get rid of extra divs layers we don't want (was Re: [FlexJS]Layout problems)

2016-12-03 Thread Carlos Rovira
Hi Alex, I uploaded all my code in the two last commits so you can see it. Is mostly Peter's Code but the itemRenderer is a copy of StringItemRenderer but put the class in the project example (since people will use normaly a List with different IRs. I had to remove the related SWF code since compi

Getting the DefaultProperty metadata

2016-12-03 Thread flex capacitor
I've been trying to get the DefaultProperty metadata that's set on some components and I can't find it anywhere. I'm using the following call to get the describeType XML: var describedTypeRecord:DescribeTypeCacheRecord = mx.utils.DescribeTypeCache.describeType(BorderContainer);var typeDescription:

Re: Getting the DefaultProperty metadata

2016-12-03 Thread flex capacitor
Nevermind. I was checking BorderContainer but it was defined on a SkinnableContainer: On Sat, Dec 3, 2016 at 8:22 AM, flex capacitor wrote: > I've been trying to get the DefaultProperty metadata that's set on some > components and I can't find it anywhere. I'm using the followi

Re: [FlexJS] (Att: Peter Ent) Get rid of extra divs layers we don't want (was Re: [FlexJS]Layout problems)

2016-12-03 Thread Alex Harui
I took a look and saw that your ListItemRenderer is in the application project, not a library project, but it contains conditional compile code. I'm not sure we've ironed out that workflow. The main idea was that application developers wouldn't need conditional compilation. All APIs they would ne