On 26 August 2013 22:41, Camillo Bruni <camillobruni@gmail.com> wrote:
I think we agreed that
- #inspect: returns the inspected value
- #inspector: returns the inspector for the given value

well, it won't work that way.. #inspector: returns the inspector model , but not the actual morph
i don't know how to get the window morph from it (maybe its easy?)..

I mean, even if you change this to use #inspector: instead of #inspect:

Morph>>inspectInMorphic: evt
������ evt hand attachMorph: ((Smalltalk tools inspect: self) extent: 300@200)


it won't work (#extent: did not understood by inspector object, neither you can attach it to hand).

So, i forced to change this method to look like this:

inspectInMorphic: evt
������ Smalltalk tools inspect: self

yeah.. i will open the issue then.
��
--
Best regards,
Igor Stasenko.