i'm heavily using xmltreeloader for my ria and it works, i can guarantee for it..:)
but maybe depends on what you expect.... infact consider that xmltreeloader didn't shows attributes but only element nodes on the tree.... if you want to show attributes you have to extend the class treeloader and take some code from the xmltreeloader (cause the main method its private) and add some code.... the attributes are inserted in a map in the node and you can get their values with getAttribute(attrName)... if you need urgently code i can get but i prefer if you can wait wednesday 'cause today and tomorrow i'm not at work.... hope ti helps you, bye Patrizio 2009/4/10 Mohamad Nasreddinne <[email protected]> > Maybe i have done a mistake and the previous mail was not to me. > but i face a problem on the test of an exemple in GWT ext and i can't load > the tree from xml file. > thank you if you have any idea to help me > > ------------------------------ > Date: Fri, 10 Apr 2009 19:16:44 +0200 > Subject: Re: gwt-ext button Not working > From: [email protected] > To: [email protected] > > wellcome in the group :) > please at least post your code.... > try to see with firebug in mozilla, or dragonfly in opera, > or the internet toolbar in explorer if there is the event attached to the > button. > but without code i can't help you... > bye patrizio > > > > > 2009/4/10 shri <[email protected]> > > > Hello I'm new to this group, > I gwt-ext button listener is not working in Windows. It does not give > any error but it does not execute the code in the onClick function af > the ButtonListenerAdapter. > > > > > > > ------------------------------ > See all the ways you can stay connected to friends and > family<http://www.microsoft.com/windows/windowslive/default.aspx> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
