[futurebasic] Re: [FB] Recalcitrant picture fields

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

From: Peter A Boyle <pboyle@...>
Date: Tue, 25 Feb 2003 11:38:21 -0500
on 25/02/03 11:18, AlStaff@... at AlStaff@... wrote:

>> I have a picture field that I can't get to go away without closing the
>> window. The field is created with (using the Appearance Runtime):
>> 
>> PICTURE FIELD _DisEyeBtn,%8001,( 2,  4)-( 24, 25),
>> _pfTransparent_pFNoFramed,_centerPict
>> 
>> The field draws beautifully. However, I need the field to go away without
>> closing the window. I first tried:
>> 
>> EDIT FIELD CLOSE _DisEyeBtn
>> 
>> That didn't do anything, so figuring that since the Ref Manual says
>> picture fields are really buttons, I tried:
>> 
>> BUTTON CLOSE _DisEyeBtn
>> 
>> Nothing. The field is quite persistent. All the other (regular) buttons
>> created and closed in the same function come and go properly, but not
>> this one.
> 
> 
> Try PICTURE FIELD CLOSE _DisEyeBtn
>  
The Reference Manual indicates using EDIT FIELD CLOSE to close a Picture
field?  
> 
> Al Staffieri Jr.
>