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,3ed4c57426e16006 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!feeder1.cambriumusenet.nl!feed.tweaknews.nl!87.79.20.105.MISMATCH!news.netcologne.de!ramfeed1.netcologne.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: GtkAda using Glade 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: <15ff2ec1-5a2b-4d24-8aab-cf7985b6374f@t19g2000yql.googlegroups.com> <2e496d2c-f12f-4961-981b-2162fdf1ce1e@k3g2000prl.googlegroups.com> <1vakqa4gwjxry$.9j72428ewqp0.dlg@40tude.net> <1npn5zwqehpsz.1lqame09nycx1.dlg@40tude.net> <96992149-4b0b-4de3-b928-545baa8da5ad@y12g2000yqh.googlegroups.com> Date: Thu, 19 May 2011 09:36:07 +0200 Message-ID: NNTP-Posting-Date: 19 May 2011 09:36:07 CEST NNTP-Posting-Host: 9c22a669.newsspool3.arcor-online.net X-Trace: DXC=3=RRWmE\74feoCI^f\Y]EaMcF=Q^Z^V3h4Fo<]lROoRa8kFn X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:20287 Date: 2011-05-19T09:36:07+02:00 List-Id: On Wed, 18 May 2011 13:45:29 -0700 (PDT), Gary wrote: > Your forced to learn all of the nitty gritty > details. I'm not sure I have the time required to do that, hence my > interest in Glade. At least, Gate produces Ada code that you can then > modify to your specific needs. That creates somewhat of a bridge > between the 2 worlds. That's the point. If the GUI logic could be separated from the program logic, which is a Holy Grail, but absolutely unrealistic, then it would be no matter in which language the stuff was generated, Ada or C. You would not never look at it. Unfortunately the reality is that the GUI and the functional part of the program are tightly interwoven. Therefore you need to be in full control of both and want to shape the program's structure as you want for the sake of clear design and maintainability (Ada's strengths). Any automatically generated code is just an obstacle here. Sorry for sounding daemon's voice again. (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de