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