[futurebasic] [FB^3] Menus,Input & Handleevents

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2000 : Group Archive : Group : All Groups

From: Brian Heibert <bheibert@...>
Date: Sat, 26 Aug 2000 11:08:34 -0600
Hi,

  I have a FB^3 app that has a command prompt (as seen below)

DIM a$
DO
INPUT " >";savecmd$
UNTIL savecmd$ = UCASE$("QUIT")

  But I also have a menubar, it seems that the INPUT statment is
conflicting with the menu events, is there anyway to keep both?

 I know that INPUT is old fashioned, out of date and your going to be
reccommending to use EDIT FIELDS but my certain project requires INPUT

  and I am a weird programmer, I am more used to INPUT than EDIT FIELDs