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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e6716362f4a1a035 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-24 09:53:26 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Al Christians Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada Date: Sun, 24 Jun 2001 09:56:40 -0700 Organization: Trillium Resources Corporation Message-ID: <3B361BC8.66747869@easystreet.com> X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: <9h51he$c0efp$1@ID-77306.news.dfncis.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9076 Date: 2001-06-24T09:56:40-07:00 List-Id: Larry Kilgallen wrote: > writes: > > is there a multi-platform GUI toolkit for Ada out there, which uses native > > look-and-feel by using native GUI libraries? > > I believe that is an impossible requirement. > The closest you could hope to achieve is least-common-denominator > use of native features. There are two toolkits that connect to Tcl and Tk: Rapid and VAD. I think that Tk uses 'native' look and feel, whatever that means. Rapid includes only a small set of widgets, but it is very easy to get going with. Another alternative is to use the Ada Web Server or cgi to produce HTML as the GUI, so that presentation is through the 'native' browser. Al