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.182.117.231 with SMTP id kh7mr4727819obb.0.1412335281342; Fri, 03 Oct 2014 04:21:21 -0700 (PDT) X-Received: by 10.140.21.51 with SMTP id 48mr13207qgk.12.1412335281196; Fri, 03 Oct 2014 04:21:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no3166352igb.0!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no277221qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 04:21:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6045d64f-a220-4df0-b542-49fa0f06c2ef@googlegroups.com> Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: David Botton Injection-Date: Fri, 03 Oct 2014 11:21:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22031 Date: 2014-10-03T04:21:21-07:00 List-Id: I added the following to Gnoga.Application: Lauch_URL_OSX Lauch_URL_Windows Lauch_URL_Linux They will open the users default browser to url which by default is localhost:8080 That should make it more convenient when running a Gnoga app to pop the browser open for local apps. I don't have the time yet to write examples or additions for completely native apps, but is simple enough. On Mac OS X, a simple XCode project with a browser, on Linux can create a gtk app with a browser, and on Windows, using GWindows easy to embed IE. David Botton