[Gambas-user] gb.web

2013-02-21 Thread Mike Crean
Hi Benoit, I am trying to get a Gambas 3 web server up and running using gb.web I just do not get it at all. I have looked at a lot of examples and threads but I just can not get a web server page up and running. I am using Apache2 and Gambas 3.4 with gb.web enabled. The aim is to use Gambas 3

Re: [Gambas-user] gb.web

2013-02-21 Thread Jussi Lahtinen
Please be more specific. Send your project and tell us what it is supposed to do and what happens instead. Or specifically what doesn't work. Here is example of server page. It doesn't work? http://gambasdoc.org/help/doc/serverpage?view Jussi On Thu, Feb 21, 2013 at 2:35 PM, Mike Crean

Re: [Gambas-user] Debian repo on a dedicated server

2013-02-21 Thread John
Well if not a daily build then how about a way to package Gambas IDE and runtime and all dep's? This way we could build only when there is a new stable version and host the download .deb files our selves. - Original Message - From: Sebastian Kulesz Sent: 02/20/13 11:30 PM To:

Re: [Gambas-user] Debian repo on a dedicated server

2013-02-21 Thread John
Didn't Steve just open an area in the forums for ARM programming useing the Gambas IDE? This would be a good place to link to the ARM files don't you think? - Original Message - From: Willy Raets Sent: 02/20/13 04:44 PM To: gambas-user@lists.sourceforge.net Subject: [Gambas-user] Debian

[Gambas-user] gb.net.curl How to upload binary files

2013-02-21 Thread Ulf Wedemeyer SpamOk
Hello Gambas experts I have been working on a small project syncing data with Google through their data API. Most of the communication works well using the HttpClient from the gb.net.curl component, but I struggling to get mimic the following curl command line. curl --silent --request POST

Re: [Gambas-user] gb.web

2013-02-21 Thread Mike Crean
Hi Jussi, Thanks for the reply. I have tried the example you have pointed to and can not get it to work. All I need to do is take data from a serial stream e.g. Stuff = A01 ON and use the print statement to display the string A01 ON on a HTML web page. I have Apache running ok and can display

Re: [Gambas-user] gb.web

2013-02-21 Thread Bruce
On Thu, 2013-02-21 at 16:53 -0800, Mike Crean wrote: Hi Jussi, Thanks for the reply. I have tried the example you have pointed to and can not get it to work. All I need to do is take data from a serial stream e.g. Stuff = A01 ON and use the print statement to display the string A01 ON on