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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.197.105 with SMTP id it9mr24208382pbc.5.1412047896421; Mon, 29 Sep 2014 20:31:36 -0700 (PDT) X-Received: by 10.182.102.40 with SMTP id fl8mr362obb.32.1412047896191; Mon, 29 Sep 2014 20:31:36 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!uq10no811344igb.0!news-out.google.com!rp1ni7433igb.0!nntp.google.com!uq10no811341igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 29 Sep 2014 20:31:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: David Botton Injection-Date: Tue, 30 Sep 2014 03:31:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:189246 Date: 2014-09-29T20:31:35-07:00 List-Id: Todays Updates :) 1) 2 more Tutorials 2) Views will now deallocate dynamically created child objects on finalizat= ion 3) Moved Gnoga.Application.Multiuser to Gnoga.Application.Multi_Connect 4) Modified how app data is set for connections to now use the Main_Window,= it will also deallocate it if dynamically created on finalization. 5) It is no longer necessary to use Connection.Hold unless desired for clea= n up on connection events. In general as I am writing the tutorials I am doing as much as possible to = simplify the API and make coding easier in Gnoga. Here are a list of planned tutorials so far (the first 4 are now done and i= n the repo) Tutorial-01 - Introduction to Gnoga applications Tutorial-02 - Introduction to Event Handlers Tutorial-03 - Introduction to Multi-Connection Apps Tutorial-04 - Tasking and Gnoga Tutorial-05 - Using the Canvas Control Tutorial-06 - Popups windows, iFrames, and custom boot files with Gnoga Tutorial-07 - Forms and Gnoga Tutorial-08 - Database bindings and Schema Migrations using Gnoga Tutorial-09 - Active Record - Data modeling in Gnoga Tutorial-10 - Creating MVC apps and Sessions management in Gnoga In each tutorial directory there is a README that summarizes additional asp= ects of Gnoga learned in that tutorial. It is worth reading through the REA= DMEs and sources in each tutorial in order as they build on each other. The= y also teach far more than just their subject line about things you can do = with Gnoga.