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,982e8edd2c4921c9 X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Graphical user interface in Unix? Date: 1998/07/31 Message-ID: <6psija$om511@news.kvaerner.com>#1/1 X-Deja-AN: 376681369 Content-Transfer-Encoding: 7bit References: <6prknm$a49$1@nnrp1.dejanews.com> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-07-31T00:00:00+00:00 List-Id: Jorgen.Pettersson@saab.se wrote in message <6prknm$a49$1@nnrp1.dejanews.com>... >Hello, >I am a project manager for a project developing an Ada95-application >and I am trying to find the best alternative to connect a graphical >user interface to the Ada95-application. If you use tk (tash?) then you would have a measure of portability. E.g. you could theoretically move the code between operating systems without hassle. I think a combination of tcl and tk to handle files and user interface would be nice. By files I mean file names: I would use tk/tcl to get the user to point and click on the right file/directory, etc and then pass the fully qualified path to the application. Greetings,