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-Thread: 103376,f15b862e11b575a4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!newsfeed00.sul.t-online.de!t-online.de!kanaga.switch.ch!switch.ch!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Air traffic control system in Java Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4d6ffe16$0$17930$a8266bb1@postbox2.readnews.com> <4d701d79$0$17918$a8266bb1@postbox2.readnews.com> <4d711c62$0$27719$882e7ee2@usenet-news.net> <4d712326$0$27719$882e7ee2@usenet-news.net> <4d712b6a$0$17204$882e7ee2@usenet-news.net> <0b3daa32-8571-4a7f-a96f-cd876f4c4127@d12g2000prj.googlegroups.com> <4d712e64$0$17204$882e7ee2@usenet-news.net> <1l023eg1ilrni.xwge3tgrabol$.dlg@40tude.net> <882b38e2-0eaa-4b2e-944c-692eca47908f@q12g2000prb.googlegroups.com> Date: Sat, 5 Mar 2011 09:28:02 +0100 Message-ID: <516t5caefm8s$.1nlpamnc3z82p$.dlg@40tude.net> NNTP-Posting-Date: 05 Mar 2011 09:28:03 CET NNTP-Posting-Host: b86593e9.newsspool3.arcor-online.net X-Trace: DXC=0CMM;?bbaDgj5k5aEF7ISmMcF=Q^Z^V3h4Fo<]lROoRa8kF3_H^8o1ZLlPePSO904Glj X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:18847 Date: 2011-03-05T09:28:03+01:00 List-Id: On Fri, 04 Mar 2011 23:37:03 -0800, Nasser M. Abbasi wrote: > I looked to find an Ada application, that I can download and install, > which uses GtkAda, but could not find one. (one with menus, > buttons and such). I understand your problem. GTK has a considerably high barrier to take, before you get a feeling that you know GTK. Any useful GTK examples tend to become blown up and for a beginner to identify the spots actually doing things you wanted is difficult. My advise is, just start writing code, you will see. Take a minimal GTK program, e.g. http://rosettacode.org/wiki/Simple_windowed_application#Ada and gradually extend it. That is not an Ada's way to design software, but, after all, GTK is not Ada. P.S. for plotting see Gtk.Extra: http://thewhitelion.org/GtkAda-doc-2.10.0/gtkada_rm/gtk-extra-plot.html http://thewhitelion.org/GtkAda-doc-2.10.0/gtkada_rm/gtk-extra-plot_3d.html -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de