Re: [Gambas-user] Gambas has Gosub now!

2012-03-03 Thread nando
Superb work! Bravo! -- Original Message --- From: Benoît Minisini To: mailing list for gambas users Sent: Sun, 04 Mar 2012 02:23:57 +0100 Subject: Re: [Gambas-user] Gambas has Gosub now! > Le 04/03/2012 02:03, Emil Lenngren a écrit : > > Nice work! > > About "occupying" the Ret

Re: [Gambas-user] Gambas has Gosub now!

2012-03-03 Thread Benoît Minisini
Le 04/03/2012 02:03, Emil Lenngren a écrit : > Nice work! > About "occupying" the Return keyword, why not simply use something like > "Return Gosub" indicating that you only want to return from the Gosub, and > not the whole function? > And as I said before, the code inside a gosub must somehow use

Re: [Gambas-user] Gambas has Gosub now!

2012-03-03 Thread Emil Lenngren
Nice work! About "occupying" the Return keyword, why not simply use something like "Return Gosub" indicating that you only want to return from the Gosub, and not the whole function? And as I said before, the code inside a gosub must somehow use control variables in a deeper depth or what you say, o

[Gambas-user] Gambas has Gosub now!

2012-03-03 Thread Benoît Minisini
Hi, I have just succeeded (I think) in implementing the old Basic GOSUB instruction in Gambas in revision #4530. I did that, because it is faster than using a plain little function, if you just need to call a small piece code without needing a specific context nor arguments. The syntax is the

Re: [Gambas-user] Two short questions

2012-03-03 Thread M. Cs.
Thank you Benoit! gb.net.curl is great solution. 2012/3/3, Benoît Minisini : > Le 03/03/2012 18:53, M. Cs. a écrit : >> Hi I have two short questions: >> 1. Is it a way to handle a curl request as process? >> I use to call : >> Shell "curl http://www.mysite.com"; to $myvar >> This is a bit unsafe.

Re: [Gambas-user] Two short questions

2012-03-03 Thread Benoît Minisini
Le 03/03/2012 18:53, M. Cs. a écrit : > Hi I have two short questions: > 1. Is it a way to handle a curl request as process? > I use to call : > Shell "curl http://www.mysite.com"; to $myvar > This is a bit unsafe. If the net hangs, the program hangs too. Would I > be able to kill the process, if I

[Gambas-user] Two short questions

2012-03-03 Thread M. Cs.
Hi I have two short questions: 1. Is it a way to handle a curl request as process? I use to call : Shell "curl http://www.mysite.com"; to $myvar This is a bit unsafe. If the net hangs, the program hangs too. Would I be able to kill the process, if I created it as: $hProcess=Exec["curl","http://www.

Re: [Gambas-user] Issue 211 in gambas: Gridview multiselect

2012-03-03 Thread charlesg
works great. Thank you. gambas-4 wrote: > > Updates: > Status: Fixed > > Comment #3 on issue 211 by benoit.m...@gmail.com: Gridview multiselect > http://code.google.com/p/gambas/issues/detail?id=211 > > You can use Text inside of Title. I will add the Title synonymous anyway, > to ke

Re: [Gambas-user] Issue 219 in gambas: "GridView.Rows[X].Selected = true" do nothing

2012-03-03 Thread gambas
Comment #2 on issue 219 by albefo...@tiscali.it: "GridView.Rows[X].Selected = true" do nothing http://code.google.com/p/gambas/issues/detail?id=219 hh... are u sure? :-) now the code in in summary select from rows[X] to end of grid...

Re: [Gambas-user] Issue 219 in gambas: "GridView.Rows[X].Selected = true" do nothing

2012-03-03 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 219 by benoit.m...@gmail.com: "GridView.Rows[X].Selected = true" do nothing http://code.google.com/p/gambas/issues/detail?id=219 Fixed in revision #4529. -

[Gambas-user] Issue 219 in gambas: "GridView.Rows[X].Selected = true" do nothing

2012-03-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 219 by albefo...@tiscali.it: "GridView.Rows[X].Selected = true" do nothing http://code.google.com/p/gambas/issues/detail?id=219 The code in the summary should select a ro

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-03-03 Thread gambas
Updates: Status: Fixed Comment #16 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 OK! -- Virtu