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-Thread: a07f3367d7,3ad7a8611c2e60ae X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!weretis.net!feeder2.news.weretis.net!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: GUI with Ada? Date: Tue, 29 Dec 2009 09:05:31 +0100 Organization: T-Online Message-ID: References: <2RRWm.115219$gg6.92260@newsfe25.iad> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1262077702 00 n9491 2uXcpAR6t5KSSmrz 091229 09:08:22 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZBOitqZOQey5X5hx4S3nVXdjJqepj62GO2exLLIW9qs4FwLyNBNnZT User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b2pre Thunderbird/3.0 ThunderBrowse/3.2.6.8 In-Reply-To: <2RRWm.115219$gg6.92260@newsfe25.iad> Xref: g2news1.google.com comp.lang.ada:8547 Date: 2009-12-29T09:05:31+01:00 List-Id: Am 18.12.2009 21:44, schrieb Nasser M. Abbasi: > Hello; > > I have not kept up with Ada for sometime. I was wondering, if someone wants > to develop a simple GUI (plots, menus, buttons, graphs, etc..) using Ada, In most cases i found the GUI not worth the effort, eg. i case it is intendeted to present the results of a lengthly computation which run anyway in the background. In such cases i am using simple text based result files and GNU plot. It is avaiable on both platforms. In case you plan for an interactive GUI; well i guess GtkAda would be the right choice or using a completely different language .. Michael > and have the code compile to a .exe on windows and linux, which is the > current most popular software pieces needed for the GUI? > > Assuming I will be using GNAT. Which gcc version should I be using these > days which has the latest Ada support in it? Should I be using gcc directly > for Ada programming these days, or use GNAT GPL 2009 version from Libre web > site http://libre.adacore.com/libre/ ? > > I know there are few choices for the GUI, and just wanted to check what is > the "best" choice do you think for that. One with a GUI builder would be > nice (i.e. where one can pick the components and lay them out to design the > interface). This will be an school program, nothing commercial. I wanted to > try to write some basic finite element code in Ada, but need a GUI part for > the simulation part. > > Thanks, > --Nasser > >