[futurebasic] Re: Scroll bars

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2000 : Group Archive : Group : All Groups

From: Stewart <stharris@...>
Date: Mon, 07 Feb 2000 10:03:01 -0500
>
> There is a mistake left in the example file 'Edit Field Scrolling.Bas'. Here
> is the fix, given by Staz:
> <<
> The example used...
>
> WINDOW #1, "Scroll Edits test", (0,0)-(600,300),_docNoGrow
>
> and it should have been this...
>
> WINDOW #1, "Scroll Edits test", (0,0)-(600,300),_doc
>
> >>
>
> Cheers
>
> Alain

Thanks Alain, it works beautifully.

Stewart