[futurebasic] Re: EFtext

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

From: M Fitzgibbons <d8171hn1@...>
Date: Sun, 18 Jul 1999 11:33:59 +0800
Steve,

Your example works fine but when I look at mine the text doesn't end up on the
same pixel line.

What is wrong with this?

WINDOW 1,,(0,0)-(640,400)
WIDTH _noTextWrap
TEXT _geneva,10,0,0
a$="HELLO"
EDIT FIELD 21,a$,(291,10)-(329,21),_Framed,_centerJust'produce
EDIT FIELD 22,a$,(372,10)-(427,21),_statFramed,_centerJust'cost
EDIT FIELD 23,a$,(471,10)-(527,21),_Framed,_centerJust'sell
DO
UNTIL FN BUTTON


Martin