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.42.23.68 with SMTP id r4mr9201209icb.9.1413159162843; Sun, 12 Oct 2014 17:12:42 -0700 (PDT) X-Received: by 10.140.29.230 with SMTP id b93mr319539qgb.4.1413159162668; Sun, 12 Oct 2014 17:12:42 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!uq10no9538720igb.0!news-out.google.com!i10ni84qaf.0!nntp.google.com!dc16no2425430qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 12 Oct 2014 17:12:42 -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: <8029c415-6e73-4ac9-b4e2-41cf89d79df8@googlegroups.com> Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Mon, 13 Oct 2014 00:12:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189713 Date: 2014-10-12T17:12:42-07:00 List-Id: Added Tutorial-08 - Forms, Custom Widgets and Dynamic Elements I changed Window_Type.Connection_Data to accept an access type (which is usually the case anyways) that will likely require a small change to almost any project anyone has written to date. Also, now if a view is added to a Window_Type and it is marked Dynamic it will be deallocated on finalization of the Window_Type. The next tutorial will demonstrate working with forms interactively. David Botton