Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-22 Thread Rabbi David Botton
What are the specs on your machine? Also do you have the same problem with Opera or just FireFox? Thanks David Botton On Fri, Nov 21, 2014 at 10:02 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 11/19/2014 02:57 PM, Rabbi David Botton wrote: Changes are in git. Please let me know if you

Re: [Gnoga-list] use of Gnoga.gui.element.background

2014-11-22 Thread Rabbi David Botton
declare Row : Table_Row_Access := new Table_Row_Type; Col1 : Table_Column_Access := new Table_Column_Type; Col2 : Table_Column_Access := new Table_Column_Type; Col3 : Table_Column_Access := new Table_Column_Type; begin

Re: [Gnoga-list] MacOS: lack of -Wl,-no_pie linker option.

2014-11-23 Thread Rabbi David Botton
for Default_Switches (ada) use (-Wl,-no_pie); Maybe there is a space character in addition in case of the first one. Ok, I made the change to be identical to yours. David Botton -- Download BIRT iHub

Re: [Gnoga-list] Install GNOGA in a specific directory.

2014-11-23 Thread Rabbi David Botton
So I have to change: cd tools gprinstall -f --prefix=$(PREFIX) -p --mode=usage --install-name=tools tools.gpr What is your feedback? Ok, changed and works for me. I also added --prefix to uninstall it was missing. David Botton

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

Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-27 Thread Rabbi David Botton
Please let me know if you are still seeing errors in the latest version in Git (no longer require AWS and has the connection recovery code). David Botton -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-27 Thread Rabbi David Botton
Apparently the .js files can no longer be in the same directory as the executable. Once I created the directory and moved the .js files into it it worked. Thanks, I will fix that. So far I have not had any communication errors. I have had cases where buttons no longer responded as they

Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-27 Thread Rabbi David Botton
and it compiles with no issues etc. MinGW is gcc 4.8.1 So I'm very happy. I wish it worked under squeeze (Linux Mint DE) but perhaps that can't still be done. David Botton On Thu, Nov 27, 2014 at 10:39 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 11/27/2014 08:23 PM, Rabbi David Botton wrote: Ok

[Gnoga-list] make.bat clean.bat for MinGW

2014-11-27 Thread Rabbi David Botton
With the new version it is now possible to compile Gnoga using the current version of MinGW's Ada which is 4.8.1 MinGW does not include sadly gpr tools, so even if using msys and make it won't help. So I created a make.bat and clean.bat If someone has a set of gprtools that works with MinGW let

Re: [Gnoga-list] Appearance Under Different Browsers

2014-11-28 Thread Rabbi David Botton
Apparently the .js files can no longer be in the same directory as the executable. Once I created the directory and moved the .js files into it it worked. Thanks, I will fix that. Ok, the path issue bug is corrected now in git. David Botton

[Gnoga-list] Tests on Simple_Component's version of Gnoga

2014-12-01 Thread Rabbi David Botton
I just wanted to report that with a few updates to the components and stability additions over the last few days all my tests pass and seeing even more stability now than the previous AWS versions. I've been working to send Dmitry logs, etc. on one issue that doesn't affect us since Gnoga is

Re: [Gnoga-list] New Gnoga Demo

2014-12-05 Thread Rabbi David Botton
That is a good point, on many versions of the game (not Jeff's) you can click on any tile any time, on his has to be on one with a number. Can you confirm clicking on a tile with a number doesn't work Thanks! David Botton On Fri, Dec 5, 2014 at 12:57 PM, Duncan Sands

Re: [Gnoga-list] Near zero CPU usage :)

2014-12-15 Thread Rabbi David Botton
an awesome back end from all of this testing and ideas. I have don't load testing but given the design itself it should serve out better than AWS and even other solutions like AWS and be on par with NGINX. Thanks everyone!! David Botton On Sun, Dec 14, 2014 at 1:30 AM, Rabbi David Botton da

Re: [Gnoga-list] Near zero CPU usage :)

2014-12-15 Thread Rabbi David Botton
at 1:30 AM, Rabbi David Botton da...@botton.com wrote: I'm still going working with Dmitry and a final version, but I've updates in Git a version of my solution that works, i.e. no polling when there is no data to read or write, so zero CPU usage (outside other tasks, etc.) David Botton

[Gnoga-list] Gnoga Native Mac OS X Application support

2014-12-18 Thread Rabbi David Botton
See docs/native_mac_apps.md for more information, but here is a summary: 1. Create a singleton app using Gnoga 2. Make native support for Mac using: make native_osx 3. Copy your project's individual bin, js, etc. directories to deps/MacGap2/public 4. Modify the index.html file in

Re: [Gnoga-list] Text buffer handling.

2014-12-27 Thread Rabbi David Botton
(I responded last week, but it looks like somehow my last few messages didn't make it to the list... strange) For the View_Type or Console_View_Type, etc. you can use Object.innerHTML or Object.Text. However if you are looking to have a text editor in a box, Gnoga.Gui.Plugin.Ace_Editor which does

[Gnoga-list] Source for Updated gcc/ada for Windows 32 and 64 bit

2014-12-28 Thread Rabbi David Botton
I found a much more up to date gcc/ada (version 4.9.2) for Windows at: http://tdm-gcc.tdragon.net/ I tested the 64bit version and works great. As with all of these distros they never seem to include gpr tools :( However copy gnatmake.exe to gprbuild.exe and gnatclean.exe to gprclean.exe at

[Gnoga-list] User Guide

2014-12-28 Thread Rabbi David Botton
Ok, I was able to proof a bit the user guide make tons of corrections, etc. Should be readable at this point :) Tomorrow I will be working on a grand review of things and will release Gnoga as 1.0 sometime between tomorrow and Dec 31. David Botton

[Gnoga-list] User Guide for 1.0

2014-12-29 Thread Rabbi David Botton
I have completed more or less what will be the user guide in the 1.0 release. I believe that the singleton and multi_connect examples will be of interest along with the additional information for even those of you that have already been developing Gnoga applications. Yes, I know it is poorly

Re: [Gnoga-list] Source for Updated gcc/ada for Windows 32 and 64 bit

2014-12-29 Thread Rabbi David Botton
No native windows. Works well for me. I tried the 64bit compiler On Dec 28, 2014 1:17 AM, Chris Sparks mr_...@cox.net wrote: I was able to download it but it is not getting some manifest file that it needs. Is this Windows to ARM cross compiler? chris (Resending this since again,

Re: [Gnoga-list] Canvas and Mouse questions.

2014-12-29 Thread Rabbi David Botton
Setting to null will not actually turn it off, you will need to set an actual handler. It happens to be that setting a handler on either On_Context_Menu or On_Mouse_Right_Click will in either case disable the menu. David Botton On Mon, Dec 29, 2014 at 1:51 PM, Pascal blady-...@users.sf.net

Re: [Gnoga-list] User Guide for 1.0

2014-12-29 Thread Rabbi David Botton
For French readers I've created a small how-to: http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga.pdf I've added the link to the developers section for now. I'll be reorganizing, the Gnoga site soon. http://www.gnoga.com/#developers

[Gnoga-list] Analysis of Gnoga on OpenHub

2014-12-29 Thread Rabbi David Botton
https://www.openhub.net/p/gnoga/analyses/latest/languages_summary Not bad for four months work :) David Botton -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in

Re: [Gnoga-list] Source for Updated gcc/ada for Windows 32 and 64 bit

2014-12-29 Thread Rabbi David Botton
The TDM project does provide a gdb at: https://sourceforge.net/projects/tdm-gcc/files/GDB/ On Mon, Dec 29, 2014 at 12:23 PM, Rabbi David Botton da...@botton.com wrote: If you your software is GPL licensed using the AdaCore version works, unless of course you want a 64bit version for Windows

Re: [Gnoga-list] Canvas and Mouse questions.

2014-12-29 Thread Rabbi David Botton
Message body is too big: 79445 bytes with a limit of 40 KB Don't know if you can do something? I found a setting to make the limit higher. So is now 512k before it needs my approval. David Botton -- Dive into the

Re: [Gnoga-list] Information security

2014-12-30 Thread Rabbi David Botton
Now that version 1.0 is here, I am going to start working with it to see what I can do. Great. I'm already getting ready for 1.1 :) I do have a question: Does Gnoga supply any way to securely encrypt information so that it cannot be snooped by outside parties? There are two solutions, one

Re: [Gnoga-list] Gnoga test programs feedback.

2014-12-30 Thread Rabbi David Botton
Corrected. The first post 1.0 check in :) David Botton On Tue, Dec 30, 2014 at 12:28 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 12/30/2014 10:21 AM, Rabbi David Botton wrote: I'll take a look at tutorial 08. Which browser are you using? Title of Tutorial 09 is Tutorial 08

Re: [Gnoga-list] Gnoga test programs feedback.

2014-12-30 Thread Rabbi David Botton
cmd$ bin/media # clic on play button Fixed. Related to changes in the way the On_Connect procedure worked. cmd$ bin/multiuser # clic on Click to close down server I'll look more in to this it is related to shutting down the http server before the task is terminated. cmd$

Re: [Gnoga-list] PRJ_TARGET issue in Makefile.

2014-12-30 Thread Rabbi David Botton
Ok, I've added -XPRJ_TARGET=${PRJ_TARGET} to the gprbuilds and modified settings.gpr to handle the new project types. On Tue, Dec 30, 2014 at 11:22 AM, Pascal blady-...@users.sf.net wrote: Hello, I wonder if PRJ_TARGET set in Makefile is known from GPR files. For instance on MacOS specific

[Gnoga-list] Gnoga and Information Security - Good News :)

2014-12-30 Thread Rabbi David Botton
It ends up that adding a secure https / ssl connection to Gnoga applications is extremely simple if using Apache (or other web server). You just have to set up the proxy connection with SSL. To try out use: https://snake.gnoga.com/secure.html You will note that because of SSL caching an

Re: [Gnoga-list] Gnoga test programs feedback.

2014-12-31 Thread Rabbi David Botton
déc. 2014 à 20:27, Rabbi David Botton da...@botton.com a écrit : I've removed the test directory from the gnoga.1.0.zip file, it shouldn't have been in the release. I mainly just used the files as I was building things. Some of the early ones don't use views even, etc. At least keep them

[Gnoga-list] TODO list added

2014-12-31 Thread Rabbi David Botton
I've added back to the git a TODO list I also added Gnoga.Gui.Window.Close_Connection for closing the connection to the browser (previously you had to use the Connection_ID and Gnoga.Server.Connection.Close). David Botton

[Gnoga-list] Gnoga.Types.Colors

2014-12-31 Thread Rabbi David Botton
I've added a package called Gnoga.Types.Colors from Jeff Carter with constants for HTML color names. David Botton -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed

Re: [Gnoga-list] AUTHORS Typos

2015-01-01 Thread Rabbi David Botton
Fixed On Thu, Jan 1, 2015 at 1:19 PM, Jeffrey R. Carter jrcar...@acm.org wrote: Refers to Mind Detector and demo/mind_detector. Also misspells my first name. -- Jeff Carter [I]f we should ever separate, my little plum, I want to give you one little bit of fatherly advice. ... Never give

[Gnoga-list] New doc

2015-01-01 Thread Rabbi David Botton
I've added docs/api_summary.md It has an overview of the packages and a list of properties, methods and events in Base and Element I also added it to http://gnoga.com/#tools David Botton -- Dive into the World of

Re: [Gnoga-list] Native GTK Application

2015-01-23 Thread Rabbi David Botton
Try copying the gnoga_gtk_window.o to the dir of your project's obj files. On Fri, Jan 23, 2015 at 12:38 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 01/23/2015 08:55 AM, Rabbi David Botton wrote: Please pull gnoga, then run again make native_gtk I've added code to add the .o

Re: [Gnoga-list] Native GTK Application

2015-01-23 Thread Rabbi David Botton
PM, Rabbi David Botton da...@botton.com wrote: The makefile just calls gcc, I guess if you have multiple versions could be calling a different version. I would assume that wouldn't matter since ABI should be same between versions. It sounds like there is something wrong though with whatever

Re: [Gnoga-list] Native GTK Application

2015-01-23 Thread Rabbi David Botton
, Jan 23, 2015 at 1:03 PM, Rabbi David Botton da...@botton.com wrote: Try copying the gnoga_gtk_window.o to the dir of your project's obj files. On Fri, Jan 23, 2015 at 12:38 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 01/23/2015 08:55 AM, Rabbi David Botton wrote: Please pull gnoga

Re: [Gnoga-list] Native GTK Application

2015-01-23 Thread Rabbi David Botton
jrcar...@acm.org wrote: On 01/23/2015 11:03 AM, Rabbi David Botton wrote: Try copying the gnoga_gtk_window.o to the dir of your project's obj files. I realize I used a different compiler for make native_gtk than for everything else. When I use the same compiler, I get cd obj gcc -c ../src

Re: [Gnoga-list] Native GTK Application

2015-01-23 Thread Rabbi David Botton
I've updated that native_gtk doc to reflect the need for that. David Botton On Fri, Jan 23, 2015 at 1:50 PM, Rabbi David Botton da...@botton.com wrote: My idea to add gnoga_gtk_window.o didn't work.. So I reversed it out. Also fixed a bug in the singleton example that came because

[Gnoga-list] Gnoga now has no input buffer limit

2015-02-03 Thread Rabbi David Botton
Dmitry added a chuncked websocket receive so I've modified Gnoga and now there are no limits on incoming messages (well beyond memory and websocket limitations which are around 16gigs) David Botton -- Dive into the World

[Gnoga-list] Auto failover to Ajax

2015-02-04 Thread Rabbi David Botton
I have implemented now also another boot js and boot html called auto.js and auto.html. When these are used if a websocket connection can not be made it will auto failover to use http polling and ajax. I have removed the use got Gnat.Traceback from the connection package. During the process if

[Gnoga-list] Canvas Image Data Optimized

2015-01-30 Thread Rabbi David Botton
I've done the first round of optimization for the Image Data, interestingly the biggest bottleneck was on the use of Unbounded Strings. I will do some further tests on optimizing the data transfer itself in the future. Pascal, let me know if anything else outstanding I may have missed. Thanks!

Re: [Gnoga-list] Load problem with the AJAX implementation (Was: New Feature :) - Gnoga via http long polling and ajax - no websockets)

2015-02-05 Thread Rabbi David Botton
Well one more reason not to use that method unless designing for it (deliver page and close connection or fall back method) :) I'll look in to it though, as that shouldn't be the case. There is nothing intense going on under the covers. David Botton On Thu, Feb 5, 2015 at 8:56 AM, Jacob Sparre

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-07 Thread Rabbi David Botton
c) How GID is freed? I want to display nearly 2000 pixel, so 2000 GID created. Is it correct? Yes. If you are doing that many updates unless over time perhaps do within a larger image data and push that back to the server. d) I've got CE with function Pixel with value 0,0,0,0 In Split

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-08 Thread Rabbi David Botton
c) How GID is freed? I want to display nearly 2000 pixel, so 2000 GID created. Is it correct? Yes. If you are doing that many updates unless over time perhaps do within a larger image data and push that back to the server. I think I didn't send out an earlier e-mail with responses

Re: [Gnoga-list] make_on_windows.bat and clean_on_windows.bat files

2015-02-08 Thread Rabbi David Botton
I've modified to the two bat make_on_windows.bat and clean_on_windows.bat with your changes. Thanks! David Botton On Sun, Feb 8, 2015 at 2:09 AM, Anh (TA) Vo anhvofrc...@gmail.com wrote: Hi David, The make_on_windows.bat and clean_on_windows.bat did not work correctly on Windows with

Re: [Gnoga-list] Need some tips on how to layout elements.

2015-01-14 Thread Rabbi David Botton
Here is a three pain layout with a Tab and Card View for the Fill. David Botton with Gnoga.Gui.Base; with Gnoga.Gui.View; with Gnoga.Gui.View.Docker; with Gnoga.Gui.Element.Common; with Gnoga.Gui.View.Card; package Dapp.View is type Button_Array is array (1 .. 8) of

[Gnoga-list] Gnoga.Gui.View.Fill_Parent

2015-01-20 Thread Rabbi David Botton
There is now a new API in Gnoga.Gui.View procedure Fill_Parent (View : in out View_Base_Type); -- Cause View to expand its height and width to fill its parent's client -- area. View's parent must have Position set to Absolute, Fixed or -- Relative for Fill_Parent to work properly.

Re: [Gnoga-list] Major change to API - but should have little to no change for most

2015-01-21 Thread Rabbi David Botton
One more change, if Auto_Place is set to False on a view before creating it, it will also not have Set_View automatically applied if its parent is a Window_Type. David Botton I have removed the Attach parameter on all View types, etc. The Window_Type now watches for children created with it as

Re: [Gnoga-list] Major change to API - but should have little to no change for most

2015-01-21 Thread Rabbi David Botton
Probably related. I'll fix tonight On Jan 21, 2015 5:09 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 01/21/2015 11:54 AM, Rabbi David Botton wrote: I have removed the Attach parameter on all View types, etc. The Window_Type now watches for children created with it as the parent

Re: [Gnoga-list] Major change to API - but should have little to no change for most

2015-01-21 Thread Rabbi David Botton
Ok, fixed. I also fixed the templates for singleton and mutli_connect to remove the Attach parameter. David Botton On Wed, Jan 21, 2015 at 6:14 PM, Rabbi David Botton da...@botton.com wrote: Probably related. I'll fix tonight On Jan 21, 2015 5:09 PM, Jeffrey R. Carter jrcar...@acm.org wrote

Re: [Gnoga-list] Need some tips on how to layout elements.

2015-01-16 Thread Rabbi David Botton
Here is a simple demo using tables and and the Put_HTML technique we talked about. The only downside of this is that you would need to know some HTML. My goal will be to allow for something as simple or better with no HTML: with Gnoga.Application.Singleton; with Gnoga.Gui.Base; with

Re: [Gnoga-list] Need some tips on how to layout elements.

2015-01-14 Thread Rabbi David Botton
Ok, working on this today, sorry for the delays. David Botton On Fri, Jan 9, 2015 at 1:11 AM, Jeremiah Breeden jeremiah.bree...@gmail.com wrote: I've been trying different layouts using Gnoga, but have had trouble actually getting things to display they way I want. Is there a resource that

[Gnoga-list] Additions to test/pack.adb example

2015-01-20 Thread Rabbi David Botton
I've added examples in test/pack.adb of left and right packing, using the Grid_View_Type to layout forms and the use of Padding and Vertical_Align. Enjoy! David Botton -- New Year. New Location. New Benefits. New Data

Re: [Gnoga-list] Grid View Type in Git

2015-01-18 Thread Rabbi David Botton
:) On Jan 18, 2015 5:42 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 01/18/2015 03:17 PM, Rabbi David Botton wrote: It is not possible to do the following (test/pack.adb): Now possible? -- Jeff Carter Nobody expects the Spanish Inquisition! Monty Python's Flying Circus 22

[Gnoga-list] long_polling/ajax now as fast as WebSockets

2015-02-11 Thread Rabbi David Botton
With a new update from Dmitry and a few changes I made, the long_polling/ajax version runs just about as fast as WebSockets (upstream). David Botton -- Dive into the World of Parallel Programming. The Go Parallel Website,

Re: [Gnoga-list] long_polling/ajax now as fast as WebSockets

2015-02-11 Thread Rabbi David Botton
BTW, It is so fast you can even play snake now using Ajax! http://snake.gnoga.com/ajax.html David Botton On Wed, Feb 11, 2015 at 3:50 PM, Rabbi David Botton da...@botton.com wrote: With a new update from Dmitry and a few changes I made, the long_polling/ajax version runs just about as fast

Re: [Gnoga-list] Twice mouse move event received.

2015-02-18 Thread Rabbi David Botton
I sometimes see 1, sometimes 2 and sometimes 3. The browser is generating the events, i.e. they are not duplicates created with in the framework. David Botton On Tue, Feb 17, 2015 at 3:44 PM, Pascal blady-...@users.sf.net wrote: Hello, I've my mouse move event handler which log the

Re: [Gnoga-list] Twice mouse move event received.

2015-02-18 Thread Rabbi David Botton
Le 18 févr. 2015 à 21:01, Rabbi David Botton da...@botton.com a écrit : I sometimes see 1, sometimes 2 and sometimes 3. The browser is generating the events, i.e. they are not duplicates created with in the framework. David Botton On Tue, Feb 17, 2015 at 3:44 PM, Pascal blady

Re: [Gnoga-list] Twice mouse move event received.

2015-02-18 Thread Rabbi David Botton
Are you finding this is the case in actual tests? I'll go back and test again, but mouse events should be relative to the element they are set on. yes, tested with last commit 923e57ce1d7134fa5f583c496799827d14967609. Ok, I'll take a look since was working before. I've been a bit under the

[Gnoga-list] Completed Multimedia Bindings

2015-01-26 Thread Rabbi David Botton
I've completed the multimedia binding including events to track load, progress, etc. David Botton -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership

Re: [Gnoga-list] OAuth and OpenID

2015-01-28 Thread Rabbi David Botton
First thank you for Gnoga! The project is fantastic and its installation went flawlessly on my new Debian 7.8 install. Gnoga's cool, I like it :) How would you go to use OAuth and/or OpenID with the Gnoga framework? I searched around and found nothing about that. I've never used either,

Re: [Gnoga-list] GUI designers and Gnoga

2015-01-28 Thread Rabbi David Botton
Currently you can set Gnoga to use any html file you want with (which of course can include and CSS, etc. etc.): Application.Multi_Connect.On_Connect_Handler (Event = On_BootJS_Demo_Page'Unrestricted_Access, Path = bootjs_demo.html); In the html file you just need to have:

Re: [Gnoga-list] Pixel manipulation?

2015-01-28 Thread Rabbi David Botton
I do have the start of this working (on smaller sized Image Data). See Context.Get_Image_Data and the Image_Data_Type.Data I am not done with this, but a start. It will work for smaller areas and is only a string representation at the moment. I am working on passing large data blocks across the

Re: [Gnoga-list] GUI designers and Gnoga

2015-01-29 Thread Rabbi David Botton
29, 2015 at 8:46 AM, Rabbi David Botton da...@botton.com wrote: Already there. See InnerHTML on the document :) On Jan 29, 2015 8:30 AM, Georg Bauhaus gbauh...@googlemail.com wrote: Does this cover everything you described or you would imagine something more? It goes a long way, I guess

Re: [Gnoga-list] GUI designers and Gnoga

2015-01-29 Thread Rabbi David Botton
Already there. See InnerHTML on the document :) On Jan 29, 2015 8:30 AM, Georg Bauhaus gbauh...@googlemail.com wrote: Does this cover everything you described or you would imagine something more? It goes a long way, I guess. It seems that one could add a snapshotting facility in an

Re: [Gnoga-list] Range parameter consistency.

2015-01-25 Thread Rabbi David Botton
I've added support for Integer minimum and maximum to git. Not sure why I didn't at the time, most likely just glossed over. David Botton On Sun, Jan 25, 2015 at 5:25 AM, Pascal blady-...@users.sf.net wrote: Hello, In test/align.adb: Dec_Range : Form.Range_Type; ...

Re: [Gnoga-list] Pixel manipulation?

2015-01-25 Thread Rabbi David Botton
I'll try and have this asap. David Botton On Sun, Jan 25, 2015 at 1:14 PM, Pascal blady-...@users.sf.net wrote: Hello, I tried: Context.Get_Drawing_Context_2D (App.My_Canvas); Put_Line(Context.Execute(getImageData(10,10,50,50).data;)); with result: [object Uint8ClampedArray]

Re: [Gnoga-list] Pixel manipulation?

2015-01-25 Thread Rabbi David Botton
I really need to write a Bug Tracker ASAP. Looks like I missed this request. On Fri, Jan 2, 2015 at 5:14 AM, Pascal blady-...@users.sf.net wrote: Hello, In Gnoga.Gui.Element.Canvas.Context_2D could you add the implementation of pixel manipulation API to Gnoga TODO list?

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-01 Thread Rabbi David Botton
Added the property Pixel on Canvas for setting or getting an individual pixel. David Botton On Sat, Jan 31, 2015 at 9:34 PM, Rabbi David Botton da...@botton.com wrote: For setting pixels probably better. I was talking more about getting a pixel. In both cases I can have do all on client side

Re: [Gnoga-list] www.gnoga.com down?

2015-01-27 Thread Rabbi David Botton
Up again, playing with the site code today. On Tue, Jan 27, 2015 at 10:57 AM, Björn Lundin b.f.lun...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I browsed the site with firefox, and did some clicks on the back/forth buttons, and now, all I see is 503 - service

Re: [Gnoga-list] GUI designers and Gnoga

2015-01-28 Thread Rabbi David Botton
I have added the following to make things easier to inject HTML and CSS in to an already open page in Gnoga.Gui.View (see test/bootjs.adb) procedure Load_File (View : in out View_Base_Type; File_Name : in String; Class : in

Re: [Gnoga-list] gnoga.com is down since this morning...

2015-01-05 Thread Rabbi David Botton
It should be up again. I'll go through the logs soon. I experiment with things on the site so things do happen I should write a watch dog to let me know if it goes down though. Thanks for point it out. David Botton On Mon, Jan 5, 2015 at 10:44 AM, sr s...@ailleurs.land wrote: hoping it's

[Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-08 Thread Rabbi David Botton
Is anyone heading to FOSDEM? David Botton -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel

[Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Rabbi David Botton
I put up a new demo from Jeff Carter (and it is also in git at demo/chattanooga) on the Gnoga website, a chat app. I put it under https (although certificate is a test one) at: https://chat.gnoga.com when I can I'll be there with my e-mail da...@botton.com David Botton

Re: [Gnoga-list] Gnoga Chat Demo from Jeff Carter

2015-01-09 Thread Rabbi David Botton
Try now. It looks like something crashed and I restarted. I'll look at the log in a bit. David Botton On Fri, Jan 9, 2015 at 12:36 PM, Jeffrey R. Carter jrcar...@acm.org wrote: On 01/09/2015 09:11 AM, Rabbi David Botton wrote: I put up a new demo from Jeff Carter (and it is also in git

[Gnoga-list] Full SSL support now implemented and ready to run

2015-01-13 Thread Rabbi David Botton
It couldn't be easier to add full direct SSL support. I have setup Jeff's Chattanooga demo in git to listen on both secure and insecure ports. I have also removed the need for a special secure boot file and now boot.js detects if connection is http or https and automatically switches the websocket

[Gnoga-list] libgnutls28-dev

2015-01-13 Thread Rabbi David Botton
Just a note for those using older distros or build gnutls for use on Windows, etc. the SSL support in Gnoga requires libgnutls28-dev, I've update Gnoga.Server.Connection.Secure to reflect that. David Botton -- New Year.

[Gnoga-list] ssl chat, etc.

2015-01-13 Thread Rabbi David Botton
I have purchased an ssl wildcard certificate for Gnoga.com so https://chat.gnoga.com should not give any warnings anymore, or https://snake.gnoga.com/secure.html I'll be using it to verify the new direct ssl support in Gnoga today. David Botton

Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
From google translate: But in our family we turn simply not women. It is not because we are particularly chivalrous, I would think, more on that we do not want to damage valuable workforce. things that may you go hmmm David Botton

Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
Here, it's taken from its context, which of course may change very much of its meaning. I assumed that, its meaning, culture and its context completely lost in google, I was actually making fun of the google translation But in our family we turn simply not women. It sounded like something

Re: [Gnoga-list] Any Gnogians going to FOSDEM?

2015-01-09 Thread Rabbi David Botton
I think when IDE and GUI builder are 1.0 we should have a workshop and party here in FL :) David Botton On Fri, Jan 9, 2015 at 5:54 AM, Rabbi David Botton da...@botton.com wrote: I can't make it, so looking for someone that is and has used gnoga to talk a bit about it and or present a video I

Re: [Gnoga-list] Need some tips on how to layout elements.

2015-01-09 Thread Rabbi David Botton
In the tutorial, 'view' is a _part of_ 'App' but in the generated code 'view' _is_ 'App' In the generated code and the user_guide I show an approach of how each view is in itself a self contained unit and no App_Data is required. That makes Views reusable units, their intent. In the

[Gnoga-list] Chattanooga

2015-01-14 Thread Rabbi David Botton
The Chattanooga demo has been updated with changes from Jeff. The on-line demo has also been updated. I placed the changes needed to make Chattanooga in to the files chattanooga.gpr.secure and chattanooga-ui.adb.secure since requires setting up ssl keys anyways. David Botton

[Gnoga-list] More fail over changes - please try again

2015-02-09 Thread Rabbi David Botton
I've made a few adjustments again. If you can try the site again if it was failing for you before. Thanks! David Botton -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and

Re: [Gnoga-list] More fail over changes - please try again

2015-02-09 Thread Rabbi David Botton
You are on a satellite connection? David Botton On Mon, Feb 9, 2015 at 11:34 AM, Jeffrey R. Carter jrcar...@acm.org wrote: On 02/09/2015 08:58 AM, Rabbi David Botton wrote: I've made a few adjustments again. If you can try the site again if it was failing for you before. Chromium

Re: [Gnoga-list] More fail over changes - please try again

2015-02-10 Thread Rabbi David Botton
10:00, Björn Lundin wrote: On 2015-02-09 16:58, Rabbi David Botton wrote: I've made a few adjustments again. If you can try the site again if it was failing for you before. FF 35 and IE 11 just hangs, waiting for data, for both std and ajax versions - W7 IceWeasel on debian 64 bit

Re: [Gnoga-list] More fail over changes - please try again

2015-02-10 Thread Rabbi David Botton
, 2015 at 1:23 PM, Rabbi David Botton da...@botton.com wrote: What versions of IE and FF? Also can you make sure to clear cache or try from in private sessions. Also try /boot.html, /ajax.html and /auto.html What sort of network are you on? With a satellite network there is a large lag and some

Re: [Gnoga-list] French how to on Gnoga updated.

2015-02-10 Thread Rabbi David Botton
Updated, sorry for delay. On Sat, Feb 7, 2015 at 7:37 PM, Rabbi David Botton da...@botton.com wrote: Great I'll update the website tonight On Feb 7, 2015 7:18 AM, Pascal blady-...@users.sf.net wrote: Hello, I've updated French how to on Gnoga, see: http://blady.pagesperso-orange.fr

Re: [Gnoga-list] Try again - Bonus google ready content

2015-02-10 Thread Rabbi David Botton
Jeff, Did the old versions, i.e. two weeks ago work for you and only now failing or never worked? David Botton -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in

[Gnoga-list] One more try :)

2015-02-10 Thread Rabbi David Botton
Ok, please give another try to gnoga.com After loading (and of course this time it should work for every one ;) please try switching pages and let me know if it fails to work for you. Thanks! David Botton -- Dive into

[Gnoga-list] Try again - Bonus google ready content

2015-02-09 Thread Rabbi David Botton
I have updated again the Long Polling code it now outputs real HTML so when using that method or in fall back mode using auto.js the content should be crawlable by google, etc. Please try the updated gnoga.com again if it was not working and let me know if things working now for those it didn't

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-09 Thread Rabbi David Botton
That is a good point. I'll make that change. Are you saying there is a bug that the entire canvas disappears? On Mon, Feb 9, 2015 at 4:00 PM, Pascal blady-...@users.sf.net wrote: Le 8 févr. 2015 à 01:39, Rabbi David Botton da...@botton.com a écrit : c) How GID is freed? I want

Re: [Gnoga-list] Gnoga site

2015-02-09 Thread Rabbi David Botton
Thanks. That error is expected for the moment when the fall over happens. I'll be making another adjustment today to try and address the issues others are seeing. I start the connection in http/ajax mode which should work almost universally. I switch over to websockets though too early. It

Re: [Gnoga-list] Building with GPS

2015-01-07 Thread Rabbi David Botton
It's ok, just that it is being used makes me smile :) David Botton On Wed, Jan 7, 2015 at 7:57 AM, tony gair tonytheg...@gmail.com wrote: It had nothing to do with gnoga. Apologies for putting it up here :) On Wed, Jan 7, 2015 at 12:51 PM, Rabbi David Botton da...@botton.com wrote

Re: [Gnoga-list] Quick Gnoga project if some one interested

2015-03-20 Thread Rabbi David Botton
library from GTKAda 3 to GNOGA but not completely because of some issues I've reported on the list. linxtris is build against GTKAda 2 but I will have a try. Regards, Pascal. http://blady.pagesperso-orange.fr Le 16 mars 2015 à 19:50, Rabbi David Botton da...@botton.com a écrit : Would

Re: [Gnoga-list] Status on stability / please test

2015-03-11 Thread Rabbi David Botton
David Gressett and Bjorn can you please try http://gnoga.com/ajax.html and confirm for me if that version works or not also. David Botton On Wed, Mar 11, 2015 at 11:18 AM, Rabbi David Botton da...@botton.com wrote: I think it is down. Forgot to reset with new version. I'll have it up

[Gnoga-list] Status on stability / please test

2015-03-10 Thread Rabbi David Botton
Currently I have in git a fully rock solid stable version of Gnoga. It does have a work around for the one denial of service related bug that was left. I'm helping Dmitry to still hunt down where and how it happens, but the work around is solid even if left in place as is. I should be back on GUI

Re: [Gnoga-list] Status on stability / please test

2015-03-10 Thread Rabbi David Botton
links work - I can get to the mailing list page and the Get Ada Now page, but the internal links (About, Tools, etc.) do not work. *From:* Rabbi David Botton [mailto:da...@botton.com] *Sent:* Tuesday, March 10, 2015 1:04 PM *To:* Gnoga support list *Subject:* [Gnoga-list] Status on stability

  1   2   3   >