What if inspectors and workspaces were able to copy-paste object references?When pasting, a new binding would be made with some automatic name.I always wondered why this was not part of Morphic���On 7 February 2015 at 23:52, Hern��n Morales Durand <hernan.morales@gmail.com> wrote:I see! something like?
self addMorphCentered: (EllipseMorph allInstances detect: [ : i | i name = 'an EllipseMorph(485752832)' ])2015-02-07 19:39 GMT-03:00 Sean P. DeNigris <sean@clipperadams.com>:hernanmd wrote
> Use the halos... select the Menu halo (red) -> debug... -> explore morph
Yes, you can bring up an inspector/explorer on each morph, but the hiccup is
how do you connect them i.e. send one as an argument to the other?
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/How-to-send-messages-to-an-object-tp4804394p4804413.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.