Weekend Project Update [was: log me in!]

Kevin Fisher kgf at golden.net
Wed Jul 10 23:14:40 UTC 2002


On Thu, Jul 11, 2002 at 12:57:15AM +0200, Ian Piumarta wrote:
> On Wed, 10 Jul 2002, Kevin Fisher wrote:
> 
> > It appears to be the line:
> > 	label contents: 'teletype'
> > 
> > in the initialize: method.
> 
> Try replacing that with:
> 
> 	super setLabel: 'Teletype'
> 
> which *might* work a little better (and please let me know if that is
> ideed the case).
> 
> Thanks!
> 
> Ian


Well, it gets me past the original rollback, but I get hit again with 
the same rollback in TeletypeWindow>>openOn:labelled:

	label contents: aString.

I can "fix" this by doing the same as above, but then I get bitten by
this line, a few lines below it:

	h _ labelArea extent y + tty extent y + 26.

...it claims labelArea doesn't exist.


> 
> 
> 



More information about the Squeak-dev mailing list