[Gambas-user] Create Login Session

2015-02-26 Thread Isro' Hidayatulloh
Hi, I am new Gambas user, I will make an application. But I need to login first to access another aplication using login. Did anyone create login session in gambas? how to do this? -- Dive into the World of Parallel

[Gambas-user] Crash in MapView and gb.net.curl

2015-02-26 Thread Benoît Minisini
I found who was guilty: Ubuntu. Gambas component that use thread needs the interpreter to be linked with the system thread library, even if the interpreter does not use it. Alas, I have just discovered that Ubuntu adds some global compiler configuration that automatically remove linked

Re: [Gambas-user] Standard Input Exec

2015-02-26 Thread Tobias Boege
On Thu, 26 Feb 2015, John Rose wrote: Forwarded Message Subject: Re: [Gambas-user] Standard Input Exec Date: Thu, 26 Feb 2015 00:43:46 +0100 From: Tobias Boege tabo...@gmail.com Reply-To: mailing list for gambas users

Re: [Gambas-user] Crash in MapView and gb.net.curl

2015-02-26 Thread Benoît Minisini
Le 26/02/2015 22:56, Benoît Minisini a écrit : I found who was guilty: Ubuntu. Gambas component that use thread needs the interpreter to be linked with the system thread library, even if the interpreter does not use it. Alas, I have just discovered that Ubuntu adds some global compiler

Re: [Gambas-user] Match operator always matches Null

2015-02-26 Thread Tobias Boege
On Fri, 27 Feb 2015, Tobias Boege wrote: Hi, I feel like I already asked about this but didn't find it in my archives, so I probably didn't... We saw that the Match operator always matches the emtpy string In case you didn't know, the emtpy string is another expression for empty string.

[Gambas-user] Match operator always matches Null

2015-02-26 Thread Tobias Boege
Hi, I feel like I already asked about this but didn't find it in my archives, so I probably didn't... We saw that the Match operator always matches the emtpy string, even if the pattern wants non-empty strings: $ gbx3 -e 'Null Match a' True Regards, Tobi -- There's an old saying: Don't