The users of my application can add and remove vector layers from the GUI, using buttons. A treePanel shows the layers both with checkboxes (visibility) and radio buttons (selection). When I add a new layer, I would like to automatically activate the radio button on the new layer in the treePanel. How can I do this? Regards, .david