comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: Re: Gnoga Latest Updates
Date: Tue, 14 Oct 2014 17:30:42 -0700 (PDT)
Date: 2014-10-14T17:30:42-07:00	[thread overview]
Message-ID: <3bc60698-da8e-4a7e-9e41-7f099f6419cc@googlegroups.com> (raw)
In-Reply-To: <b9e5c21b-2e6f-464e-bcd0-5cc850013729@googlegroups.com>

> 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:

      <script src="/js/jquery.min.js"></script>
      <script src="/js/boot.js"></script>

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


  reply	other threads:[~2014-10-15  0:30 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-12  3:49 Gnoga Latest Updates David Botton
2014-10-12 19:37 ` David Botton
2014-10-12 22:58   ` tonyg
2014-10-12 23:29     ` David Botton
2014-10-28 10:18       ` tonyg
2014-10-13  0:25     ` Jeffrey Carter
2014-10-13  0:12 ` David Botton
2014-10-13  6:05   ` David Botton
2014-10-13 16:22 ` jeremiah.breeden
2014-10-13 18:28   ` Simon Clubley
2014-10-13 21:12     ` David Botton
2014-10-13 21:20       ` David Botton
2014-10-13 23:29       ` Jeremiah
2014-10-13 23:34         ` David Botton
2014-10-13 23:58           ` Jeremiah
2014-10-14  2:38             ` David Botton
2014-10-14  2:45               ` David Botton
2014-10-14  0:06           ` David Botton
2014-10-14  0:24             ` David Botton
2014-10-14  2:26               ` David Botton
2014-10-15  2:01                 ` Jeremiah
2014-10-15  3:49                   ` David Botton
2014-10-14 23:52 ` David Botton
2014-10-15  0:30   ` David Botton [this message]
2014-10-15 15:54 ` David Botton
2014-10-19  4:40 ` David Botton
2014-10-19 12:59   ` David Botton
2014-10-19 21:36     ` Jeremiah
2014-10-19 22:01       ` David Botton
2014-10-19 23:02 ` David Botton
2014-10-20  0:42   ` Jeffrey Carter
2014-10-20 20:38     ` David Botton
2014-10-22  2:11       ` David Botton
2014-10-23  3:46         ` David Botton
2014-10-24  3:54           ` David Botton
2014-10-26  4:22             ` David Botton
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox