Yes ! I find a way to view the form in place of the description pane ! Finally it was not so hard :) Check the last version of NewInspector and inspect for example "Form allInstances".

In the same time, I personalized also the color instances :) �For example, inspect : "Color allInstances first: 1000"

To Pharo developers: if you want to see anything in place of the description pane, please write a descriptionChildrenSpecBlock (see classes Color and Form for more explanations) and submit it to me.

Fr�d
----
Fr�d�ric Pluquet
Universit� Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


On Mon, Dec 21, 2009 at 10:04 PM, Henrik Sperre Johansen <henrik.s.johansen@veloxit.no> wrote:
On 21.12.2009 20:09, Frederic Pluquet wrote:
Cool :)

It is added in the last version. Thank you for your participation at NewInspector !

I think the best way to preview a form is to show it in the right side of the NewInspector in place of the description panel, but it is a really big challenge: NewInspector is unaware about the composants of the frame (everything is done by model). I must found a way to achieve this :)

Fr�d
----
Fr�d�ric Pluquet
Universit� Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet
Yes, that was my first thought too, as I told Mariano in a private mail.
Sadly, setting the description to be a Form didn't work as well as I had hoped ...

So this was the result of the "what can I come up with in 20 mins?" approach :)
Probably should be written with a PluggableImageSpec/Morph (which don't exist yet) either way if you're using ToolBuilder for the cross-ui implementation potential.

Cheers,
Henry