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

2014-11-23 Thread Pascal
--install-name - force installation under the same name, use --install-name=tools make: *** [install] Error 1 So I have to change: cd tools gprinstall -f --prefix=$(PREFIX) -p --mode=usage --install-name=tools tools.gpr What is your feedback? Regards, Pascal. http://blady.pagesperso

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

2014-12-22 Thread Pascal
/TR/2dcontext/#dom-context-2d-setlinedash Regards, Pascal. http://blady.pagesperso-orange.fr Le 22 déc. 2014 à 03:05, Rabbi David Botton da...@botton.com a écrit : Thanks David for color URL. When I tried I've got a error (missing ending #) corrected by attached patch: Sorry, that's

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

2014-12-22 Thread Pascal
(Dash_List'First) ]);); end Set_Line_Dash; And the result: HTH, Pascal. http://blady.pagesperso-orange.fr Le 22 déc. 2014 à 10:35, Pascal blady-...@users.sf.net a écrit : Hello David, The last argument of Arc_Radians and Arc_Degrees should better named Anti_Clockwise instead

Re: [Gnoga-list] Text buffer handling.

2014-12-29 Thread Pascal
in a scrolling window, input text... Thanks for taken in account this in Gnoga. HTH, Pascal. http://blady.pagesperso-orange.fr Le 28 déc. 2014 à 14:27, Rabbi David Botton da...@botton.com a écrit : I think I need to understand better how you will use it to figure out what makes the most sense

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

2014-12-29 Thread Pascal
Great David, I'll try soon. By the way, why didn't you add other mouse events as Enter, Leave, etc? Regards, Pascal. http://blady.pagesperso-orange.fr Le 29 déc. 2014 à 01:19, Rabbi David Botton da...@botton.com a écrit : Is there a way to include the received event in Mouse_Event_Record

Re: [Gnoga-list] Text buffer handling.

2014-12-29 Thread Pascal
with a specified size, a rich text buffer with cursor... Thanks and merry Christmas to all the list, Pascal. http://blady.pagesperso-orange.fr Le 24 déc. 2014 à 13:32, Rabbi David Botton da...@botton.com a écrit : For the View_Type or Console_View_Type, etc. you can use Object.innerHTML

[Gnoga-list] Reference doc generation with GPS.

2014-12-29 Thread Pascal
/gnoga.gpr +++ b/src/gnoga.gpr @@ -15,7 +15,7 @@ project Gnoga is package Binder renames Settings.Binder; package IDE is - for Documentation_Dir use ../html/gnoga_docs; + for Documentation_Dir use ../docs/html/gnoga_rm; end IDE; end Gnoga; Regards, Pascal. http

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

2014-12-29 Thread Pascal
Hello Jeff, I tried this with no more success: Graph_View.On_Context_Menu_Handler (null); In fact I want to disable the contextual menu without giving a procedure handler. May be not possible... Regards, Pascal. http://blady.pagesperso-orange.fr Le 29 déc. 2014 à 19:13, Jeffrey R

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

2014-12-31 Thread Pascal
keep them in GIT repository as they are precious for unit tests or non regression tests. However they are also good for coding inspiration. I particularly appreciate the layout of jdemo ;-) Couldn't it be native to Gnoga? Regards, Pascal. http://blady.pagesperso-orange.fr

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

2014-12-31 Thread Pascal
Le 31 déc. 2014 à 03:23, Rabbi David Botton da...@botton.com a écrit : Ok, I've added -XPRJ_TARGET=${PRJ_TARGET} to the gprbuilds and modified settings.gpr to handle the new project types. It's ok, thanks David. Regards, Pascal. http://blady.pagesperso-orange.fr

[Gnoga-list] Specific GNOGA editorial on Blady.

2015-01-02 Thread Pascal
Hello, for French readers and others ;-) a specific editorial for GNOGA 1.0 on Blady: http://blady.pagesperso-orange.fr Best wishes for GNOGA and all in 2015, Pascal. http://blady.pagesperso-orange.fr -- Dive

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

2015-02-18 Thread Pascal
events should be relative to the element they are set on. yes, tested with last commit 923e57ce1d7134fa5f583c496799827d14967609. David Botton Regards, Pascal. http://blady.pagesperso-orange.fr -- Download BIRT iHub F

Re: [Gnoga-list] Pixel manipulation?

2015-01-31 Thread Pascal
http://sourceforge.net/p/gnoga/mailman/message/33186847. Regards, Pascal. http://blady.pagesperso-orange.fr Le 30 janv. 2015 à 04:14, Rabbi David Botton da...@botton.com a écrit : Pascal let me know if I missed anything else you asked for ... Sorry it took me so long... David Botton

[Gnoga-list] Range parameter consistency.

2015-01-25 Thread Pascal
with function Minimum (should return integer) and other similar properties. Is it correct? Regards, Pascal. http://blady.pagesperso-orange.fr -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET

Re: [Gnoga-list] Pixel manipulation?

2015-01-25 Thread Pascal
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] How to transfert this array to Ada side? Regards, Pascal. http://blady.pagesperso-orange.fr Le 2 janv. 2015 à 11:14

Re: [Gnoga-list] Range parameter consistency.

2015-01-25 Thread Pascal
Thanks David, Now I wonder if slider values couldn't be also float values with float step. What do you think about? Regards, Pascal. http://blady.pagesperso-orange.fr Le 25 janv. 2015 à 16:45, Rabbi David Botton da...@botton.com a écrit : I've added support for Integer minimum and maximum

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-09 Thread Pascal
to the server. Well, in fact, the picture appears and disappears pixel after pixel. In Pixel procedure GID is somewhat local so could be replaced by a fix name like pixel_data that could be reused safely at each call. Is it correct? Regards, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] Canvas Image Data Optimized

2015-02-09 Thread Pascal
: Gnoga.Types.Pixel_Type) return gnoga.Types.RGBA_Type is begin return (Value.Red, Value.Green,Value.Blue, Gnoga.Types.Frational_Range_Type(Float(Value.Alpha)/255.0)); end; Regards, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] Put and accentuated characters?

2015-03-22 Thread Pascal
Hello David, it's ok now. Thanks, Pascal. http://blady.pagesperso-orange.fr Le 20 mars 2015 à 19:46, Rabbi David Botton da...@botton.com a écrit : Ok, UTF-8 Support is now in the latest version for Gnoga. So you can include french or any other language in strings with no issue. If you need

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

2015-03-08 Thread Pascal
Hello, tutorial updated with an introduction to 2D graphics. Also on http://www.gnoga.com/#developers. Regards, Pascal. http://blady.pagesperso-orange.fr Le 7 févr. 2015 à 13:18, Pascal blady-...@users.sf.net a écrit : Hello, I've updated French how to on Gnoga, see: http

[Gnoga-list] On_Key_Press_Handler.

2015-02-28 Thread Pascal
KEY_UP, 34 -- no key press event! -- what is the coding of key down and up? Is it the same on your side? Thanks, Pascal. http://blady.pagesperso-orange.fr -- Dive into the World of Parallel Programming The Go Parallel

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

2015-04-25 Thread Pascal
Hello David, I've logged in https://sourceforge.net/p/gnoga/tickets/7/. I also took the opportunity to log few older issues. Regards, Pascal. http://blady.pagesperso-orange.fr Le 23 avr. 2015 à 04:15, Rabbi David Botton da...@botton.com a écrit : Pascal can you resend this as a ticket. I've

[Gnoga-list] Menu bar GUI element?

2015-04-25 Thread Pascal
Hello, Without using Gnoga.Gui.Plugin.jQueryUI.Widget, what could be used to create a menu bar with several levels? Thanks, Pascal. http://blady.pagesperso-orange.fr -- One dashboard for servers and applications

Re: [Gnoga-list] Text buffer handling.

2015-04-19 Thread Pascal
Hello David, What do you think of adding coding style rules documentation? Could be useful for contributions. Regards, Pascal. http://blady.pagesperso-orange.fr Le 19 avr. 2015 à 05:49, Rabbi David Botton da...@botton.com a écrit : They look good (not my coding style, but correct :) I

Re: [Gnoga-list] SQLite database Next.

2015-05-11 Thread Pascal
? I open a ticket. Regards, Pascal. http://blady.pagesperso-orange.fr Le 11 mai 2015 à 00:12, Rabbi David Botton da...@botton.com a écrit : Just to confirm, is this something you feel needs to be changed? I'd just assume leave alone as is. David Botton On Sat, May 9, 2015 at 9:22 PM

Re: [Gnoga-list] LinXtris port news.

2015-05-11 Thread Pascal
, blue, and alpha components being given in that order for each pixel. So I'm quite lost, I should improve my English ;-) Is my declaration of Image correct? Thanks, Pascal. http://blady.pagesperso-orange.fr Le 28 avr. 2015 à 18:45, Pascal blady-...@users.sf.net a écrit : Hello, After

Re: [Gnoga-list] Browser status bar content.

2015-05-11 Thread Pascal
David, it's ok, thanks, Pascal. http://blady.pagesperso-orange.fr Le 10 mai 2015 à 21:29, Rabbi David Botton da...@botton.com a écrit : I just added to git Gnoga.Gui.Window.Browser_Status_Bar David Botton On Sun, May 10, 2015 at 11:40 AM Pascal blady-...@users.sf.net wrote: Hello

[Gnoga-list] JDBC executeUpdate.

2015-05-12 Thread Pascal
-executeQuery-executeUpdate) I've translated execute by procedure Execute_Query and executeQuery by function Query. How to translate executeUpdate? Is it Execute_Query and Affected_Rows? Thanks, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] returns in text boxes

2015-05-12 Thread Pascal
Hello Tony, yes it is the default behavior for forms. If you want to change this behavior add something like: My_Form.On_Submit_Handler (On_My_Submit'Access); HTH, Pascal. http://blady.pagesperso-orange.fr Le 12 mai 2015 à 15:13, tony gair tonytheg...@gmail.com a écrit : After you have

Re: [Gnoga-list] JDBC executeUpdate.

2015-05-16 Thread Pascal
Thanks David, Though they have the same name and parameters, It is curious as one is a procedure and the other is a function. Isn't it? Regards, Pascal. http://blady.pagesperso-orange.fr Le 15 mai 2015 à 20:09, Rabbi David Botton da...@botton.com a écrit : I've change Next to have the mode

[Gnoga-list] Program_Error with Window_Type in a package specification.

2015-04-18 Thread Pascal
Hello, a declaration of a window in a package specification provoque a Program_Error at elaboration time. I have opened a SourceForge ticket: https://sourceforge.net/p/gnoga/tickets/1/ HTH, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] On_Key_Press_Handler.

2015-04-09 Thread Pascal
is a GNOGA patch proposal: patch8.diff Description: Binary data And modified test code: essai9.adb Description: Binary data What is your feedback? Regards, Pascal. http://blady.pagesperso-orange.fr Le 9 avr. 2015 à 05:33, Jeremiah Breeden jeremiah.bree...@gmail.com a écrit : As a followup

Re: [Gnoga-list] On_Key_Press_Handler.

2015-04-07 Thread Pascal
of that in some documentation. Regards, Pascal. http://blady.pagesperso-orange.fr Le 6 avr. 2015 à 15:18, Rabbi David Botton da...@botton.com a écrit : Sure go ahead. On Mon, Apr 6, 2015 at 6:17 AM Pascal blady-...@users.sf.net wrote: Hello David, If raw codes are browser independent

Re: [Gnoga-list] On_Key_Press_Handler.

2015-04-04 Thread Pascal
Hello David, it is somewhat annoying that key handlers return different codes for the same key. Is there a way to get the same value? As GTK is defining key values in https://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h. Thanks, Pascal. http://blady.pagesperso-orange.fr Le 31 mars 2015 à

Re: [Gnoga-list] On_Key_Press_Handler.

2015-06-03 Thread Pascal
if; END Object.Fire_On_Character (C); end; Regards, Pascal. http://blady.pagesperso-orange.fr Le 2 juin 2015 à 21:41, Rabbi David Botton da...@botton.com a écrit : I have added to git your patch and added our key_code_list as Gnoga.Types.Key_Codes.ads Thanks!! David

Re: [Gnoga-list] LinXtris port news.

2015-06-03 Thread Pascal
Hello David, Unfortunately, LinXtris images are perfect square, so I can't say if it is in reverse order or not. Regards, Pascal. http://blady.pagesperso-orange.fr Le 2 juin 2015 à 19:52, Rabbi David Botton da...@botton.com a écrit : Have you tested the actual layout of the pixels by any

Re: [Gnoga-list] GET parameter list.

2015-06-03 Thread Pascal
Hello David, Yes, Gnoga.Gui.Location.Search gives me all parameters in one string. It would be more convenient if parameters were parsed in Gnoga.Types.Data_Map_Type in a similarly manner as for POST ones. What do you think of that? Regards, Pascal. http://blady.pagesperso-orange.fr Le 2 juin

[Gnoga-list] Select_Tab : which name card or tab?

2015-06-07 Thread Pascal
: Gnoga.Gui.Element.Pointer_To_Element_Class := Tab.Element (Card); begin if P /= null then Tab_Item_Access (P).Tab_Select; end if; end Select_Tab; In the second option, shouldn't the parameter Card be renamed Tab? Thanks, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] JDBC executeUpdate.

2015-06-05 Thread Pascal
Hello David, I've changed Query to Execute_Query with no compilation issue. See attached diff file: patch10.diff Description: Binary data I've also executed tutorial 10 with success. Is it correct for you? Regards, Pascal. http://blady.pagesperso-orange.fr Le 17 mai 2015 à 03:50, Rabbi

[Gnoga-list] Closing browser window.

2015-06-10 Thread Pascal
Hello, Is there a way to prevent the user to close the browser window? Thanks, Pascal. http://blady.pagesperso-orange.fr -- ___ Gnoga-list mailing list Gnoga-list

[Gnoga-list] GET parameter list.

2015-05-31 Thread Pascal
in Gnoga.Types.Data_Map_Type? For instance parsing 3 parameters in: ?cat=42053s=datenpk=1 Thanks, Pascal. http://blady.pagesperso-orange.fr -- ___ Gnoga-list mailing list Gnoga-list

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

2015-07-03 Thread Pascal
Hello, the tutorial has been updated with an introduction to views. http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf http://www.gnoga.com/#developers Regards, Pascal. http://blady.pagesperso-orange.fr Le 23 mai 2015 à 09:33, Pascal blady-...@users.sf.net a écrit : Hello

Re: [Gnoga-list] HTML direct output.

2015-05-24 Thread Pascal
in to view. The HTML will not be wrapped in a DIV -- or Span automatically, therefore HTML must be a complete block. -- e.g. pI'm a block/p brOne linebrTwo Lines/brBut not a block -- Use Put_Line or Put to wrap HTML. Regards, Pascal. http://blady.pagesperso-orange.fr Le 23 mai 2015 à 19:20

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

2015-05-23 Thread Pascal
Hello, the tutorial has been updated with an introduction to common gui elements and forms. http://blady.pagesperso-orange.fr/telechargements/gnoga/gnoga_wf.pdf http://www.gnoga.com/#developers Regards, Pascal. http://blady.pagesperso-orange.fr Le 1 mai 2015 à 15:44, Pascal blady

Re: [Gnoga-list] Grid View So Far plus some Java related stuff

2015-05-23 Thread Pascal
Hello David, Could you bring some rationale? Thanks, Pascal. http://blady.pagesperso-orange.fr Le 16 mars 2015 à 02:30, Rabbi David Botton da...@botton.com a écrit : When using the Grid view you always get best results when placing Views in to the grids instead of using the individual cell

[Gnoga-list] HTML direct output.

2015-05-23 Thread Pascal
id=g84/select option selected= value=0 id=g86/option option value=1 id=g88/option Questions: /select is added on the fist line not at the end? Names of option are not displayed? Thanks, Pascal. http://blady.pagesperso-orange.fr

[Gnoga-list] Forms with POST.

2015-08-05 Thread Pascal
:39:52.79 : File received : COPYING in COPYING.tmp No log for fspec and Some_Text? However, they are declared in Form2 with POST method. On_Post procedure should be also called. Am I missing some thing? Thanks, Pascal. http://blady.pagesperso-orange.fr

[Gnoga-list] URL decoder.

2015-08-03 Thread Pascal
There is also a function AWS.URL.Decode. I don't think Gnoga should again include AWS just for that. Should I copy Rosetta function or AWS one in Gnoga Code? Or other ideas? Thanks, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] URL decoder.

2015-08-04 Thread Pascal
Hello David, in my understanding, Unescape_Quotes processes \x.. escaped characters but not %..? Does it? Thanks, Pascal. http://blady.pagesperso-orange.fr Le 3 août 2015 à 21:50, Rabbi David Botton da...@botton.com a écrit : Did you look at Gnoga.ads - function Unescape_Quotes (S : String

Re: [Gnoga-list] URL decoder.

2015-08-08 Thread Pascal
(Ada.Strings.Unbounded.To_String (R)); else return Ada.Strings.Unbounded.To_String (R); end if; end URL_Decode; I suppose Unescape_Quotes should be also encoding aware. Shouldn't it? Regards, Pascal. http://blady.pagesperso-orange.fr Le 4 août 2015 à 20:47, Rabbi David Botton da

Re: [Gnoga-list] JDBC executeUpdate.

2015-07-13 Thread Pascal
Hello David, What is wrong? Could you be more specific? Regards, Pascal. http://blady.pagesperso-orange.fr Le 29 juin 2015 à 21:57, Rabbi David Botton da...@botton.com a écrit : When I modify the abstract class in Gnoga.Server.Database things do not work. On Fri, Jun 5, 2015 at 4:26 PM

Re: [Gnoga-list] Twin Girls

2015-11-13 Thread Pascal
Congratulations to the mother and the father. My wife is asking what are the name of the twins? Best regards, Pascal. http://blady.pagesperso-orange.fr > Le 13 nov. 2015 à 19:57, Rabbi David Botton <da...@botton.com> a écrit : > > My wife gave birth to twin girls yesterday, so

Re: [Gnoga-list] NO_SUCH_FIELD.

2015-11-02 Thread Pascal
so with simple named field as I don't expect it: sqlite> select nom from auteurs; auteurs.nom A1 Anyway thanks, Pascal. http://blady.pagesperso-orange.fr > Le 1 nov. 2015 à 01:22, Rabbi David Botton <da...@botton.com> a écrit : > > Try something like this to see how the databa

[Gnoga-list] Missing POST fields.

2015-08-28 Thread Pascal
: Semaine = j Champ Caché that is hidden field has no value. Case à Cocher that is check box field has no value. Image fields has no value. Sélection that is selection field has no value. Same behavior on Safari and on Firefox (MacOS). Where could I be wrong? Thanks, Pascal. http://blady.pagesperso

[Gnoga-list] boot_ace.html and boot.html?

2015-09-16 Thread Pascal
ng auto.js? I've tried ACE with boot.html and all seem to be ok, so what more with boot_ace.html? Thanks, Pascal. http://blady.pagesperso-orange.fr -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get rea

Re: [Gnoga-list] Somehow broke gnoga

2015-09-28 Thread Pascal
y directly the line as: for Main use ("hello.adb", "generateur_trame_vt2.adb", "import_bci.adb"); That should be the nearly the only things to modify. HTH, Pascal. http://blady.pagesperso-orange.fr Le 28 sept. 2015 à 21:43, Laurent Lutgen <laure...@p

Re: [Gnoga-list] Somehow broke gnoga

2015-09-27 Thread Pascal
editor. HTH, Pascal. http://blady.pagesperso-orange.fr Le 27 sept. 2015 à 21:18, Laurent Lutgen <laure...@pt.lu> a écrit : > I am getting some weird errors trying to compile one of my programs which > uses gnoga. > > The 1st problem I got is that if I “with” the gnoga l

[Gnoga-list] TODO updated.

2015-09-19 Thread Pascal
. A Wiki on SourceForge has been created to easy access to TODO, FAQ and more... https://sourceforge.net/p/gnoga/wiki/Home/ Keep going making propositions for Gnoga on mailing list or better create a ticket. Regards, Pascal. http://blady.pagesperso-orange.fr

[Gnoga-list] Error in Gnoga compilation.

2015-11-28 Thread Pascal
. Thanks, Pascal. http://blady.pagesperso-orange.fr -- ___ Gnoga-list mailing list Gnoga-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gnoga-list

Re: [Gnoga-list] GPR files in tutorials, with-ing the wrong GPR file?

2016-05-29 Thread Pascal
Hello Georg, Could you please pull last Gnoga from SF GIT? Is it ok now for you? Regards, Pascal. http://blady.pagesperso-orange.fr > Le 26 mai 2016 à 21:15, Pascal <blady-...@users.sf.net> a écrit : > > Hello Georg, > > Making tutorial needs making Gnoga

Re: [Gnoga-list] Question about endless connection swapping

2016-05-27 Thread Pascal
Hello Olivier, Is it stil the case with last Gnoga on SF GIT? Same with tickets:#34 "Kill the connection (eg unplug ethernet). Reconnect problem" ? And tickets:#31 "GNOGA.SERVER.CONNECTION.CONNECTION_ERROR killing Iceweasel 38.5.0" Thanks, Pascal. http://blady.pagesperso

Re: [Gnoga-list] GPR files in tutorials, with-ing the wrong GPR file?

2016-05-26 Thread Pascal
doing changes. In the meanwhile, you can change tutorial gpr files to point to src or build debug Gnoga version. HTH, Pascal. http://blady.pagesperso-orange.fr > Le 26 mai 2016 à 12:51, Georg Bauhaus <gbauh...@googlemail.com> a écrit : > > Hi, > > after a git pull, and after

Re: [Gnoga-list] Refresh button disconnects

2016-06-01 Thread Pascal
the connection? Thanks, Pascal. http://blady.pagesperso-orange.fr > Le 31 mai 2016 à 10:26, Rabbi David Botton <da...@botton.com> a écrit : > > Refresh implies a lost connection and new session on web browsers, i.e. that > is expected functionality. You could use local storage o

Re: [Gnoga-list] Still trying to logout...

2016-06-01 Thread Pascal
Hello Jean-Pierre, Can you try Jeff On_Quit procedure? See thread: https://sourceforge.net/p/gnoga/mailman/message/35125191/ Also available in Tutorial_03. HTH, Pascal. http://blady.pagesperso-orange.fr > Le 31 mai 2016 à 15:52, Jean-Pierre Rosen <ro...@adalog.fr> a écrit : >

Re: [Gnoga-list] Question about endless connection swapping

2016-05-30 Thread Pascal
Hello Jeff, If you omit "App.Window.Close;" then End_Message stay on browser page and you can reload the page for a new connection. I've updated Tutorial_03 with this exit procedure. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 16 avr. 2016 à 19:59, Jeffrey R.

[Gnoga-list] Gnoga internationalization support with Zanyblue.

2016-01-15 Thread Pascal
and do 'make connect_four'. For now, in addition to original English, only French language is present. The language displayed is set based on browser localization, so French is displayed with a French browser ;-) Feel free to propose other localizations. Enjoy, Pascal. http://blady.pagesperso

Re: [Gnoga-list] LinXtris with Gnoga.

2016-02-10 Thread Pascal
Hello David, You should update Gnoga build with commit 7243f435c971c31ee5f675fb4c9a7f65bec45b83. Free procedure for Pixel_Data_Access has been added in Gnoga.Gui.Element.Canvas.Context_2D. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 8 févr. 2016 à 23:09, Rabbi David Botton

[Gnoga-list] LinXtris with Gnoga.

2016-02-08 Thread Pascal
ement" is quite bad on my computer, maybe some rework is needed on image display. Feel free to send comments on the list. Enjoy, Pascal. http://blady.pagesperso-orange.fr -- Site24x7 APM Insight: Get Deep

Re: [Gnoga-list] fix for zannyblue build issue

2016-01-24 Thread Pascal
with the original file. I make also an improvement of the use of Zanyblue in Connect Four to address several sessions with different locales. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 21 janv. 2016 à 19:30, Rabbi David Botton <da...@botton.com> a écrit : > > I've

Re: [Gnoga-list] LinXtris Demo Problems

2016-02-12 Thread Pascal
Hello Jeff, Sorry, the former INSTALL was dedicated to GTKAda, so I hadn't push it to Gnoga. Nevertheless, I wrote a small one, just pushed to Gnoga repo. HTH, Pascal. http://blady.pagesperso-orange.fr > Le 11 févr. 2016 à 04:42, Jeffrey R. Carter <jrcar...@acm.org> a écrit : >

Re: [Gnoga-list] AdaOthello port for Gnoga

2016-03-14 Thread Pascal
Hello Jeremiah, find some answers below. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 11 mars 2016 à 01:09, Jeremiah Breeden <jeremiah.bree...@gmail.com> a > écrit : > > I've been talking with the author (Adrian Hoe) to AdaOthello, an Othello > implementation

[Gnoga-list] PragmArc error.

2016-03-02 Thread Pascal
Positive; Value : in Digit_Value) is -- Empty declarative part What was wrong? What could be a better fix? Regards, Pascal. http://blady.pagesperso-orange.fr -- Site24x7 APM Insight: Get Deep Visibility into Appli

Re: [Gnoga-list] PragmArc error.

2016-03-05 Thread Pascal
tion Element (List : Digit_List; Index : Positive) return Digit_Value; + -- If Index is a valid index into List, returns the value stored there; otherwise, returns 0 function Single_Zero return Digit_List; -- Returns a list of one digit, which is zero Regards, Pascal. http://blad

[Gnoga-list] 2D plotting XOR issue.

2016-03-09 Thread Pascal
attached screen capture. The corresponding source code is in attached text file. essai6.adb Description: Binary data Build and run, a thick line is drawn. By pressing the XOR button, the line is another time drawn with XOR operator. Two thin lines remains. Where am I wrong? Thanks, Pascal

Re: [Gnoga-list] Loopback Round Trip Latency (fix code formatting)

2016-04-04 Thread Pascal
Hello Olivier, Unfortunately, I can't help about websocket messaging :-( maybe David? However, Phaser.io seems to me so attractive to have some GNOGA bindings, to add in TODO list! Regards, Pascal. http://blady.pagesperso-orange.fr > Le 29 mars 2016 à 18:55, Olivier Henley <olivi

Re: [Gnoga-list] Problems with cards

2016-05-10 Thread Pascal
-codecs.adb Regards, Pascal. http://blady.pagesperso-orange.fr > Le 9 mai 2016 à 21:08, Jeffrey R. Carter <jrcar...@acm.org> a écrit : > > On 05/09/2016 12:03 PM, Pascal wrote: >> Could you please try the following? >> >> >From Gnoga root directory

[Gnoga-list] CONNECTION_ERROR after End_Application.

2016-04-18 Thread Pascal
could have happened? Thanks, Pascal. http://blady.pagesperso-orange.fr -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights

Re: [Gnoga-list] Zany Blue and Gnoga_Tools requirement?

2016-04-13 Thread Pascal
e 277 > zanyblue-text-codecs.adb:260:14: "Find_Codecs" called at line 320 Was it the whole gnat prints? Regards, Pascal. http://blady.pagesperso-orange.fr > Le 10 avr. 2016 à 21:03, Jeremiah Breeden <jeremiah.bree...@gmail.com> a > écrit : > > I initially built

Re: [Gnoga-list] Problems with cards

2016-05-09 Thread Pascal
Hello Jeff, Could you please try the following? >From Gnoga root directory: $ cd deps/zanyblue/src/text/ $ gnatmake -I../os -I../root -gnatcfvwa zanyblue-text-codecs.adb Thanks, Pascal. http://blady.pagesperso-orange.fr > Le 8 mai 2016 à 19:48, Jeffrey R. Carter <jrcar...@acm.org

Re: [Gnoga-list] GNOGA 1.2 beta.

2016-07-23 Thread Pascal
42b922 0x51367a 0x516bff 0x4b5988 0x7f64fd4a6e5d > 0x7f64fc72e6f8 0x7f64fca4ab5b 0xfffe The game is not well initialized, use: $ cd bin $ ./linxtris -data_dir ../demo/linxtris > > The rest seem to work normally. > > Also, I tested it with gnat gpl 2016 and the build se

[Gnoga-list] Gnoga 1.2.0.

2016-08-14 Thread Pascal
minor issues with demos, David are you ok? Thanks , Pascal. http://blady.pagesperso-orange.fr -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which

[Gnoga-list] GNOGA 1.2 beta.

2016-07-13 Thread Pascal
will be appreciated. Just get last today commit on https://sourceforge.net/p/gnoga and do: $ make gnoga $ make demo $ make tutorials and for courageous: $ make test $ cd bin and test. Feel free to report detailed issue on this list or create tickets on SF. Regards, Pascal. http://blady.pagesperso

Re: [Gnoga-list] GNOGA 1.2 beta.

2016-07-15 Thread Pascal
Hello Jeff, thanks for reporting. > Le 14 juil. 2016 à 20:35, Jeffrey R. Carter <jrcar...@acm.org> a écrit : > > On 07/13/2016 12:23 PM, Pascal wrote: >> Volunteers are welcome to test it on their own configuration. >> Mine is MacOS 10.11, GNAT GPL 2016, Safari a

[Gnoga-list] Tip of the day.

2016-07-09 Thread Pascal
Hello, You want to browse through Gnoga API, generate them with gnatdoc: $ make rm-docs $ open docs/html/gnoga_rm/index.html Regards, Pascal. http://blady.pagesperso-orange.fr -- Attend Shape: An AT Tech Expo July 15

Re: [Gnoga-list] PIXI support with sprites.

2017-02-13 Thread Pascal
://slither.io, it's cute ;-) I'd like Gnoga to allow to be able to program something like that. HTH, Pascal. http://blady.pagesperso-orange.fr > Le 13 févr. 2017 à 16:38, Gautier de Montmollin <gdem...@hotmail.com> a écrit > : > > Now the pixi sprites: > > 1) In test.gpr,

Re: [Gnoga-list] Proposal for Gnoga coding guidelines.

2017-02-11 Thread Pascal
Thanks Jean-Pierre for the idea, Nevertheless, I propose to postpone all these sort of changes (breaking interface and so on) to version 2.0. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 31 janv. 2017 à 10:09, Jean-Pierre Rosen <ro...@adalog.fr> a écrit : > > Le 30/

[Gnoga-list] PIXI support with sprites.

2017-02-11 Thread Pascal
://share.orange.fr/#TJET1aIfpf19a973b407 Regards, Pascal. http://blady.pagesperso-orange.fr -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [Gnoga-list] Problems installing GNOGA development version

2016-08-29 Thread Pascal
Hello David, thanks for reporting. Well, seems that Unix like patterns are not supported, then replace '[ab]' by '?' in Makefile (twice). Regards, Pascal. http://blady.pagesperso-orange.fr > Le 29 août 2016 à 18:13, David Gressett <dgress...@amli-denton.com> a écrit : > >>

Re: [Gnoga-list] Overall gnoga echosystem status

2016-09-20 Thread Pascal
Hello, > Le 20 sept. 2016 à 19:09, David Botton <da...@botton.com> a écrit : > > 1. Not sure Seems that the default download file is the last mainly downloaded as gpr-tools.zip has 2 and the others only 1. > > 2. Pascal, do you see any reason we need to have Zanyblu

Re: [Gnoga-list] Problems installing GNOGA development version

2016-08-28 Thread Pascal
--global core.autocrlf false Regards, Pascal. http://blady.pagesperso-orange.fr > Le 27 août 2016 à 16:29, David Gressett <dgress...@amli-denton.com> a écrit : > > I used git to get GNOGA in the state that it was in at 5:40PM CST Aug 26 > 2016. > > My compiler is

[Gnoga-list] Rép : Proposal for Gnoga coding guidelines.

2016-11-11 Thread Pascal
to put your final status on topics under discussion. Regards, Pascal. http://blady.pagesperso-orange.fr -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

[Gnoga-list] SF wiki error.

2016-10-19 Thread Pascal
Any idea? Thanks, Pascal. http://blady.pagesperso-orange.fr -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.lin

Re: [Gnoga-list] Proposal for Gnoga coding guidelines.

2016-10-19 Thread Pascal
guidelines are as closed from existing source code but all is open for suggestions, IMHO. For sure, the aim is to set a "Gnoga style" for futures code contributions. Go on sending comments, Pascal. http://blady.pagesperso-orange.fr > Le 19 oct. 2016 à 00:19, Anh (TA) Vo <anhvo

Re: [Gnoga-list] Project for someone

2016-11-24 Thread Pascal
Hello, Well, I'll try to draft something. But there many Javascript possibilities or direct HTML5: - https://spritejs.readthedocs.io/en/latest/ - http://www.createjs.com/docs/easeljs/classes/Sprite.html - others What is your advice? Regards, Pascal. http://blady.pagesperso-orange.fr > Le

Re: [Gnoga-list] Project for someone

2016-11-13 Thread Pascal
Hello, FYI, XBoard a graphical user interface in GTK for AdaChess may be useful for some graphics materials: https://www.gnu.org/software/xboard and source code: http://ftp.gnu.org/gnu/xboard HTH, Pascal. http://blady.pagesperso-orange.fr > Le 8 nov. 2016 à 22:32, David Botton

Re: [Gnoga-list] Project for someone - Chess - Sprite

2016-12-10 Thread Pascal
, do: $ make # as usual $ make gps # to launch GPS with GNAT project paths set Don't forget to set GPS variables in scenario tab. Feel free to report any bad or good results especially on Linux or Windows as I make only macOS tests. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 5

Re: [Gnoga-list] Number of active connections

2017-03-25 Thread Pascal
Hello Gautier, The connections are recorded in map Socket_Map encapsulated in protected object Connection_Manager : gnoga-server-connection.adb:913 Unfortunately there is no Connection_Manager function to return the length of the map. But it could be if you need it. HTH, Pascal. http

[Gnoga-list] Rép : PIXI support with sprites.

2017-03-18 Thread Pascal
bring more support on mnmenu plugin. Regards, Pascal. http://blady.pagesperso-orange.fr -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

[Gnoga-list] Menu support.

2017-04-01 Thread Pascal
/tree/components/mnmenu/src/ Feel free to send any comment. NB : some javascript plugins like MNMenu or PIXI seem not to be activated in Firefox (thanks to Gautier report). I have no explanation at the moment. Any ideas ? Thanks, Pascal. http://blady.pagesperso-orange.fr

Re: [Gnoga-list] Chattanooga duplicate user

2017-03-06 Thread Pascal
Hello Jeff, Your fix has been pushed on 1.2 and 1.3 branches. Regards, Pascal. http://blady.pagesperso-orange.fr > Le 21 févr. 2017 à 22:48, Jeffrey R. Carter <jrcar...@acm.org> a écrit : > > A fix for this is now in the GitHub repository > > > https://github.

  1   2   >