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 QT.WebView > containe

[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 c