From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d8ff10520bc7557 X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: "Text fields" Date: 1998/11/23 Message-ID: #1/1 X-Deja-AN: 414626497 References: <36578f55.0@silver.truman.edu> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 911780364 25385 131.170.27.23 (23 Nov 1998 00:19:24 GMT) Organization: RMIT NNTP-Posting-Date: 23 Nov 1998 00:19:24 GMT Newsgroups: comp.lang.ada Date: 1998-11-23T00:19:24+00:00 List-Id: Josh Highley wrote: > to code and the program is slow for not doing much. So, finally, my > question is, is there a "standard" or accepted way to get information > from different parts of the screen, move between them, and also capture > ENTER and BACKSPACE in a manner other than what I'm doing? Basically, > am I on the right track. I'm writing the program for DOS. I'm using > GNAT 3.10, AdaGIDE 6.18, and Win 95. i've got a couple of packages that work with Unix/Curses that do this sort of stuff (allow for defining field types/positions/acceptable inputs, navigation) that is available on my home page. It shouldn't be too much trouble converting it to DOS. See... http://goanna.cs.rmit.edu.au/~dale/software/index.html Dale