[Gnoga-list] Gnoga logging feature

2017-06-08 Thread Miguel Angel Olivan
Dear gnoga folks, I’m a new (and happy!) user of gonga. I was trying to complete a program with a proper logging system trying to take advantage of the already implemented gnoga.Log procedure and redirecting the default logging to a file. I had a surprise. I tried to use Log_To_File

[Gnoga-list] Reasignation concat in Escape_Quotes and Unescape_Quotes

2017-08-30 Thread Miguel Angel Olivan
Dear gnoga folks, I'm seeing some poor performance behavior in Gnoga.Gui.Element.Create_From_HTML when the created HTML is long enough (say 1Mb in my computer) I use that to insert generated SVG inside the DOM. Trying to understand what was going on, I tried with HTML of different sizes and

[Gnoga-list] Execute_Script Timeout

2018-06-21 Thread Miguel Angel Olivan
Dear gnoga folks, I have encountered some timeout problems executing Gnoga.Server.Connection.Execute_Script. If I understand the code correctly, this function tries to execute a script with a fixed timeout (3 seconds) If this execution reaches this timeout it *executes again* the script. Some