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=-0.7 required=5.0 tests=BAYES_00,NUMERIC_HTTP_ADDR autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.229.193 with SMTP id h61mr6053382yhq.40.1413333042786; Tue, 14 Oct 2014 17:30:42 -0700 (PDT) X-Received: by 10.182.65.229 with SMTP id a5mr42346obt.26.1413333042688; Tue, 14 Oct 2014 17:30:42 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no2795371qap.0!news-out.google.com!rp1ni29760igb.0!nntp.google.com!h18no5953205igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Oct 2014 17:30: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: <3bc60698-da8e-4a7e-9e41-7f099f6419cc@googlegroups.com> Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Wed, 15 Oct 2014 00:30:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189794 Date: 2014-10-14T17:30:42-07:00 List-Id: > Added not Gnoga.Client.Bind_Page No, I did add it.. Along the lines of that I have also added /js/boot.js You can now take any existing page and add: Then if you navigate to that existing page, say: http://127.0.0.1:8080/bootjs_demo.html when then html page is loaded it will connect back to the gnoga application. Of course your Gnoga app should be ready to handle that, the simplest way is: Application.Multi_Connect.On_Connect_Handler (Event => On_BootJS_Demo_Page'Unrestricted_Access, Path => "bootjs_demo.html"); You can see a sample of this in /test/bootjs.adb David Botton