Here's what my edit field looks like
Here's the code that produces the edit field SetRect( r, 501, 266, 1324, 754 ) appearance window -_speakassistIX, "SpeakAssist IX", @r, _kDocumentWindowClass, wa def SetWindowBackground( _kThemeActiveDialogBackgroundBrush, _zTrue ) dim sp$ SetRect( r, 80, 51, 790, 112 ) s = "" edit field _speaktxt, s, @r, _framed, _leftJust sp$ = EDIT$(_speaktxt) What I want to do is make the field inside the blue border white like it is supposed to be. Brian