Squeak 3.2 and scamper

jean-marie.zajac jean-marie.zajac at laposte.net
Thu Jan 17 21:20:01 UTC 2002


A problem with  Squeak 3.3alpha #4653 on MacOSX 10.1.2 SP48
with Scamper: opening scamper or another web adress, if the mouse enter 
in the central pane I have an error messagenotunderstood and the 
debugger indicate that leftMargin is the object of problem:
------------------------
nextTabXFrom: anX leftMargin: leftMargin rightMargin: rightMargin
	"Tab stops are distances from the left margin. Set the distance 
into the
	argument, anX, normalized for the paragraph's left margin."

	| normalizedX tabX |
	normalizedX _ anX - leftMargin.
	1 to: tabsArray size do:
		[:i | (tabX _ tabsArray at: i) > normalizedX
				ifTrue: [^leftMargin + tabX min: rightMargin]].
	^rightMargin
------------------------

? It's me ?


Jean-Marie Zajac
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 809 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020117/f9a7523d/attachment.bin


More information about the Squeak-dev mailing list