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,7e2c5c7587a30068 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!87.79.20.105.MISMATCH!news.netcologne.de!ramfeed1.netcologne.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: adding some more example to Ada GTK on wiki 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: <6dtfk4u5bgy6.pcf072ron5sm.dlg@40tude.net> <87pqqmyhsi.fsf@ludovic-brenta.org> <7bbcc866-d21b-4caf-af71-ca51fbf9798c@k15g2000prk.googlegroups.com> Date: Mon, 21 Feb 2011 11:26:35 +0100 Message-ID: <1t1mghd0b5utf.vzcm0cfzpaix$.dlg@40tude.net> NNTP-Posting-Date: 21 Feb 2011 11:26:34 CET NNTP-Posting-Host: 0b7d9536.newsspool3.arcor-online.net X-Trace: DXC= On Mon, 21 Feb 2011 01:07:40 -0800, Nasser M. Abbasi wrote: > On 2/21/2011 12:39 AM, Rick wrote: >> Personally, I hate code generators. All very well for creating the >> first version, but you will pay for it if you try to modify the code. >> Convenient they are! Software Engineers they aren't! > > Well, the trick is not to have to modify the code by hand, but > use the GUI builder always to change the GUI layout. > > I tried both methods, and I just can't go back to coding GUI by > hand any more. What used to take me days, I now do in 1-2 hrs. Well, that depends on the kind of GUI you are designing. Generators might be useful when you have a fixed layout and a very limited set of widgets grouped in dialogs. I doubt they will give you much help with tree views, cell renderers and text buffers. Even less if you drop dialogs. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de