[Gambas-user] New experimental feature in revision #5964

2013-11-17 Thread Benoît Minisini
Hi, In revision #5964, I added an experimental feature that may break your projects, so read carefully: As I found stupid to translate the strings "&Open file", "Open file", "Open file..." in menus, buttons and equivalent controls, now the IDE automatically remove the "..." and the "&" from th

Re: [Gambas-user] Headlines - RegEx submatch deprecation breaks office apps

2013-11-17 Thread Benoît Minisini
Le 17/11/2013 22:56, richard terry a écrit : > Hi Benoit, List, > > I upgraded to what by accounts on the list was a stable package of > version 3.5, this immediately broke our regex.submatches with the > program crashing saying that this was 'deprecated'. > > Doing a global commit to the new synta

[Gambas-user] Headlines - RegEx submatch deprecation breaks office apps

2013-11-17 Thread richard terry
Hi Benoit, List, I upgraded to what by accounts on the list was a stable package of version 3.5, this immediately broke our regex.submatches with the program crashing saying that this was 'deprecated'. Doing a global commit to the new syntax and an svn commit of our own code then left us in a

[Gambas-user] Sistem asistance control 1.3 for those intereesting

2013-11-17 Thread PICCORO McKAY Lenz
i have released the 1.3 older version of my port from job of asistence control system.. https://github.com/mckaygerhard/simplecontrolasistencia/releases/tag/1.3-1.0 can use g translator and see what.. its just a simple registrer module of id, its main featured its that use a dactilar scanner (fin

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-17 Thread Kende Krisztián
2013-11-17 18:04 keltezéssel, PICCORO McKAY Lenz írta: > From: Tobias Boege > >> Totally right. But you talk about your system. If you apply this statement >> to Gambas, you say that we should stop making new components or adding new >> features to existing ones. This is possible but some people o

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-17 Thread PICCORO McKAY Lenz
From: Tobias Boege > > Totally right. But you talk about your system. If you apply this statement > to Gambas, you say that we should stop making new components or adding new > features to existing ones. This is possible but some people out there want > new features - and, as I said, things would

Re: [Gambas-user] gb.pcre RegExp.Replace does not work in GUI mode

2013-11-17 Thread Tobias Boege
On Sun, 17 Nov 2013, derox wrote: > Hi! > > I cannot get the RegExp.Replace function to work in a GUI application > (works wery well with CLI programs though...) > > One example is a simple form with tree components TextEdit, TextBox and a > Button, with the following code: > > Public Sub btnFin

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-17 Thread Tobias Boege
On Fri, 15 Nov 2013, PICCORO McKAY Lenz wrote: > From: Tobias Boege > > Yeah... Let's don't get political here. > > > > > PS: I'm away over the weekend. I realise that I presented my views in a > > rather destructive manner and as if they were facts - on purpose. If this > > thread becomes a flam

[Gambas-user] gb.pcre RegExp.Replace does not work in GUI mode

2013-11-17 Thread derox
Hi! I cannot get the RegExp.Replace function to work in a GUI application (works wery well with CLI programs though...) One example is a simple form with tree components TextEdit, TextBox and a Button, with the following code: Public Sub btnFind_Click() Try txtText.Text = RegExp.Replace(txtTe

Re: [Gambas-user] build JIT ?

2013-11-17 Thread Emil Lenngren
Hi. It should be possible with a distro version. However, you might have to change the configuration file for gb.jit and run autoconf. If you look at the file list of the distro llvm package, you should be able to figure out where the library is located. Den 17 nov 2013 10:06 skrev "wally" : > Hel

[Gambas-user] build JIT ?

2013-11-17 Thread wally
Hello, do i need definetively to install the libLLVM SVN version ? Not possible to use a LLVM package from distro repo ? (OpenSuse 12.3 ) || || Unable to find file: libLLVM-3.3svn.so || gb.jit is disabled || wally -- Dr