flex strange problem with namespaces.

Posted by pfunc on Stack Overflow See other posts from Stack Overflow or by pfunc
Published on 2010-04-05T18:52:34Z Indexed on 2010/04/05 18:53 UTC
Read the original article Hit count: 277

Filed under:

I'm trying to understand what is going on with my namespaces since I upgraded to flash builder 4.

xmlns:mx="http://www.adobe.com/2006/mxml" in the application

and in the stylesheets:

@namespace mx "library://ns.adobe.com/flex/mx";

Everything seems to be recognized correctly, however, I get a warning that says "borderThickness" is only supported by the halo theme (which I thought was in the mx theme).

Now, when I try xmlns:s="library://ns.adobe.com/flex/mx" then it doesn;t recognize anything. Is there something I might be doing wrong here or confusing?

© Stack Overflow or respective owner

Related posts about flex