[futurebasic] Re: drawing in windows

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 1998 : Group Archive : Group : All Groups

From: BMichael <BMichael@...>
Date: Tue, 28 Apr 1998 18:49:50 EDT
>Is there any way to draw in the bottom part of a resizeable window ? I mean
>between the two lines that would enclose the scroll bar if there was one. I
>want to put in the dimensions of the window ie 200x345 which will change
>when I get a resize event. I can put an edit field at the bottom left of
>the drawing area but would love to drop it down between the two lines. I'm
>guessing the only way would be to create a whole custom window which I'm
>reluctant to get into at the moment. Is there any nice simple way ?

No guarantees, but I think this should work;

AUTOCLIP = _false
 'do your edit field here
AUTOCLIP = _true

Bill