Re: FastTree in GWT 2.0.3

2010-05-30 Thread hazy1
Fast tree has always had a lot of bugs, we basically took some of the concepts from Fast Tree but wrote our own. On May 28, 5:03 am, jla ner...@gmail.com wrote: Hi, Are there any known problems about the GWT-Incubator fastTree and GWT 2.0.3. I can't seem to be able to get it to work properly

Re: FastTree in GWT 2.0.3

2010-05-30 Thread Paul Stockley
wrote: Hi, Are there any known problems about the GWT-Incubator fastTree and GWT 2.0.3. I can't seem to be able to get it to work properly. Even when copying the demo source code into my project. On the other hand the native Tree control is working fine. Thanks, Jerome -- You

FastTree in GWT 2.0.3

2010-05-28 Thread jla
Hi, Are there any known problems about the GWT-Incubator fastTree and GWT 2.0.3. I can't seem to be able to get it to work properly. Even when copying the demo source code into my project. On the other hand the native Tree control is working fine. Thanks, Jerome -- You received this message

Re: FastTree in GWT 2.0.3

2010-05-28 Thread Paul Robinson
Have you called: FastTree.addDefaultCSS(); to inject the default CSS? HTH Paul jla wrote: Hi, Are there any known problems about the GWT-Incubator fastTree and GWT 2.0.3. I can't seem to be able to get it to work properly. Even when copying the demo source code into my project