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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9047d1cfc6f93bab X-Google-Attributes: gid103376,public From: "DuckE" Subject: Re: GUI Builder Date: 2000/05/27 Message-ID: <392fef91.0@news.pacifier.com>#1/1 X-Deja-AN: 627979788 References: <8gk7k1$uls$1@nnrp1.deja.com> <8gm5i3$cds$1@clnews.edf.fr> <392f2dd2.0@news.pacifier.com> <8go5v0$nds$1@nnrp1.deja.com> X-Trace: 27 May 2000 08:53:53 PST, 198.145.224.82 X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: 2000-05-27T00:00:00+00:00 List-Id: "Robert Dewar" wrote in message news:8go5v0$nds$1@nnrp1.deja.com... [snip] > > That being said, I have see demos of people using GLADE (not > even mentioned above, but I assume you have used it), which > are pretty impressive in terms of churning out a simple > interface fast. > Although I didn't mention GLADE, of the Ada GUI builders I've worked with it appears to be the closest to "showtime". But as it says in the documentation, it is not stable on Win32. My second vote would be for CLAW. Their demo looks promising, but is buggy. FYI: Most of the real work of our applications are in Ada. Our user interfaces are primarily in Delphi. We communicate between the two using our own publish subscribe architechture that runs on TCP/IP sockets. I would like nothing more than to use Ada for the user interfaces as well, but to date I haven't seen what I would describe as an appropriate tool. Yes I know that you can build user win32 user interfaces without GUI builders, but it is not very productive. Maybe next year... I keep looking. SteveD