[futurebasic] Edit field not displaying right

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

From: Brian Heibert <bheibert@...>
Date: Fri, 25 Jul 2008 17:34:34 -0400
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

Attachments: