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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.225.206 with SMTP id k197mr51695460ywe.40.1439739436597; Sun, 16 Aug 2015 08:37:16 -0700 (PDT) X-Received: by 10.50.25.199 with SMTP id e7mr179799igg.16.1439739436569; Sun, 16 Aug 2015 08:37:16 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!y105no897941qge.1!news-out.google.com!nt1ni8423igb.0!nntp.google.com!se8no4807915igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Aug 2015 08:37:15 -0700 (PDT) In-Reply-To: <1gzyiewjse8n1.vnpsn3uahft0$.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=110.55.2.231; posting-account=tlga6goAAADa61F5A8iDJnNHEZo_pywd NNTP-Posting-Host: 110.55.2.231 References: <79oew82p4v6b$.hkifjb8uma0z$.dlg@40tude.net> <4a4b82b9-f0a2-48af-9da6-255dfaeeaf6f@googlegroups.com> <13h77fkwqywwh$.1h9cf6ytit6ew$.dlg@40tude.net> <095b91f7-2485-4093-b378-6a3a79a0f864@googlegroups.com> <1mbqd8bcxlrok$.1hg7u98k9zcqw$.dlg@40tude.net> <7ddceec3-77cb-4e54-a6b9-389897925eac@googlegroups.com> <5sxfn4rfyhsw.efs1svewiq3s.dlg@40tude.net> <13sgnrrbptq6a.14noit4g54jvc$.dlg@40tude.net> <1cemeahnwd19t.j2xc6498vn2f.dlg@40tude.net> <1fb6b63b-d9b6-415f-932c-c0b9582b4a4c@googlegroups.com> <1439639491.2624.15.camel@obry.net> <17qdu91n9cmlu$.1cj2n257z2dpy.dlg@40tude.net> <1gzyiewjse8n1.vnpsn3uahft0$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3c885756-360f-4db3-975f-ea410094bbf3@googlegroups.com> Subject: Re: GUI for Ada (GPS with GtkAda or GtkGlade GUI Builder) From: ryne rico Injection-Date: Sun, 16 Aug 2015 15:37:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 3045 X-Received-Body-CRC: 2172576842 Xref: news.eternal-september.org comp.lang.ada:27474 Date: 2015-08-16T08:37:15-07:00 List-Id: On Sunday, August 16, 2015 at 3:27:14 AM UTC+8, Dmitry A. Kazakov wrote: > On Sat, 15 Aug 2015 10:41:37 -0700 (PDT), Anh Vo wrote: > > > Another option is to use absolute GNAT project path as shown below given > > that GtkAda is installed at C:\GtkAda > > > > with "C:\GtkAda\lib\gnat\gtkada.gpr"; > > That would make the project non-portable. > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Hi I'm using Gtkada + Glade and I saw some tutorials in other site. But there's an error here when I try that tutorial. Here is the link for the error: https://drive.google.com/file/d/0B8chLbFlntftekRoelA4MkVIZkU/view?usp=sharing and here is path of my simple glade: https://drive.google.com/file/d/0B8chLbFlntftZmVXYlZnaVg0YlE/view?usp=sharing here is the xml file of simple.glade https://drive.google.com/file/d/0B8chLbFlntftaTh4bTl6M195bmM/view?usp=sharing gtk that I'm using: 3.8.4 Thanks