Re: [Gambas-user] install gambas

2011-09-02 Thread JUHASZ Robert
Hello Benoit, Can you tell me how to remove the binary packages? What I installed from the software center I also removed with the software center. Robi -Original Message- From: BenoƮt Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gam

Re: [Gambas-user] Issue 96 in gambas: Importing a gambas2 form does not convert the form to gambas3

2011-09-02 Thread gambas
Comment #4 on issue 96 by adamn...@gmail.com: Importing a gambas2 form does not convert the form to gambas3 http://code.google.com/p/gambas/issues/detail?id=96 In the back of my mind there is a feeling that the same could apply to manually imported classes and modules as well. I have not had a

Re: [Gambas-user] Issue 96 in gambas: Importing a gambas2 form does not convert the form to gambas3

2011-09-02 Thread gambas
Updates: Status: Accepted Comment #3 on issue 96 by benoit.m...@gmail.com: Importing a gambas2 form does not convert the form to gambas3 http://code.google.com/p/gambas/issues/detail?id=96 OK, sorry, I didn't understood. When importing a form that way, the converter is not called. I w

Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-02 Thread Rob
Before I begin, I should tell you that I tried to duplicate your problem but got the list of programmes in my Gambas app just fine using your EXEC command, adjusted to find the copy of get_iplayer I just downloaded. I created a form with a button and a textarea and wrote this in its class: PUBL

Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-02 Thread EA7DFH
El 02/09/11 08:43, John Rose escribió: > it calls a routine containing a statement of the form: > EXEC ["get_iplayer", "--force", "--type=" & sType] TO sOutput > where sType & sOutput are both strings with sType having the value "TV". > This is equivalent to "get_iplayer --force --type="TV" run in

Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-02 Thread Ian Haywood
On Fri, Sep 2, 2011 at 4:43 PM, John Rose wrote: > get_iplayer is a very complex PERL script which I do NOT want to amend. > get_iplayer involves calling rtmpdump. rtmpdump can be executed in a > Gnome Terminal. I do not even know what language rtmpdump is written in. I wonder if the script is exp