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.119.132 with SMTP id ku4mr13494100pab.7.1421445560171; Fri, 16 Jan 2015 13:59:20 -0800 (PST) X-Received: by 10.182.91.116 with SMTP id cd20mr18636obb.33.1421445559993; Fri, 16 Jan 2015 13:59:19 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news.glorb.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h15no6716137igd.0!news-out.google.com!db6ni86igc.0!nntp.google.com!h15no4323052igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Jan 2015 13:59:19 -0800 (PST) In-Reply-To: <09c99540-710e-421b-af3a-40068e41cd2e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 References: <09c99540-710e-421b-af3a-40068e41cd2e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Example of using HTML with Gnoga for UI layouts From: David Botton Injection-Date: Fri, 16 Jan 2015 21:59:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:24596 Date: 2015-01-16T13:59:19-08:00 List-Id: BTW, all of the settings in that example could also have been specified in = the actual HTML. I wanted to show that once "attached" each element or view= was as if created using Create and all of the Gnoga API can be used. An entire layout can be done using regular HTML tools, CSS, etc. then simpl= y attach to each control desired using Attach_Using_Parent (or bulk attach = with Gnoga.Client.Bind_Page) then can set events and control each bound ele= ment as if it was a regular Gnoga Element_Type or View_Type, etc. David Botton