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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.173.69 with SMTP id q5mr1586785icz.34.1413942975314; Tue, 21 Oct 2014 18:56:15 -0700 (PDT) X-Received: by 10.140.44.5 with SMTP id f5mr604436qga.2.1413942975175; Tue, 21 Oct 2014 18:56:15 -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!uq10no15310266igb.0!news-out.google.com!i10ni97qaf.0!nntp.google.com!dc16no4549469qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 21 Oct 2014 18:56:15 -0700 (PDT) In-Reply-To: <013c20d3-0154-4d91-93e8-23820a2a6ebf@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.44.225.195; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 108.44.225.195 References: <307b4479-1449-4de2-94ff-d960a140f198@googlegroups.com> <9ebb7994-aaf1-4eec-a335-bd72ff0acd6b@googlegroups.com> <4893e75e-679b-4085-9d7f-ea6a32e24eb6@googlegroups.com> <49c865c7-359d-4b06-993d-013ae4f7d662@googlegroups.com> <013c20d3-0154-4d91-93e8-23820a2a6ebf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Launching Popup Windows in Gnoga From: Jeremiah Injection-Date: Wed, 22 Oct 2014 01:56:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22641 Date: 2014-10-21T18:56:15-07:00 List-Id: On Tuesday, October 21, 2014 7:24:51 AM UTC-4, David Botton wrote: > > I also noticed that IE doesn't like the proxy server setup I am using o= n gnoga.com, I'll make sure to spend some time on this at some point soon. >=20 >=20 >=20 > Fixed and checked in. Thanks. Just tried it tonight. Fixed the popup error in FF. I noted your= comment for IE and it definitely still is broken. I may have to look at m= ulti-connect as an option. I'll see what I can figure out. I did notice = that in Firefox the check: Popup_Window.Document.Ready_State /=3D Gnoga.Gui.Document.Complete Never goes to Complete and the while loop suggested loops forever. I'm gue= ssing an event that sets it to complete doesn't fire? When I comment that = part of the while loop requirement, it exits the while loop. Given the issues with IE (I don't know what my users will have on their com= puters), is there any info you could point me to on how to make custom Aler= t like boxes and what event options I have with those? I still plan on loo= king at multi-connect but figured I could explore that on the side to see i= f it will be feasible.