[futurebasic] Re: [FB] Plotting line over Window Pict

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

From: Staz <staz@...>
Date: Thu, 28 Feb 2002 08:20:15 -0600
> 
> I have set a PICT resource as a window background using the toolbox call:
> 
> SetWindowPic( wndPtr, pictH )
> 
> Does anyone know a technique for plotting a line over the pict? I
> can't seem to plot a line on top of  the pict.
> 
> Any hints?
> 
> Thanks,
> 
> Ken
> 

SetWindowPic takes away your ability to use the window for anything other
than the display of that picture. You will have to embed the line into the
picture (PICTURE ON, draw the picture, draw the line, PICTURE OFF) or choose
another method.

Gotta go. Something's tugging on my line.



-STAZ  ~)~