Morph added to World event

classic Classic list List threaded Threaded
3 messages Options
Sean P. DeNigris Sean P. DeNigris
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Morph added to World event

Is there any notification (event/Announcement/etc) when a Morph is opened in the World?

Thanks.
Sean
Igor Stasenko Igor Stasenko
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Morph added to World event

On 2 December 2011 05:06, Sean P. DeNigris <[hidden email]> 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.

Sean P. DeNigris Sean P. DeNigris
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Morph added to World event

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
Loading...