[futurebasic] RE: [FB] Picture Field Frame

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2006 : Group Archive : Group : All Groups

From: "Fast, Dennis" <DFast@...>
Date: Thu, 5 Jan 2006 08:06:43 -0800
PICTURE works great, Thanks for the suggestion.
 
To answer your question, Jamin, "more code".

Instead of just closing the EDIT FIELD I have to change the foreground
color to the color of the screen, then use a BOX FILL the size and shape
of the 
PICTURE, then change it back to a contrasting color to PRINT later.

The solution using _PFnoFramed is the easier solution. 

Again, thanks all for the suggestions.

-----Original Message-----
From: Jamin [mailto:benjamen@...] 
Sent: Wednesday, January 04, 2006 1:46 PM
To: futurebasic@...
Subject: Re: [FB] Picture Field Frame

Is there any reason you don't use PICTURE instead of PICTURE FIELD?
Is the redraw handling too much work?

Jamin


-----Original Message-----
From: Brian Stevens [mailto:brilor@...] 
Sent: Wednesday, January 04, 2006 3:19 PM
To: futurebasic@...
Subject: Re: [FB] Picture Field Frame

Dennis,

Did you try the _PFnoFramed constant ?