your tree here is single selection so it will not work

TreeModel new
roots: #(1 2 3);
multiSelection: true;
openWithSpec;
selectAll

Ben

On 05 Dec 2013, at 15:38, Martin Dias <tinchodias@gmail.com> wrote:

Hi,

I'm not sure how this method should be used. I tried in different
ways, for example:

TreeModel new
   roots: #(1 2 3);
   selectAll;
   openWithSpec

But always the items are unselected. Is it a bug? or I didn't find the
way to use it?

Thanks,
Mart�n