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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a875d9649dde34e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc08.POSTED!da33a4ab!not-for-mail From: Fionn mac Cuimhaill Newsgroups: comp.lang.ada Subject: Re: GWindows and a future home for it Message-ID: References: X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 01 Oct 2004 06:43:52 GMT NNTP-Posting-Host: 4.41.197.98 X-Complaints-To: abuse@verizon.net X-Trace: trnddc08 1096613032 4.41.197.98 (Fri, 01 Oct 2004 02:43:52 EDT) NNTP-Posting-Date: Fri, 01 Oct 2004 02:43:52 EDT Xref: g2news1.google.com comp.lang.ada:4485 Date: 2004-10-01T06:43:52+00:00 List-Id: On 30 Sep 2004 21:28:27 -0400, Stephen Leake wrote: >Fionn mac Cuimhaill writes: > >> Dumping GWindows for Claw would require me to start over learning a >> new set of packages, and would complicate maintenance of existing >> software. Database support is essential. If Claw is weaker than >> GWindows on database support, that is a major strike against it. > >I've just done a quick browse thru the GWindows.Databases package. It >does _not_ 'with' any other GWindows package. So we could rename it >Claw.Databases, or just keep it GWindows.Databases, and the >functionality is the same. > >GWindows.Databases.Controls does use some GWindows stuff, but only >base windows, text boxes, and buttons. That should port easily to >using Claw windows. On the other hand, there are not enough comments >in the code for me to be sure. That's a point in Claw's favor; better >comments, better documentation. > >The GNATCOM stuff does not appear to be integrated with GWindows at >all; it's orthogonal, so it can be used with Claw easily. > > >My problem with Claw is it has a significantly different style than >Windex (which is pretty close to GWindows in style). Both code >formatting style, and general code design style. But I think I can get >used to it. And the full Claw clearly covers more of the Win32 API >than either Windex or GWindows. > >So I vote for Claw, and one of the first things we do is agree on how >to port GWindows.Databases.Controls. I am willing to go with Claw if two things happen: 1. Database support can be made to happen very soon 2. The whole thing becomes open-source. I'm not including the GUI builder here, just the Claw packages. This is important; if it doesn't happen, I will not use Claw and will continue to develop GWindows.