Difference between halo and mx namespace
Posted
by Andree
on Stack Overflow
See other posts from Stack Overflow
or by Andree
Published on 2010-04-06T14:55:02Z
Indexed on
2010/04/06
15:13 UTC
Read the original article
Hit count: 322
flex
|namespaces
Hi there !
As far as I know, the support for library://ns.adobe.com/flex/halo
namespace has been dropped, and now we have to use library://ns.adobe.com/flex/mx
instead (reference). Can someone provide if there's any difference between the two namespaces?
I am just starting to learn Flex and this change make me confused. For example, if I have an <mx:Tree>
tag in my mxml document, the compiler complains that <mx:Tree>
could not be resolved to a component implementation. But if I change my mx namespace to use the old one instead (halo), it successfully compiled without error.
Thanks. Andree
Updated: By the way, I use Flex SDK command line compiler in Windows. mxmlc --version Version 4.0.0 build 10485
© Stack Overflow or respective owner