Discussion:
[Gambas-user] basic web interactions
Olmec Sinclair - cleanweb
2017-07-20 23:01:47 UTC
Permalink
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 complete but this feels like a messy way of doing it.

What approach would others suggest?


I see the Gambas development environment has a software farm that offers
a user registration and login.... this is the type of thing I am trying
to achieve. What approach is used here?

Input much appreciated.


Olmec
--
*Olmec* Sinclair Web Design and Development
Phone: 021 586 664 www.cleanweb.co.nz <http://www.cleanweb.co.nz>
a***@gmail.com
2017-07-21 01:19:00 UTC
Permalink
On Fri, 21 Jul 2017 11:01:47 +1200
Post by 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 complete but this feels like a messy way of doing it.
What approach would others suggest?
gb.net.curl - which has the advantage of being able to get the file either synchronously or asynchronously.
b
Post by Olmec Sinclair - cleanweb
I see the Gambas development environment has a software farm that offers
a user registration and login.... this is the type of thing I am trying
to achieve. What approach is used here?
Input much appreciated.
Olmec
--
*Olmec* Sinclair Web Design and Development
Phone: 021 586 664 www.cleanweb.co.nz <http://www.cleanweb.co.nz>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
B Bruen <***@gnail.com (sort of)>
Loading...