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

[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