[Gambas-user] [Gambas Bug Tracker] Bug #1112: Request to add bufferSize configuration into Local Socket - gb.net

2017-06-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1112=L21haW4- Comment #2 by Olivier CRUILLES: Hello, Regarding the documentation of libcurl on what gb.net is based, the buffer size can be configured from default value 16kB to 512kB. I'm developing a process in Gambas to receive more than

[Gambas-user] Using a relative file path for a WebView URL

2017-06-02 Thread adamn...@gmail.com
I am trying to get a WebViewer control in a loaded library to display an html file stored inside the executable archive of a project using that library. This appears to be not possible ... in the following the main project is calling the library form Run method with a relative path say

[Gambas-user] [Gambas Bug Tracker] Bug #1112: Request to add bufferSize configuration into Local Socket - gb.net

2017-06-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1112=L21haW4- Comment #1 by Alexander KUIPER: What are you trying to achieve here? Normally you can buffer read data in a string value until you reach the LOF or a sort-of end of record marker.