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.52.11.38 with SMTP id n6mr76625977vdb.3.1420575792047; Tue, 06 Jan 2015 12:23:12 -0800 (PST) X-Received: by 10.182.2.8 with SMTP id 8mr21278obq.36.1420575791891; Tue, 06 Jan 2015 12:23:11 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!bm13no3676649qab.0!news-out.google.com!h6ni6igv.0!nntp.google.com!h15no328946igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 6 Jan 2015 12:23:11 -0800 (PST) In-Reply-To: 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: <8c23b629-4495-4ec4-afae-7f0b03df4668@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1df20603-c186-4346-b29f-55005ceb2ae6@googlegroups.com> Subject: Re: New Years 2015 Ada Advocacy Resolutions :) From: David Botton Injection-Date: Tue, 06 Jan 2015 20:23:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2092 X-Received-Body-CRC: 1841610611 Xref: news.eternal-september.org comp.lang.ada:24424 Date: 2015-01-06T12:23:11-08:00 List-Id: > I'd really like 3 and 4 reversed. Since I see a GUI builder of worth being one that is Delphi like, sort of need both in parallel. With Gnoga you can already use any HTML development tool as a GUI builder. Just add boot.js to the html from gnoga/js Then either hand code the needed objects: Some_Button.Attach_With_Parent (Window, ID => "anyid"); or use Gnoga.Client.Bind_Page.Bind_Page (View). and can then access them using Main_View.Element (Name => "anyid"); David Botton > Having it working well for ios/android would then be nice. It does already as a web app (tip layout gui using the Bootstrap plugin for a nice look and feel), the new release will have touch controls and I plan on a plugin for Apache Cordova (PhoneGAP) soon. Until we have an iOS (or an Asm.JS) compiler you could still have a store compatible app for both platforms but the app still will require server access (which in your case likely needed anyways). David Botton