[BUG]Re: step, inform and cursor disapears :-(

Karl Ramberg karl.ramberg at chello.se
Mon Feb 19 16:24:02 UTC 2001


I spent several houres today trying to track this down to no avail.
To me it seems like it is a bug in HandMorph, the order of
events and stepping messes up the release of the cursor to it's normal
shape. 

Karl



Karl Ramberg wrote:
> 
> When I make an instance of this class, it informs me
> "invalid !", I press OK and then the cursor dissapears :-(
> 
> Anyone know why?
> 
> Karl
> 
> 'From Squeak3.1alpha of 5 February 2001 [latest update: #3636] on 18
> February 2001 at 9:22:22 pm'!
> Morph subclass: #Test
>         instanceVariableNames: ''
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'Tester'!
> 
> !Test methodsFor: 'as yet unclassified' stamp: 'kfr 2/18/2001 21:21'!
> step
>         self inform: 'invalid !!'. ! !
> 
> !Test methodsFor: 'as yet unclassified' stamp: 'kfr 2/18/2001 21:21'!
> wantsSteps
>         ^ true! !





More information about the Squeak-dev mailing list