FormEditor

sqrmax at cvtci.com.ar sqrmax at cvtci.com.ar
Sun Sep 13 04:10:43 UTC 1998


Hi.

>>I've noticed that the FormEditor does not display the last line at the 
>>bottom of the form that's being edited.
>It's in the FormEditor class >> createOnForm: method.  In there, the 
>following code:
>
>	aView window extent > formView viewport extent
>		ifTrue: [formView borderWidthLeft: 1 right: 1 top: 0 bottom: 1]
>		ifFalse: [formView borderWidthLeft: 0 right: 0 top: 0 bottom: 1].
>
>
>sets the bottom borderWidth to 1, which eats into the Form being 
>displayed.  I'm not sure what this code is trying to do, but if you 
>remove it, the form should be displayed correctly.

I think it's setting the border for the form. Indeed, there's a black line 
(= the border) at the bottom of the edited form, and that line is eating away 
the last line of the form being edited. So, I'll see if I can add a line 
before setting the border or something like that. Thanks!

Andres.





More information about the Squeak-dev mailing list