Morph question from a Squeak neophyte

Vincent Foley vinfoley at iquebec.com
Thu Jul 17 16:56:31 UTC 2003


I made a little test in a workspace:

[code]
window _ SystemWindow new.
text _ PluggableTextMorph new.
text color: Color lightYellow.
window addMorph: text.
window openInWorld
[/code]

This is what I did.  Is there anything I should've done that I didn't
do?

Vince

On Thu, Jul 17, 2003 at 09:28:10AM -0700, Ned Konz wrote:
> On Thursday 17 July 2003 05:09 am, Vincent Foley wrote:
> > Someone suggested that I use PluggableTextMorph for my input.  The
> > problem is that whenever I move my mouse over the text morph, I get
> > an error, here is the output if it can help: MessageNotUnderstood:
> > selectionChanged.
> 
> The PluggableTextMorph works by calling back into its model for 
> various things.
> 
> How did you construct the PTM?
> 
> 
> -- 
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE
> 
> 
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
---end quoted text---

-- 

Vincent Foley-Bourgon
Email: vinfoley at iquebec.com
Homepage: http://darkhost.mine.nu:81



More information about the Squeak-dev mailing list