comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: Re: Gnoga - The GNU Omnificent GUI for Ada
Date: Tue, 30 Sep 2014 09:34:24 -0700 (PDT)
Date: 2014-09-30T09:34:24-07:00	[thread overview]
Message-ID: <9f8b76e9-f8c0-45a1-8ea2-4a610a077189@googlegroups.com> (raw)
In-Reply-To: <1fd7c443-c3d8-4f62-bc59-9cc4dc095447@googlegroups.com>

> I was also going to ask if there is any HTML5 side documentation that you would recommend to read to get a more thorough understanding of the workings of gnoga?

My purpose in writing Gnoga is so you don't have to know it :)

However, http://www.w3schools.com/ is a nice resource even though I've found many mistakes and omissions it is well and good enough for most of what is needed.

As time permits in the big picture I'll write some internal documentation as well. I have notes of important issues to discuss there.

One point about internals that you should understand (although it may take some time first depending on your knowledge of HTML5 and JS so far to get this) is that Gnoga creates objects _outside_ the Document's DOM and inserts them in later using the Element.Place_* methods or by way of views that use those methods internally. Gnoga assigns each new object to a place in the gnoga object on the page itself for internal reference. This is not the case for "attached" DOM objects that are only in the DOM and referenced by their DOM_ID (from Gnoga.Types.ID_Enumeration) always. So if they are removed from the DOM unless assigned to a JS variable and the ID_Type switche to Script they will be "lost".

The other point is that Gnoga (for the most part) to place a compatibility layer across browsers uses jQuery on the browser side and not directly JS DOM functions. This could easily be changed in a few lines of code and perhaps at some point I may.

David Botton


  reply	other threads:[~2014-09-30 16:34 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 18:20 Gnoga - The GNU Omnificent GUI for Ada David Botton
2014-09-23 19:38 ` Anh Vo
2014-09-24  7:15 ` Thomas Løcke
2014-09-24  9:57 ` tonyg
2014-09-24 11:59   ` David Botton
2014-09-26 14:17     ` tonyg
2014-09-28  1:24       ` David Botton
2014-09-24 21:16 ` David Botton
2014-09-24 21:25   ` Jeffrey Carter
2014-09-24 21:36     ` David Botton
2014-09-25  4:26 ` Nasser M. Abbasi
2014-09-28  1:17   ` David Botton
2014-09-28  8:02   ` Niklas Holsti
2014-09-28  8:26     ` David Botton
2014-09-28  9:18       ` Niklas Holsti
2014-09-28  9:51         ` Niklas Holsti
2014-10-20 21:03         ` David Botton
2014-10-21 10:07           ` Brian Drummond
2014-09-28  9:06 ` David Botton
2014-09-29  2:42 ` David Botton
2014-09-30  3:31   ` David Botton
2014-09-30  9:39     ` tonyg
2014-09-30 16:24       ` David Botton
2014-10-01  1:04         ` Shark8
2014-10-01  0:22           ` David Botton
2014-10-01  3:24             ` Shark8
2014-10-01  2:55               ` David Botton
2014-10-01  9:48                 ` tonyg
2014-10-01 13:13                   ` David Botton
2014-10-01 13:47                   ` David Botton
2014-10-01 19:06                     ` David Botton
2014-10-01 10:25                 ` tonyg
2014-10-01 13:31                   ` David Botton
2014-10-01 15:11                     ` tonyg
2014-09-30  9:43     ` tonyg
2014-09-30 16:34       ` David Botton [this message]
2014-10-02  2:54 ` David Botton
2014-10-02  8:58   ` tonyg
2014-10-02 10:17   ` tonyg
2014-10-02 15:43     ` David Botton
2014-10-02 17:26       ` tonyg
2014-10-03  2:21         ` David Botton
     [not found]         ` <5ca5a27d-9338-4b20-97d9-62ce7c952898@googlegroups.com>
2014-10-03  2:28           ` David Botton
2014-10-03  3:34             ` David Botton
2014-10-03  5:17               ` Jeffrey Carter
2014-10-03 11:15                 ` David Botton
2014-10-03  9:04             ` tonyg
2014-10-03  2:30         ` David Botton
2014-10-03  2:50 ` David Botton
2014-10-03 11:21 ` David Botton
2014-10-03 11:36   ` Björn Lundin
2014-10-03 18:59     ` David Botton
2014-10-03 19:05 ` David Botton
2014-10-04  5:18   ` Shark8
2014-10-05  1:17     ` David Botton
2014-10-05 18:23 ` tonyg
2014-10-07  4:31 ` David Botton
2014-10-08  2:52 ` 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