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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,470860aa3e635a7 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: michael bode Newsgroups: comp.lang.ada Subject: Re: GNAT for MS Visual Studio Date: Sat, 29 Sep 2007 11:18:40 +0200 Organization: 1&1 Internet AG Message-ID: References: <13duou81kg3sd1c@corp.supernews.com> <13f3e0vbb05s47c@corp.supernews.com> <13f6eg0te46m2a3@corp.supernews.com> NNTP-Posting-Host: p57b62a43.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: online.de 1191057518 20913 87.182.42.67 (29 Sep 2007 09:18:38 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sat, 29 Sep 2007 09:18:38 +0000 (UTC) User-Agent: Thunderbird 1.5.0.13 (X11/20070824) In-Reply-To: Xref: g2news2.google.com comp.lang.ada:2214 Date: 2007-09-29T11:18:40+02:00 List-Id: Jean-Pierre Rosen schrieb: > Interesting... I did it just the other way round. First used Glade to > learn what code corresponded to casual interfaces, understand the > general arrangement, etc. Then I started adding things by hand. I simply started with tutorials and simple 'Hello World' programs, then added a few own widgets and moved on to the first programs that did something useful. And I was not impressed when I found out that on Windows Glade/Gate have problems when you edit the generated code. I solved that problem by avoiding Gate and using libglade instead. Oh, I too add things by hand. There are cases when it makes sense to e.g. have arrays of widgets which you can create in a loop and handle in a common event handler.