Re: [Gambas-user] basic web interactions

2017-07-20 Thread adamn...@gmail.com
On Fri, 21 Jul 2017 11:01:47 +1200 Olmec Sinclair - cleanweb wrote: > Hi, > > I am developing a gambas application and I want to talk to a web server, > passing some parameters and getting an XML response back. > > I have cobbled together a way of doing this by using the

[Gambas-user] basic web interactions

2017-07-20 Thread Olmec Sinclair - cleanweb
Hi, I am developing a gambas application and I want to talk to a web server, passing some parameters and getting an XML response back. I have cobbled together a way of doing this by using the QT.WebView container and setting the URL with the request and catching the content when loading is

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-20 Thread Christof Thalhofer
Hi, Am 18.07.2017 um 17:56 schrieb BenoƮt Minisini via Gambas-user: > I have just uploaded the source tarball of Gambas 3.10 on Sourceforge: > > https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.10.0.tar.bz2/download > > Can people test it and report any problem before I make the

Re: [Gambas-user] reading files

2017-07-20 Thread Tony Morehen
Audio or development On 2017-07-20 02:40 PM, Hans Lehmann wrote: Am 20.07.2017 um 20:27 schrieb Tony Morehen: I've uploaded the class with a short command line demo to the software farm. Hello Tony, under which heading can I find the class in the software farm? Honsek

Re: [Gambas-user] reading files

2017-07-20 Thread Tony Morehen
I've uploaded the class with a short command line demo to the software farm. On 2017-07-20 12:22 PM, Gianluigi wrote: Hi Tony, Sorry if i answered instead of you, but I did not understand who the question was for :-( Regards Gianluigi 2017-07-20 15:35 GMT+02:00 Tony Morehen

[Gambas-user] [Gambas Bug Tracker] Bug #1128: Message.Question should return -1 on cancel

2017-07-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1128=L21haW4- Comment #3 by PICCORO LENZ MCKAY: inside the ide you can click as if you are into a browser... and see documentation in message.question or whatever.. also remenber that some wiki's are not updated, by example i try to mantain the

Re: [Gambas-user] systray seems do not work with qt5

2017-07-20 Thread PICCORO McKAY Lenz
Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-19 18:38 GMT-04:00 herberth guzman : > Fabien > > I did what you suggested and it does not work for me. > Show me the following message > > FMain.ArrangeTray.28: > QXcbWindow: Unhandled client

Re: [Gambas-user] reading files

2017-07-20 Thread Gianluigi
Hi Tony, Sorry if i answered instead of you, but I did not understand who the question was for :-( Regards Gianluigi 2017-07-20 15:35 GMT+02:00 Tony Morehen : > It is my code. It started off life as part of a cd ripper program I wrote > in 2010 in vb6. It was

Re: [Gambas-user] New Gambas on Suse

2017-07-20 Thread Matti
Hi Rolf, someone is putting the Gambas updates into the Suse repo. Why should there be an exception with 3.10? We'll see soon... Matti Am 20.07.2017 um 15:35 schrieb Rolf-Werner Eilert: Hi folks, Now that the next version of Gambas is en route, I wonder whether it will come on Suse Leap

Re: [Gambas-user] reading files

2017-07-20 Thread Tony Morehen
It is my code. It started off life as part of a cd ripper program I wrote in 2010 in vb6. It was inspired by code provided by Steve McMahon (st...@vbaccelerator.com) under an Apache style licence. The code has since been heavily rewritten, translated to vb.net and finally translated to

[Gambas-user] New Gambas on Suse

2017-07-20 Thread Rolf-Werner Eilert
Hi folks, Now that the next version of Gambas is en route, I wonder whether it will come on Suse Leap 42.2 automatically, as there are lots of updates to Gambas each time I update the system. Or will I have to compile myself, as I was used to do on my older systems? Thank you for your

Re: [Gambas-user] reading files

2017-07-20 Thread Shane
with the code i was trying to adapt you can't i was getting strange values eg. a struct size of 208 when it was meant to be 128 and for some strange reason get end of file when seeking to eof less header even if i backed up more than the 208 bytes i can see that tony didn't right it i

Re: [Gambas-user] reading files

2017-07-20 Thread Gianluigi
2017-07-20 12:09 GMT+02:00 Shane : > yep can't use structs have to do like tony's code works perfect thanks > again tony > h are you sure? > > p.s is this your code ? > No, but you can easily see who wrote it :) > > > > On 20/07/17 19:56, Gianluigi wrote: > >>

Re: [Gambas-user] reading files

2017-07-20 Thread Shane
yep can't use structs have to do like tony's code works perfect thanks again tony p.s is this your code ? On 20/07/17 19:56, Gianluigi wrote: Right ... and a look here too [0] Ciao :) Gianluigi [0] http://www.gambas-it.org/smf/index.php?topic=5794.msg41793#msg41793 2017-07-20 3:15

Re: [Gambas-user] reading files

2017-07-20 Thread Gianluigi
Right ... and a look here too [0] Ciao :) Gianluigi [0] http://www.gambas-it.org/smf/index.php?topic=5794.msg41793#msg41793 2017-07-20 3:15 GMT+02:00 Shane : > thanks tony sounds like just what i needed i will take a look > > cheers > > > > On 19/07/17 22:34, Tony