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
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:
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
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