Re: [Gambas-user] Install from Ubuntu repo - several issues

2014-12-21 Thread Lewis Balentine
Thank you Willy. Those instructions helped me as well. Lewis On 12/12/2014 08:22 AM, Willy Raets wrote: > On vr, 2014-12-12 at 05:54 -0800, LVDave wrote: >> Having used to use MSVisualBasic many moons ago, I wanted to see how close >> Gambas was to VB. Since I'm on Ubuntu 14.04, I installed Gambas

Re: [Gambas-user] DataBrowser Help Again

2014-12-21 Thread Benoît Minisini
Le 16/12/2014 13:59, Fabien Bodard a écrit : > I have problems on setting the database connection property on > databrowser too. when the cell lose the focus the connection name > desapear. > > so then i can't choose table name ! > It should be fixed in revision #6761. Regards, -- Benoît Minisi

Re: [Gambas-user] Issue 590 in gambas: Error in the keypress event

2014-12-21 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 590 by benoit.m...@gmail.com: Error in the keypress event https://code.google.com/p/gambas/issues/detail?id=590 Fixed in revision #6754. Now you get a warning message instead of an error if some code trie

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread Benoît Minisini
Le 21/12/2014 18:41, RICHARD WALKER a écrit : > Sorry to butt in but would it help to have Replace work the way Benoît > had it originally and use something else for Tobi's substitution of > one instance for a substitute string - like maybe Substitute? Or is > that already spoken for? > > Richard >

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread RICHARD WALKER
Sorry to butt in but would it help to have Replace work the way Benoît had it originally and use something else for Tobi's substitution of one instance for a substitute string - like maybe Substitute? Or is that already spoken for? Richard -

Re: [Gambas-user] New features on the wiki

2014-12-21 Thread Tobias Boege
On Sun, 21 Dec 2014, Beno?t Minisini wrote: > Le 21/12/2014 14:32, Beno?t Minisini a ?crit : > > Le 20/12/2014 11:36, Tobias Boege a ?crit : > >> > >> Better in revision #6753? The script is there but not incorporated yet > >> into > >> the Makefile. > >> > > > > Good. But why a script?? Please mak

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread Benoît Minisini
Le 21/12/2014 16:18, Tobias Boege a écrit : > On Sun, 21 Dec 2014, Beno?t Minisini wrote: >> Le 21/12/2014 14:33, Beno?t Minisini a ?crit : >>> Le 20/12/2014 09:27, Tobias Boege a ?crit : Hi, attached is a script which essentially executes Print RegExp.Replace(" * * a *

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread Tobias Boege
On Sun, 21 Dec 2014, Beno?t Minisini wrote: > Le 21/12/2014 14:33, Beno?t Minisini a ?crit : > > Le 20/12/2014 09:27, Tobias Boege a ?crit : > >> Hi, > >> > >> attached is a script which essentially executes > >> > >>Print RegExp.Replace(" * * a *", "^[ ]*\\*", "'") > >> > >> On my system the o

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread Benoît Minisini
Le 21/12/2014 14:33, Benoît Minisini a écrit : > Le 20/12/2014 09:27, Tobias Boege a écrit : >> Hi, >> >> attached is a script which essentially executes >> >>Print RegExp.Replace(" * * a *", "^[ ]*\\*", "'") >> >> On my system the output is >> >>'' a * >> >> which I don't understand. As th

Re: [Gambas-user] New features on the wiki

2014-12-21 Thread Benoît Minisini
Le 21/12/2014 14:32, Benoît Minisini a écrit : > Le 20/12/2014 11:36, Tobias Boege a écrit : >> >> Better in revision #6753? The script is there but not incorporated yet >> into >> the Makefile. >> > > Good. But why a script?? Please make a normal Gambas project so that we > don't depend on gbs3, w

Re: [Gambas-user] gb.pcre: RegExp.Replace() problem

2014-12-21 Thread Benoît Minisini
Le 20/12/2014 09:27, Tobias Boege a écrit : > Hi, > > attached is a script which essentially executes > >Print RegExp.Replace(" * * a *", "^[ ]*\\*", "'") > > On my system the output is > >'' a * > > which I don't understand. As the regular expression indicates I want only > the one match a

Re: [Gambas-user] New features on the wiki

2014-12-21 Thread Benoît Minisini
Le 20/12/2014 11:36, Tobias Boege a écrit : > > Better in revision #6753? The script is there but not incorporated yet into > the Makefile. > Good. But why a script?? Please make a normal Gambas project so that we don't depend on gbs3, which may have its own problems. Regards, -- Benoît Minisi