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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92c39a3be0a7f17d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-19 09:59:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!uknet!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Portable GUI (was Re: Future with Ada) Date: Wed, 19 Dec 2001 10:07:36 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9vqafr$8uf$1@nh.pace.co.uk> References: <9v57u1$mfb$1@nh.pace.co.uk> <9v74ov014bc@drn.newsguy.com> <9vb24v$7fg$1@nh.pace.co.uk> <9vdo2a$9h3$1@nh.pace.co.uk> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1008774459 9167 136.170.200.133 (19 Dec 2001 15:07:39 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 19 Dec 2001 15:07:39 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:18101 Date: 2001-12-19T15:07:39+00:00 List-Id: Something that would probably be a combination of a few things: You'd need a subsystem that would render XML for you to a screen & interact with the user to get input. It would probably return results to the user program in XML, so you'd also need access to an XML parser to interpret the data & get it into Ada-usable form. If you got that much, you'd still need something that let you draw up GUIs for your programs that output XML tailored for your rendering/I/O thingamabob. Its all kind of vague in my mind so far because I'm not really up to speed with XML to have a clear vision of how it would be done. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Mark Lundquist" wrote in message news:LXQT7.4103$NM4.198862@rwcrnsc53... > > > Not sure exactly what you mean by an "XML doohickie" :-), but I'd be > thinkin' something along these lines: >