Question about <primitive:127>

Karl Ramberg karl.ramberg at chello.se
Thu Dec 7 19:47:20 UTC 2000


I wanted to see if I could speed up drawing a form 
by sending it right to the display primitive, so I 
copied this method from DisplayScreen to Form:


primShowRectLeft: l right: r top: t bottom: b
	"Copy the given rectangular section of the Display to to the screen. 
This primitive is not implemented on all platforms. 
If this fails, retry integer coordinates."

	<primitive: 127> 

But nothing happens. Now I wonder why ?

Karl





More information about the Squeak-dev mailing list