Hi Guys,

Here is an odd one...

I have a situation where I have a custom MXML component (in it's own
name space) called "List.mxml"

When I use it, the backgroud is solid white.
EG:
<mynamespace:List width="500" height="500" />

but if I rename it to "SomeList.mxml", the background is inherited as expected.
EG:
<mynamespave:SomeList  width="500" height="500" />

I can only guess that there is some conflict happening with the
mx:List component, but since my "List" is in a different namespace
etc, this shouldn't happen!

Has anyone else seen this, and is it a bug?

Cheers,

David

Reply via email to