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,53611649a57c674a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 18:05:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net!newscon02.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr15.news.prodigy.com.POSTED!not-for-mail Message-ID: <3B450FEE.844B6736@flash.net> From: Gary Scott Reply-To: scottg@flash.net Organization: Home X-Mailer: Mozilla 4.77 [en]C-DIAL (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> <87lmm73xuc.fsf@520075220525-0001.dialin.t-online.de> <9htgng$fh6ld$1@ID-77306.news.dfncis.de> <9i0042$gfcml$1@ID-77306.news.dfncis.de> <3B43CC4E.887F3AE6@flash.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 64.48.222.163 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr15.news.prodigy.com 994381458 6242077 64.48.222.163 (Thu, 05 Jul 2001 21:04:18 EDT) NNTP-Posting-Date: Thu, 05 Jul 2001 21:04:18 EDT Date: Fri, 06 Jul 2001 01:04:18 GMT Xref: archiver1.google.com comp.lang.ada:9521 Date: 2001-07-06T01:04:18+00:00 List-Id: Hi, Larry Kilgallen wrote: > > In article <3B43CC4E.887F3AE6@flash.net>, Gary Scott writes: > > Hi, > > There are several commercial GUI toolkits that do quite a good job of > > adapting to the specific OS to achieve native "look and feel". See > > > > http://www.gino-graphics.com > > http://www.winteracter.com > > Thanks for the pointers. Those both seem to be Fortran-centric. > Not that such is bad, but I was wondering if it is because that > happens to be the area for which you were familiar with products > or if there is some natural tendency of Fortran programmers to > provide more of a market for this sort of product. There is also a C-based API for GINO. Either API should be quite easy to call from Ada. Link compatibility with MS VC is all that is required (there may be other C compilers supported as well). I merely recommended these because they are both very good at what they do (not perfect, obviously, but all the basic stuff is there and extremely easy to use). Fortran programmers do tend to value portability, but have not historically worried that much about user interface. Many of those that do worry about user interface, want that to be portable as well. These products are tailored to the need. I build a lot of small tools and had began to find that engineers were more and more reluctant to use my tools because they didn't have a GUI (fresh out of college, didn't know what a command line was). GINO makes it extremely easy to add a GUI to plain old console apps (did I say extremely easy?). > > Both products seem to handle Microsoft and Motif. Since Motif > was designed to look like (one generation of) Microsoft, that > may be an easier set of two to cover. It would be interesting > to see if there is anything that covers both of those plus OS/2, > MacOS and MacOS X (NEXT-derivative). -- Gary Scott mailto:scottg@flash.net mailto:webmaster@fortranlib.com http://www.fortranlib.com Support the GNU Fortran G95 Project: http://g95.sourceforge.net