Sorry: Pharo1.3a
Latest update: #13076

On Wed, Mar 9, 2011 at 8:45 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi Ben, sounds good. However, I tried but I have the attached error.

Cheers

Mariano


On Wed, Mar 9, 2011 at 6:09 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Hello everyone,

I've done a new Morphic widget, that allow to easily switch from a categorized view to a "all elements" view (quite hard to explain, let me give you an example ^^)



Gofer new
� � � �squeaksource: 'SwitchableTreeWidget';
� � � �package: 'SwitchableTreeWidget';
� � � �load.

SwitchableCategoriesTreeExample new openInWorld.

If you click on the button or just double click on the tree, you will switch the view :)

I wrote that widget to integrate it in a new browser (and if I succeed, to create a new Glamour widget)



Thanks in for your feedback :)


Ben