--- Begin Message ---> >> >> Hence, my question: Is lastKeystroke broken, or how is it meant to be used >> now? >> >> Second problem: In older versions of pharo this would work: >> >> f := PasteUpMorph new openInWorld. >> b := EllipseMorph new. >> b openInWorld: f. >> >> But with Pharo 3.0/4.0 the last line raises an error: >> >> MessageNotUnderstood: PasteUpMorph>>startSteppingSubmorphsOf > > also broken > another issue to open :)Quick fix to make it work: just move startSteppingSubmorphsOf: from WorldMorph to PasteUpMorph. Cheers Alain
--- End Message ---
Re: [Pharo-users] World lastKeystroke and openInWorld: aPasteUpMorph
Alain Plantec via Pharo-users Wed, 10 Jun 2015 15:25:18 -0700
- [Pharo-users] World lastKeystroke and openIn... Markus Schlager
- Re: [Pharo-users] World lastKeystroke a... Johan Fabry
- Re: [Pharo-users] World lastKeystro... Markus Schlager
- Re: [Pharo-users] World lastKeystroke a... Alain Plantec via Pharo-users
- Re: [Pharo-users] World lastKeystro... Markus Schlager
- Re: [Pharo-users] World lastKey... Nicolai Hess
- Re: [Pharo-users] World lastKeystroke a... Alain Plantec via Pharo-users
- Re: [Pharo-users] World lastKeystroke a... Hilaire
- Re: [Pharo-users] World lastKeystro... Markus Schlager