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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,65f123cd649b666e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-27 01:19:15 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!212.43.194.69!fr.clara.net!heighliner.fr.clara.net!skynet.be!tank.news.pipex.net!pipex!tube.news.pipex.net!pipex!not-for-mail From: "Ashley Collins" Newsgroups: comp.lang.ada Subject: Re: Ada + MSDOS + User Interface Code? Date: Tue, 27 Feb 2001 09:12:09 -0000 Organization: Logica UK Ltd Message-ID: <983265131.974517@ernani.logica.co.uk> References: <983180961.119586@ernani.logica.co.uk> Reply-To: "Ashley Collins" NNTP-Posting-Host: ernani.logica.co.uk X-Trace: soap.pipex.net 983265135 11954 193.123.204.68 (27 Feb 2001 09:12:15 GMT) X-Complaints-To: abuse@uk.uu.net NNTP-Posting-Date: 27 Feb 2001 09:12:15 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Cache-Post-Path: ernani.logica.co.uk!unknown@158.234.85.36 X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Xref: supernews.google.com comp.lang.ada:5321 Date: 2001-02-27T09:12:15+00:00 List-Id: Thanks for all the various suggestions. My requirement can best be summed up as follows: - runs under GNAT Ada for DOS (just DOS on the machine, nothing else!) - no requirement whatsoever for any pointing device e.g. mouse - simple windowing, coloured text, menus would be nice - free? Further threads welcome. Ashley "Randy Brukardt" wrote in message news:eJym6.3356$7e6.1361379@homer.alpha.net... > > Ashley Collins wrote in message > <983180961.119586@ernani.logica.co.uk>... > >I'm running GNAT Ada under MSDOS. I'd like to build a very simple > >'graphical' user interface for my application. The type of interface > should > >support the ANSI character set so that I can display non-movable > windows, > >scrollers etc. > > > >Does anyone know of any good user interface library code that works > under > >MSDOS? Anyone care to make a recommendation? Where can I find it? > > > The MS-DOS version of Janus/Ada contains such a thing (called > "JWindows"). But it has to write directly to the VGA hardware, and thus > was not designed to work with another compiler. > > The MS-DOS versions of Janus/Ada are still available (16-bit Ada 83, > 32-bit Ada 83 & Ada 95). See www.rrsoftware.com. > > (There are different versions of JWindows for Ada 83 and Ada 95; the Ada > 95 was the inspriation for Claw.) > > Randy Brukardt. > > > >Ashley > > > > > >