I’d like to display a table of values and be able to select cells.
How would I do this in Pharo Smalltalk? I’ve heard talk of Morphic widgets able to do this, but I’m still really new to Smalltalk.
I’d like to display a table of values and be able to select cells.
How would I do this in Pharo Smalltalk? I’ve heard talk of Morphic widgets able to do this, but I’m still really new to Smalltalk.
I would look into TreeModel class side examples.
I used to do that:
then set the tree roots.
Are you in Pharo 3 or Pharo 2 ? This works in Pharo 3.