Hi agon84, It seems like you're using the GWT-Ext library. I would advise you post up about the issue you're experiencing on the GWT-Ext forums as you're more likely to get a response from other developers who are using the tool as well. This Group is primarily for developers who are using GWT proper, or for cases where possible bugs in GWT proper might have been identified after troubleshooting through the custom library.
GWT-Ext forum: http://www.gwt-ext.com/forum/ Hope that helps, -Sumit Chandel On Thu, Jan 1, 2009 at 10:48 AM, agon84 <[email protected]> wrote: > > Hello to everyone, > > hope you all had a great start in the new year. :) The source of my > problem is how could i use treeitem? > I am building a layout with north, west, center and south position. > The WEST.panel is one accordion layout. > > code: > > final AccordionLayout accordion = new AccordionLayout(); > accordion.setAnimate(true); > > Panel westPanel = new Panel(); > westPanel.setTitle("Men" + uuml); > westPanel.setCollapsible(true); > westPanel.setWidth(200); > westPanel.setLayout(accordion); > > [/code] > > The accordion layout is offering a few panels and each panel should > have a tree-structure. Let's have a look at productionPanel! > It has one TreePanel with 2 TreeNode's. So now that is important, if > I select one TreeItem at productionPanel, it shell display the right > Panel on the CENTER.panel. > > How can i solve that? Do I have to use the TREELISTENER? i am just a > novice and an example were great :) > > have a nice day > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
