[futurebasic] EDIT FIELD type for Read Only Edit field

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2008 : Group Archive : Group : All Groups

From: Brian Heibert <bheibert@...>
Date: Sat, 29 Nov 2008 14:29:30 -0500
This is the type of edit field I am using, I think it is the regular  
edit field not Appearance


SetRect( r, 207, 67, 612, 83 )
s = ""
edit field _fontnamefield, s, @r, _framed, _leftJust
edit text #_fontnamefield, fn FMGetFontFamilyFromName( "Lucida  
Grande"), 13

SetRect( r, 207, 100, 299, 116 )
s = ""
edit field _cFontID, s, @r, _framed, _leftJust
edit text #_cFontID, fn FMGetFontFamilyFromName( "Lucida Grande"), 13