Re: [Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread bachitoph
Peter Thanks, that's it :) cjb -- View this message in context: http://forum.world.st/Re-Modal-Menu-in-Pharo5-tp4944703p4944716.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread PBKResearch
:25 To: pharo-users@lists.pharo.org. Subject: [Pharo-users] Modal Menu in Pharo5 Hello, I'm looking for a modal menu. It should stop method code execution until any left mouse klick. I tried MenuMorph with code like below, but this does not stop execution. Any hint? thank you cjb Comp

[Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread Christoph J. Bachinger
Hello, I'm looking for a modal menu. It should stop method code execution until any left mouse klick. I tried MenuMorph with code like below, but this does not stop execution. Any hint? thank you cjb ComposableModel subclass: #BachitophTestWindow instanceVariableNames: '' cl