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.66.219.233 with SMTP id pr9mr1742523pac.47.1413254737112; Mon, 13 Oct 2014 19:45:37 -0700 (PDT) X-Received: by 10.182.28.72 with SMTP id z8mr935obg.31.1413254736856; Mon, 13 Oct 2014 19:45:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no10248946igb.0!news-out.google.com!rp1ni27119igb.0!nntp.google.com!uq10no10248941igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Oct 2014 19:45:36 -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: <13fb4505-4abd-4d5b-b18d-d05aa0a4dcb9@googlegroups.com> <32414aa2-3a0f-41fc-aef3-d8db709aacfc@googlegroups.com> <0b5ee58b-2d2d-4394-8215-0fa5d1a4740e@googlegroups.com> <2d0855ce-ab41-4326-9e88-928079a4e367@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7f84ebb1-2120-4f9b-9428-10829e0bef11@googlegroups.com> Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Tue, 14 Oct 2014 02:45:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22447 Date: 2014-10-13T19:45:36-07:00 List-Id: One more note, Main_Window.Connection_Data (App.all); should be since last= nights update - Main_Window.Connection_Data (App); I changed to use an access parameter since the default has been to dealloca= te App on close. I thought about getting rid of the default param for Connection_Data and fo= rcing the choice, but since at this point almost all programs use dynamical= ly allocated app data, it is very unlikely someone will purposely do a stat= ic App data and App'Access without realizing the need to set the other para= meter to turn off the garbage collecting. David Botton