Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 17:13 schrieb Benoît Minisini: > So you will be surely a source of knowledge for me in the near future. :-) Cool. Would be an honour for me to help. :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature -

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 17:22 schrieb PICCORO McKAY Lenz: > u dont undestand clarelly Christof.. i mean use the svn-git brigde to > commit to git by the svn commands of the ide! men please! dont see it? Sure, I understood. But I do not use versioning in the IDE. And I do not use Svn any more. If I have

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread PICCORO McKAY Lenz
u dont undestand clarelly Christof.. i mean use the svn-git brigde to commit to git by the svn commands of the ide! men please! dont see it? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 11:02 GMT-04:00 Christof Thalhofer : > Am 30.08.2016 um 16:51 schrieb PICCORO McKA

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Benoît Minisini
Le 30/08/2016 à 17:02, Christof Thalhofer a écrit : > Am 30.08.2016 um 16:51 schrieb PICCORO McKAY Lenz: > >> in the meantime, u can use the git-svn brigde provided by github/gitlab or >> by the linux package itselft to made that > > Thank you, but I don't use SVN any more for my projects, only Git

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread Christof Thalhofer
Am 30.08.2016 um 16:51 schrieb PICCORO McKAY Lenz: > in the meantime, u can use the git-svn brigde provided by github/gitlab or > by the linux package itselft to made that Thank you, but I don't use SVN any more for my projects, only Git. Git is easier to handle. :-) I use Git from commandline a

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-30 Thread PICCORO McKAY Lenz
in the meantime, u can use the git-svn brigde provided by github/gitlab or by the linux package itselft to made that Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 1:47 GMT-04:00 Christof Thalhofer : > Hello Benoît, > > Am 28.08.2016 um 13:32 schrieb Benoît Minisini: >

Re: [Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-29 Thread Christof Thalhofer
Hello Benoît, Am 28.08.2016 um 13:32 schrieb Benoît Minisini: > I will try to make a package of all this thing and put it on GitHub, so > I learn to use git with Gambas program (It will help me make git support > in the IDE) I do the versioning of my Gambas projects with Git for about two year

[Gambas-user] Release of Gambas 3.9 - New gb.web.form component

2016-08-28 Thread Benoît Minisini
Hi again, As you may know, there is a new component named 'gb.web.form' that allows to make web applications in a specific Gambas way, by drawing the GUI of your web application from the IDE form editor. I have made the configuration interface of a web radio project with it and I will release