[futurebasic] RE: [FB] Basic window questions

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

From: Robert Covington <t88@...>
Date: Wed, 15 Mar 2000 20:50:49 -0500
>Robert wrote:
>
>>What is the proper method with a _doc or _docZoom window to set the minimum
>>and maximum zoom sizes, and also to make it that the user cannot drag a
>>window with scroll bars (with a picture in the interior for example) beyond
>>the size of the actual picture?
>
>
>Robert,
>
>You may want to start with SETZOOM in the Reference manual. Also
>check MINWINODW and MAXWINDOW.
>
>You could determine your PICT's size and limit the zoom to that area.
>
>Ken

>Robert:
>Have you tried using the MAXWINDOW command?  You would supply it with your
>picture's rectangle.  Be sure that the output window is your window of
>interest before you use the command.
>Mark Goodes


Man I feel schmuckish. :)

I didn't even know about them puppies, because I have never had to use
them. All my applications have never had to deal with dynamic window sizes,
so I guess that is my only excuse. But since I was all over WINDOW earlier,
I should have spotted those in the Cross Reference part of that command.

Thanks.

(skulking away)

Robert