[futurebasic] Adding text to edit field

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

From: Brian Heibert <heibert@...>
Date: Thu, 28 Dec 2006 12:34:38 -0700
OK I now have it so it gets the text from the edit field and does  
something with it

dim txt$
txt$ = FN ButtonTextString$(_SpeakTxt)

Now how would I go about adding text to the edit field when a button  
is pressed?

Below is my edit field
text _sysfont,12,0
SetRect( r, 105, 107, 492, 190 )
appearance button _Speaktxt, _activeBtn,,,,, @r, _kControlEditTextProc



Brian