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,5e5e2ccec41a0a17,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Oliver Kellogg Newsgroups: comp.lang.ada Subject: RAPID 3.2 is released Date: Mon, 30 Mar 2009 07:53:08 +0200 Organization: T-Online Message-ID: Reply-To: okellogg@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1238391950 01 n14450 +ExSQ8c1l4ZYivd 090330 05:45:50 X-Complaints-To: usenet-abuse@t-online.de X-ID: TsWyF-ZaQe-fQP43fSKXRE-18I7DSES11ewGq36Hf5jVuW916k07ki User-Agent: KNode/0.10.4 Xref: g2news1.google.com comp.lang.ada:4381 Date: 2009-03-30T07:53:08+02:00 List-Id: After a lengthy pause since the last version, an update to the Rapid Ada Portable Interface Designer has been released and is available at http://savannah.nongnu.org/files/?group=rapid Here are the news for RAPID 3.2: * Tested with Tcl/Tk version 8.{4,5,6a} and TASH version 8.6-0 * Tested with gtk+-2.{10,12,14} and GtkAda from svn trunk of Jan 2009 * GUI file format maintains backward compatibility with RAPID 3.01 * New command line switch -ni supports non-interactive Ada code generation for a given .gui file without launching the RAPID GUI * New widget: FRAME, for creating an empty space with a border * New widget: TEXTBOX, similar to TEXTENTRY but for read-only text, supports optional user variable of type Ada.Strings.Unbounded.Unbounded_String * TEXTENTRY now also supports unsigned user types * CHECKBUTTON optional user variable can now be any two-valued enum type in addition to Boolean * The procedures Fill_Window,Generate_and_Fill_Window,Read_Window are not created if they are null operations. In other words, they are only created if there are user variables to read or write. * The JGNAT, .NET, and GWindows peers are not included as they are not currently maintained. * This release is only tested on Linux and it does not contain a Windows exe. For more info, see http://savannah.nongnu.org/projects/rapid/ Oliver M. Kellogg