Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Rabbi David Botton
Awesome. I hope you can package for others to use too in the future as a
module. I will have the Marketplace (perhaps another name is better will
see) for people to get modules and plugins soon ready.

Code reuse should be as easy as the ios app store :)

David Botton
On Nov 24, 2014 11:56 AM, "Duncan Sands" 
wrote:

> Hi David,
>
> On 24/11/14 17:42, Rabbi David Botton wrote:
> > Thank you again Duncan,
> >
> > All changes were done. I had to do by hand not sure why couldn't apply
> patch.
> >
> > But was a good lesson:
> >
> > Ensure... Ensure... Ensure... :)
> >
> > < transaction.
> > What you ensure results from your personal efforts.>>  (GrammarBook.com)
> >
> > I guess I was thinking about the business too much :)
> >
> > Plus good thing I am no longer composting gui elements into soil anymore.
>
> gnoga - it can even compost for you! :)  Just glad I could help.  After
> all,
> that's what open source is about.
>
> Ciao, Duncan.
>
> PS: Thanks so much for gnoga, it's like manna from heaven after a diet of
> java
> and gtkada ;)
>
> PPS: In case you're interested, I've started playing with gnoga for doing
> some
> animated graphs: the kind which steadily move left on the screen as new
> points
> are added on the right.  So of course the first thing I did was go through
> all
> the tutorials (thanks for those - very helpful) and read the corresponding
> package specs, which is how I noticed these.  So now I'm having fun with
> canvases :)  And it works!
>
> PPPS: I have to do double buffering to avoid flickering.  This is probably
> inevitable: when java script is run in a browser it probably isn't needed
> because (I assume) the browser runs the javascript that draws in the
> canvas to
> completion before actually displaying the resulting canvas, so all that is
> displayed is the final result, not intermediate stages of the drawing.
> Gnoga
> doesn't have the luxury of putting the browser to sleep while it draws on
> the
> canvas :)
>
> >
> >
> > David Botton
> >
> >
> >
> >
> >
> --
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & more
> > Get technology previously reserved for billion-dollar corporations, FREE
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> >
> >
> >
> > ___
> > Gnoga-list mailing list
> > Gnoga-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gnoga-list
> >
>
>
>
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Duncan Sands
Hi David,

On 24/11/14 17:42, Rabbi David Botton wrote:
> Thank you again Duncan,
>
> All changes were done. I had to do by hand not sure why couldn't apply patch.
>
> But was a good lesson:
>
> Ensure... Ensure... Ensure... :)
>
> < What you ensure results from your personal efforts.>>  (GrammarBook.com)
>
> I guess I was thinking about the business too much :)
>
> Plus good thing I am no longer composting gui elements into soil anymore.

gnoga - it can even compost for you! :)  Just glad I could help.  After all, 
that's what open source is about.

Ciao, Duncan.

PS: Thanks so much for gnoga, it's like manna from heaven after a diet of java 
and gtkada ;)

PPS: In case you're interested, I've started playing with gnoga for doing some 
animated graphs: the kind which steadily move left on the screen as new points 
are added on the right.  So of course the first thing I did was go through all 
the tutorials (thanks for those - very helpful) and read the corresponding 
package specs, which is how I noticed these.  So now I'm having fun with 
canvases :)  And it works!

PPPS: I have to do double buffering to avoid flickering.  This is probably 
inevitable: when java script is run in a browser it probably isn't needed 
because (I assume) the browser runs the javascript that draws in the canvas to 
completion before actually displaying the resulting canvas, so all that is 
displayed is the final result, not intermediate stages of the drawing.  Gnoga 
doesn't have the luxury of putting the browser to sleep while it draws on the 
canvas :)

>
>
> David Botton
>
>
>
>
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>
>
>
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Rabbi David Botton
Thank you again Duncan,

All changes were done. I had to do by hand not sure why couldn't apply
patch.

But was a good lesson:

Ensure... Ensure... Ensure... :)

<>
 (GrammarBook.com)

I guess I was thinking about the business too much :)

Plus good thing I am no longer composting gui elements into soil anymore.


David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-11-24 14:59, Rabbi David Botton wrote:
> 
> 'with out' is one word - 'without' - in this context
> 
> "If you wish to use the gdb debugger with out being root"
> 
> Fixed.
> 
> Sorry, as is clear spelling is my kryptonite.

No need to apologize.
Your enthusiasm and work make up for spelling mistakes
for the rest of your life :-)

- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUc0+NAAoJEGaQZvZiZLyC1wcH/Ri1a2fy8EXERlJE4B9tmKqk
JB+mTLUGqyO85SOjUVk42rxJas/YAap27mMXoLdqjFuVbJoT3OmyABgR7vG/mKM4
YEyebt+2cEXmJAwB93jIOYfjXELfd4RHMQcvUl8IYbfzuXpTCwasO0Qe3sDlvRTm
LJqUmgyRYquoYMqF0pxYErSwG7VvQdIDgT+6Tw5JYFhIo5zcUb9/I75tCjK+37ma
WNIBH7M2y/z5de3ytYJFbmp8oDL9m/jfP5Q+Z7yW4IgYfrmyqf1t+ipalMR2l9jB
y+RXbkMk3zUmBmzwj+n9RkPsGaGR2B5QvfXqBjtkJHEDO5hk0bsOxx7AmOxVIew=
=uCCo
-END PGP SIGNATURE-

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Rabbi David Botton
>
>
> 'with out' is one word - 'without' - in this context
>
> "If you wish to use the gdb debugger with out being root"
>
> Fixed.

Sorry, as is clear spelling is my kryptonite.

David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Björn Lundin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-11-24 14:20, Rabbi David Botton wrote:
> Super appreciated, I'll try and have these fixes in today.


While you are at it, on

http://getadanow.com/#get_mac

I think
'with out' is one word - 'without' - in this context

"If you wish to use the gdb debugger with out being root"
 

- --
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUczXbAAoJEGaQZvZiZLyCPeQIAIuPGv1K5U6r4Z2kdpMKupJr
MTsKtSQe9chmkijJkWFXJ8jkyCze+P8WbGsIDrT8PRSBQb267FZHosb5F353sMoi
Zmo2Jlfo00dcWrtauWGKNqA1KgPSC7oJFJhM0iBWBmG+jr0UlUgUl8d6aDlU77U5
RtD26W3sxjBiBE7MegdUEeT+i7NCtPiGTeL7Lk7xzNRAJCA+XgTApGu3rPbA6WwC
2TAk8IAZUyj6wtvAHlD1bB/2d16IuTNQ0zr9IeQi4YNe32r7sNVVVknaqYLTf/Yu
yEFU7h/7X55Euo3x5HlO2wPiU8ZfmdRSl4W6mYRFwsprVajLD5JSfybnR3phz+s=
=4fZE
-END PGP SIGNATURE-

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Rabbi David Botton
Super appreciated, I'll try and have these fixes in today.

David Botton
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk___
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


[Gnoga-list] [PATCH] Fix a bunch of random typos

2014-11-24 Thread Duncan Sands
  src/gnoga-application-multi_connect.adb  |  2 +-
  src/gnoga-application-multi_connect.ads  | 12 ++--
  src/gnoga-application-singleton.ads  |  4 ++--
  src/gnoga-application.ads|  2 +-
  src/gnoga-client-bind_page.ads   |  2 +-
  src/gnoga-gui-base.ads   | 10 +-
  src/gnoga-gui-element-form.ads   |  2 +-
  src/gnoga-gui-element.ads|  6 +++---
  src/gnoga-gui-plugin-jqueryui-widget.ads |  2 +-
  src/gnoga-gui-view-docker.ads|  2 +-
  src/gnoga-gui-window.ads |  4 ++--
  src/gnoga-server-connection.adb  |  4 ++--
  tutorial/tutorial-02/README  |  4 ++--
  tutorial/tutorial-03/README  |  4 ++--
  tutorial/tutorial-03/tutorial_03.adb | 12 ++--
  tutorial/tutorial-04/tutorial_04.adb |  8 
  tutorial/tutorial-05/tutorial_05.adb |  2 +-
  tutorial/tutorial-07/tutorial_07.adb |  8 
  tutorial/tutorial-08/tutorial_08.adb |  4 ++--
  tutorial/tutorial-09/README  |  4 ++--
  tutorial/tutorial-09/tutorial_09.adb |  2 +-
  21 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/src/gnoga-application-multi_connect.adb 
b/src/gnoga-application-multi_connect.adb
index e9b1c4e..f490dc8 100644
--- a/src/gnoga-application-multi_connect.adb
+++ b/src/gnoga-application-multi_connect.adb
@@ -49,7 +49,7 @@ package body Gnoga.Application.Multi_Connect is
 procedure On_Connect
   (ID : in Gnoga.Types.Connection_ID;
Connection : access Gnoga.Server.Connection.Connection_Holder_Type);
-   --  Handle connections by creating Main_Winow object and dispatching
+   --  Handle connections by creating Main_Window object and dispatching
 --  to correct On_Connect_Handler based on Path. It is not neccessary
 --  to call Connection.Hold unless you wish to hold the connection and
 --  then following it's release run additional such as to clean up some
diff --git a/src/gnoga-application-multi_connect.ads 
b/src/gnoga-application-multi_connect.ads
index e1b245c..cb026d5 100644
--- a/src/gnoga-application-multi_connect.ads
+++ b/src/gnoga-application-multi_connect.ads
@@ -52,11 +52,11 @@ package Gnoga.Application.Multi_Connect is
  Connection  : access Connection_Holder_Type);
 --  On each connection an Application_Connect_Event registered in
 --  On_Connect_Handler will be called. Main_Window will be attached
-   --  to the window of the browser, Connection can optionally be used
+   --  to the window of the browser. Connection can optionally be used
 --  to allow for "clean up" upon close of connection, or to prevent
 --  finalization of the called Application_Connect_Event procedure
 --  until the connection is closed. This allows for Gnoga objects to
-   --  be created on the stack with in the procedure and not be finalized
+   --  be created on the stack within the procedure and not be finalized
 --  prematurely and still able to respond to events, etc.
 --  Use: Connection.Hold;

@@ -66,9 +66,9 @@ package Gnoga.Application.Multi_Connect is
Port: in Integer   := 8080;
Boot: in String:= "boot.html";
Verbose : in Boolean   := True);
-   --  Initialize an applicaiton for multiple connections using
+   --  Initialize an application for multiple connections using
 --  Event for the default Connection Handler and Boot for bootstrap html.
-   --  If Host = "" then will listen on all netwrok interfaces.
+   --  If Host = "" then will listen on all network interfaces.
 --  Use Host = "localhost" to constrain to local use only.

 procedure On_Connect_Handler (Event : in Application_Connect_Event;
@@ -79,8 +79,8 @@ package Gnoga.Application.Multi_Connect is
 --  and http://myapp:8080/abc/ will both match Path = "/abc" or Path="abc"
 --  or Path="/abc/"
 --  This can be used to set or change connection handlers during 
application
-   --  execution for future connections or to to set the default handler if it
-   --  was not set in Initialize.
+   --  execution for future connections or to set the default handler if it was
+   --  not set in Initialize.

 procedure Message_Loop;
 --  Start serving connections to application and continue until
diff --git a/src/gnoga-application-singleton.ads 
b/src/gnoga-application-singleton.ads
index fc44c70..f3353cc 100644
--- a/src/gnoga-application-singleton.ads
+++ b/src/gnoga-application-singleton.ads
@@ -51,8 +51,8 @@ package Gnoga.Application.Singleton is
Port: in Integer := 8080;
Boot: in String  := "boot.html";
Verbose : in Boolean := True);
-   --  Initialize applicaiton for single connection is Boot for bootstrap html.
-   --  If Host = "" then will listen on all netwrok interfaces.
+   --  Initialize application for single connection is Boot f