Adding actionlistener to TreeItem

2010-10-28 Thread 12ock
Hi all, I am having trouble dynamically loading a tree. Is there a way so that you can add an actionlistener to a TreeItem? I already have the back end implemented so that when it is clicked i can make a server call to retrieve its children? Thanks in advance -- You received this message becaus

GWT treeItem expand button missing in Internet Explorer

2010-10-13 Thread 12ock
Hi, I am having trouble displaying the expand (+/-) button for TreeItem in internet explorer 8. It works fine in firefox. Basicly i parse an xml file into tree structure and display it in the browser, if a node has children, there should be an expand button (+/-) beside it. Help please! Thanks

Re: Help with XML Parsing, element with text content contains #text as child

2010-10-13 Thread 12ock
Problem fixed, thanks a lot Thomas! On Oct 1, 9:09 am, Thomas Broyer wrote: > On Oct 1, 12:17 am,12ock wrote: > > > > > Hi, > > > I am writing a generic xml reader using XMLParser, below is a sample > > xml file i am trying to parse: > > > > >  

Help with XML Parsing, element with text content contains #text as child

2010-10-01 Thread 12ock
Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: E-001 And here is the code: public void onSuccess(String xml_) { Document doc_ = XMLParser.parse(xml_);