Re: Re : Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2012-01-19 Thread Rodrigue Lagoue
Hi Jens, did you solve this issue? I have the same issue now. Thank you very much On Tue, Jun 21, 2011 at 4:32 PM, Jens Teglhus Møller wrote: > Hi > > I have trimmed down my tree to a minimal example root node with one > child both strings and here it works (should of course have done this > be

Re: Re : Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-21 Thread Jens Teglhus Møller
Hi I have trimmed down my tree to a minimal example root node with one child both strings and here it works (should of course have done this before my initial post :-(), i suspect it to be related to some generics stuff that i'm clueless about. I will have to dig deeper into this. Sorry for the n

Re : Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-21 Thread mkkm...@gmail.com
Can you post your getNodeInfo methdo code ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fhH98t5si6wJ. To post to this group, send email to g

Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-21 Thread Jens Teglhus Møller
Hi I do have an onSelectionChange() handler but it never gets called when the root node is clicked. When the root node is clicked i see a visual change (small change in the background color), but not the real selection (which defaults to a blue background). Its only the root element that gives me

Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-21 Thread mkkm...@gmail.com
Yes, it's the end of the code: // defining *private SingleSelectionModel selectionModel =** new SingleSelectionModel();* // inside TreeViewModel ctor (or in a better place) * selectionModel.addSelectionChangeHandler(new SelectionChangeEvent.Handler() {** public void onSelectionCha

Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-20 Thread Jens
Hi Thanks for the tip, but my problem is not loading the nodes, its only selection the root node that causes me problems (or did i miss something in the mentioned thread?). Best regards Jens On Jun 19, 3:40 pm, "mkkm...@gmail.com" wrote: > Hi, > > Try > here:https://groups.google.com/forum/?sta

Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2011-06-19 Thread mkkm...@gmail.com
Hi, Try here: https://groups.google.com/forum/?start&hl=en#!searchin/google-web-toolkit/CellTree$20asyncdataprovider/google-web-toolkit/jdQLj_oZTek/fuKmFMrbghsJ Michaël -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discu