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.139.169 with SMTP id qz9mr1299647pab.3.1413243283091; Mon, 13 Oct 2014 16:34:43 -0700 (PDT) X-Received: by 10.182.234.68 with SMTP id uc4mr10602obc.18.1413243282781; Mon, 13 Oct 2014 16:34:42 -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!uq10no10188138igb.0!news-out.google.com!rp1ni27119igb.0!nntp.google.com!uq10no10188135igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Oct 2014 16:34:42 -0700 (PDT) In-Reply-To: <0b5ee58b-2d2d-4394-8215-0fa5d1a4740e@googlegroups.com> 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Mon, 13 Oct 2014 23:34:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22435 Date: 2014-10-13T16:34:42-07:00 List-Id: > I chose singleton because it fits what I need at a glance. =20 No, better we improve Gnoga to make sure that Singleton at first glance doe= s what is needed. > The main thing is if I close the browser window, then in my code Gnoga.Ap= plication.Singleton.Message_Loop still hangs as if it is waiting.=20 Confirmed. You are right this should not be the case. On Destroy on the mai= n window should do the job. I'll confirm in a bit. If it does or doesn't I will make some adjustments t= o handle this case and push the code to git in asap and repost. > I definitely will look at multiconnect for some projects I have, but I st= ill want to make sure I have some applications for my coworkers to use in o= ur lab (configure some devices). I just have to make sure they aren't havi= ng to do stuff at the command prompt if I can avoid it. It is important to me that Singleton does the job right :) Thanks for pointing this out back in a flash. David Botton