I mean I just want when I typed Group, it shows <Group>, note <ns:Group>. Thanks for your time to read my post again~
mani. 2008/9/24 mani china <[EMAIL PROTECTED]> > Thank you very much, Venkat! > Yes, I have read it clearly, and I create a myApp.xml file and typed: > >> <?xml version="1.0"?> >> > <flex-config> >> > <compiler> >> > <namespaces> >> > <namespace> >> > <uri>library:adobe/flex/halo</uri> >> > <manifest>halo-manifest.xml</manifest> >> > </namespace> >> > <namespace> >> > <uri>http://ns.adobe.com/mxml/2009</uri> >> > <manifest>mxml-2009-manifest.xml</manifest> >> > <manifest>gumbo-manifest.xml</manifest> >> > </namespace> >> > >> > <namespace> >> > <uri>http://www.adobe.com/2006/mxml</uri> >> > <manifest>mxml-manifest.xml</manifest> >> > </namespace> >> > <namespace> >> > <uri>http://ns.adobe.com/fxg/2008</uri> >> > <manifest>fxg-manifest.xml</manifest> >> > </namespace> >> > </namespaces> >> > </compiler> >> > </flex-config> >> > > Then add -load-config+=myApp.xml in the compiler. > But, it still must be: > > <Application xmlns="http://ns.adobe.com/mxml/2009" >> > xmlns:mx="library:adobe/flex/halo" >> xmlns:ns="library:adobe/flex/gumbo"> >> > <ns:Group> >> > </ns:Group> >> > </Application> >> > > @_@, anything I missed? Please give me more tips~~~ > > I just want this: > > <VBox xmlns="http://ns.adobe.com/mxml/2009″ >> xmlns:mx="library:adobe/flex/halo"> >> > <mx:Button label="Halo Button" /> >> > <Button label="Light Weight Button" /> >> > </VBox> >> > > Thanks for your time to read my post~ > > mani. > > On Wed, Sep 24, 2008 at 12:46 AM, Venkat Viswanathan < > [EMAIL PROTECTED]> wrote: > >> Hi Mani, >> >> Did you read this: >> >> http://opensource.adobe.com/wiki/display/flexsdk/MXML+2009 >> >> I think this will clear a lot of doubts about using manifests for using >> multiple namespaces. >> >> Let me know if you have any specific doubts. >> >> Regards, >> Venkat >> www.venkatv.com >> >> >> On Tue, Sep 23, 2008 at 5:10 PM, [EMAIL PROTECTED] < >> [EMAIL PROTECTED]> wrote: >> >>> >>> Thanks for your time to read my post~~ >>> And anybody know what's the below means? >>> "To ensure a project retains any merged manifests for a namespace, an >>> application-level configuration file can be used. >>> app-config.xml >>> … >>> … >>> http://ns.adobe.com/mxml/2009 >>> mxml-2009-manifest.xml<http://ns.adobe.com/mxml/2009mxml-2009-manifest.xml> >>> gumbo-manifest.xml >>> … >>> " >>> I know I must use the app-config.xml, but where and how to use it? >>> I just want to merge namespace^_^ >>> Thanks in advance! >>> Email:[EMAIL PROTECTED] <[EMAIL PROTECTED]> >>> mani. >>> >>> >>> >>> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

