Is there any notification (event/Announcement/etc) when a Morph is opened in the World? Thanks. Sean -- View this message in context: http://forum.world.st/Morph-added-to-World-event-tp4144928p4144928.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 2 December 2011 05:06, Sean P. DeNigris <sean@clipperadams.com> wrote:
Is there any notification (event/Announcement/etc) when a Morph is opened in the World?
to my knowledge, no. why do you need that?
Thanks. Sean
-- View this message in context: http://forum.world.st/Morph-added-to-World-event-tp4144928p4144928.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
Igor Stasenko wrote
to my knowledge, no. why do you need that?
Thanks. I'm writing an acceptance test for my app. At some point, it's supposed to show a context menu, so I'm doing "World submorphs detect: [ :m | m isKindOf: MenuMorph ]", but it occurred to me that there may be some notification... Sean -- View this message in context: http://forum.world.st/Morph-added-to-World-event-tp4144928p4146998.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
Igor Stasenko -
Sean P. DeNigris