comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: Re: New Years 2015 Ada Advocacy Resolutions :)
Date: Tue, 6 Jan 2015 12:23:11 -0800 (PST)
Date: 2015-01-06T12:23:11-08:00	[thread overview]
Message-ID: <1df20603-c186-4346-b29f-55005ceb2ae6@googlegroups.com> (raw)
In-Reply-To: <m8hepv$6q8$1@dont-email.me>

> 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

  reply	other threads:[~2015-01-06 20:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05 15:43 New Years 2015 Ada Advocacy Resolutions :) David Botton
2015-01-05 18:16 ` Shark8
2015-01-05 18:49   ` David Botton
2015-01-05 20:26     ` Dmitry A. Kazakov
2015-01-05 22:56     ` G.B.
2015-01-05 23:54   ` Anh Vo
2015-01-06 11:07     ` AdaMagica
2015-01-05 23:29 ` Hubert
2015-01-06  1:05 ` Luke A. Guest
2015-01-06  7:37 ` Simon Wright
2015-01-06 14:44   ` Luke A. Guest
2015-01-06 20:04     ` Simon Wright
2015-01-06 19:59 ` Björn Lundin
2015-01-06 20:23   ` David Botton [this message]
2015-01-06 20:36     ` Björn Lundin
2015-01-07 12:19   ` Brian Drummond
2015-01-07 12:46     ` 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