Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread Tobias Boege
On Mon, 13 Mar 2017, PICCORO McKAY Lenz wrote: > 2017-03-13 18:09 GMT-04:00 Tobias Boege : > > > On Thu, 16 Feb 2017, Benoît Minisini wrote: > > > > Normal Gambas CGI, i.e. a Gambas script with gb.web, also works fine. > > > > > > > > But I have no idea about gb.web.form. > > > > > > Projects usin

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread PICCORO McKAY Lenz
2017-03-13 18:09 GMT-04:00 Tobias Boege : > On Thu, 16 Feb 2017, Benoît Minisini wrote: > > > Normal Gambas CGI, i.e. a Gambas script with gb.web, also works fine. > > > > > > But I have no idea about gb.web.form. > > > > Projects using gb.web.form are CGI scripts too, no difference. > after too

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread Tobias Boege
On Thu, 16 Feb 2017, Benoît Minisini wrote: > Le 16/02/2017 à 03:20, Tobias Boege a écrit : > > Hi list, > > > > has anyone here ever set up a real HTTP server for running gb.web.form > > applications? I've decided to use nginx and setting up https there was > > easy enough (https being the the rea

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread PICCORO McKAY Lenz
thanks adrian thanks fabian.. ahhh i can see the trick! that's why the installer script rename the compiled app and added and extension ".cgi" right? of course, thanks for the hint! how stupid i feel jajaja now i can understand benoit was talking about! so in general, make a gambas program that ge

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Adrien Prokopowicz
Le Mon, 13 Mar 2017 17:06:44 +0100, PICCORO McKAY Lenz a écrit: 2017-03-13 11:36 GMT-04:00 Benoît Minisini : Configuring the execution of a CGI script has nothing to do with Gambas, it's purely a specific web server configuration thing. again in same place, starting from zero! and readin

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Fabien Bodard
I have a problems with the physical server since days now... need to wait Le 13 mars 2017 22:06, "Fabien Bodard" a écrit : > Maybe me 😀 as I have writted it with Adrien and also because I'm the > administrator of the site. Well a bad administrator but the site run for > years now without crash.

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Fabien Bodard
Maybe me 😀 as I have writted it with Adrien and also because I'm the administrator of the site. Well a bad administrator but the site run for years now without crash. If you are a kind man I can open a door for you to see the site from the inside. Can I have confidence to you ? Write me in private

Re: [Gambas-user] Map sample code?

2017-03-13 Thread Fabien Bodard
There is one in the examples Le 13 mars 2017 15:53, "sbungay" a écrit : > > Anyone got a good piece of sample code of using the Map control? >-- > Stephen Bungay > Smarts On Site > Information Systems & Support Services > 705-734-0597 > --

[Gambas-user] WebView its a qt4 only ?

2017-03-13 Thread PICCORO McKAY Lenz
in the wiki documentation said that any gambas component have and alternative in qt and gtk respectively.. are the webkit based webview component relies only in qt4 ? so how many components are only qt4/qt5 ? and who are gtk available? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.c

Re: [Gambas-user] decode json string in standard application

2017-03-13 Thread PICCORO McKAY Lenz
hello jsbsan, this are helpfully for those that dont understand and/or doesn are able to integrate webservices with desktop app.. http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html NOTE: for understand the code must compare and read the implementation code in php:

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread PICCORO McKAY Lenz
2017-03-13 11:36 GMT-04:00 Benoît Minisini : > Configuring the execution of a CGI script has nothing to do with Gambas, > it's purely a specific web server configuration thing. > > again in same place, starting from zero! and reading the cgi principes! arrr! does any body know how to configur

Re: [Gambas-user] configure and use gambas web programs

2017-03-13 Thread Benoît Minisini
Le 13/03/2017 à 16:29, PICCORO McKAY Lenz a écrit : > hi benoit i'm back! again with gambas web, and amnesia! > > 2017-02-15 22:33 GMT-04:00 Benoît Minisini : > >> Example with the configuration file of lighttpd: >> >> ... >> # This tells that all and executable files are cgi scripts, >> # and just

[Gambas-user] configure and use gambas web programs

2017-03-13 Thread PICCORO McKAY Lenz
hi benoit i'm back! again with gambas web, and amnesia! 2017-02-15 22:33 GMT-04:00 Benoît Minisini : > Example with the configuration file of lighttpd: > > ... > # This tells that all and executable files are cgi scripts, > # and just them > cgi.execute-x-only = "enable" > cgi.assign = ( "" => ""

Re: [Gambas-user] sourceforge , git and gitlab, time to switch to gitlab

2017-03-13 Thread PICCORO McKAY Lenz
sorry i forget to adde too: https://gitlab.com/help/workflow/importing/migrating_from_svn i prefer svn2git and the user map link i shared before works with it! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-03-13 11:15 GMT-04:00 PICCORO McKAY Lenz : > the history will not b

Re: [Gambas-user] sourceforge , git and gitlab, time to switch to gitlab

2017-03-13 Thread PICCORO McKAY Lenz
the history will not be missing at all! CITED: > Group members will get exported as project members, as long as the user has master or admin access to the group where the exported project lives. An admin in the import side is required to map the users, based on email or username. Otherwise, a supp

[Gambas-user] Map sample code?

2017-03-13 Thread sbungay
Anyone got a good piece of sample code of using the Map control? -- Stephen Bungay Smarts On Site Information Systems & Support Services 705-734-0597 -- Check out the vibrant tech community on one of the world's m

Re: [Gambas-user] sourceforge , git and gitlab, time to switch to gitlab

2017-03-13 Thread Benoît Minisini
Le 13/03/2017 à 15:16, PICCORO McKAY Lenz a écrit : > i'm back for this land and in my firts 2017 mail to this i see some notes > about sourgeforce > > 2017-02-25 20:37 GMT-04:00 Jesus Guardon : > >> El 25/2/17 a las 20:17, Benoît Minisini escribió: >>> Moreover, the Sourceforge svn commit mails ar

[Gambas-user] sourceforge , git and gitlab, time to switch to gitlab

2017-03-13 Thread PICCORO McKAY Lenz
i'm back for this land and in my firts 2017 mail to this i see some notes about sourgeforce 2017-02-25 20:37 GMT-04:00 Jesus Guardon : > El 25/2/17 a las 20:17, Benoît Minisini escribió: > > Moreover, the Sourceforge svn commit mails are still broken, they > > apparently haven't fixed them for we