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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,587c560422953b80 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!o39g2000prb.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: Using Gnat Ada and gtkada Glade Date: Wed, 23 Feb 2011 06:47:45 -0800 (PST) Organization: http://groups.google.com Message-ID: <2a708f13-d4af-41af-aeeb-753da2166b81@o39g2000prb.googlegroups.com> References: <87sjvfwv5m.fsf@ludovic-brenta.org> NNTP-Posting-Host: 2.99.177.145 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1298472643 11581 127.0.0.1 (23 Feb 2011 14:50:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Feb 2011 14:50:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o39g2000prb.googlegroups.com; posting-host=2.99.177.145; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18523 Date: 2011-02-23T06:47:45-08:00 List-Id: I've solved the problems I had before (I'm on a new set - trying to task with a gtkada fronted :) ) What I discovered - 1) Ubuntu 10.04 has a bug where gate-in.exe is contained in an /usr/ lib/ada/adalib/gtkada2/exe/ directory rather than the /usr/lib/ada/ adalib/gtkada2/bin/ directory where gate is looking for it. So I created the bin directory and copied it across. 2) gate does not like the 'table' container widget. So now I am using Vertical boxes as containers. (Gate generates a constraint error with tables). So watch your widgets! Good to see other folk are using gtkada. I just noticed that Dimitry Kazakov has made a gtkada contributions package which does something with gtkada tasking so I am going to take a look. For those of you who do not know, Dimitry has been sent from the future to help ada programmers.