Re: [Gambas-user] Gambas to python

2010-08-19 Thread Fabien Bodard
you can use process for that ... and then write on this stream 2010/8/20 Ian Haywood : > On 8/20/10, jose wrote: >> Hello, I'm half a cumbersome problem, I try to run a shell to my mplayer >> variable declared as a process. >> >> What is the running mplayer python interactive console which I call

Re: [Gambas-user] Gambas to python

2010-08-19 Thread Ian Haywood
On 8/20/10, jose wrote: > Hello, I'm half a cumbersome problem, I try to run a shell to my mplayer > variable declared as a process. > > What is the running mplayer python interactive console which I call a > player, my problem is: > > Once called the SHELL ("python"), you run the console, but not

[Gambas-user] Gambas to python

2010-08-19 Thread jose
Hello, I'm half a cumbersome problem, I try to run a shell to my mplayer variable declared as a process. What is the running mplayer python interactive console which I call a player, my problem is: Once called the SHELL ("python"), you run the console, but not how to enter new commands to the con

Re: [Gambas-user] IDE editor (small) bug? Gambas 2.9

2010-08-19 Thread nando
I thought it was a feature, but wasn't sure. I started using it. Perfect + Thanks! -- Original Message --- From: Fabien Bodard To: nand...@nothingsimple.com, mailing list for gambas users Sent: Thu, 19 Aug 2010 09:19:51 +0200 Subject: Re: [Gambas-user] IDE editor (small) bug? G

Re: [Gambas-user] gambas for iphone or ipad apps

2010-08-19 Thread Rob
On Thursday 19 August 2010 02:41, Tomas Rodriguez wrote: > I would like to know How can I developer apps for ipod or iphone with > gambas? According to Apple's own iPhone developer agreement, "Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone

Re: [Gambas-user] gambas for iphone or ipad apps

2010-08-19 Thread admhardsoft
You means that fordeveloper any apps for ipod or iphones is with xcodes on mac? Not for other enviroments? Thanks Tomas Sent on the TELUS Mobility network with BlackBerry -Original Message- From: Phm Quang Dng soleil...@gmail.com Date: Thu, 19 Aug 2010 17:55:42 To: mailing list for

Re: [Gambas-user] gambas for iphone or ipad apps

2010-08-19 Thread Phạm Quang Dương
As I know, there's no way to do that. The only way to develop app for Iphone ( and this app can run on device / sell on store ) is use xcode IDE running on Mac. -- This SF.net email is sponsored by Make an app they can't

Re: [Gambas-user] gb.image: image alpha channel accessibility

2010-08-19 Thread Fabien Bodard
2010/8/18 kevinfishburne : > > > Benoît Minisini wrote: >> >> I made an Image.DrawAlpha() method for you in revision #3101. Tell me if >> this >> is was you need. >> > > I couldn't find it in GAMBAS 2 so I built GAMBAS 3. It had the new method, > however I was unable to test it because Image.Draw()

Re: [Gambas-user] IDE editor (small) bug? Gambas 2.9

2010-08-19 Thread Fabien Bodard
2010/8/18 nando : > Example: > > IF X < 1 OR X > 100 THEN                 'My comment here > > Highlight any part of the line then press the TAB key. > Tabs are inserted at the beginning of the line. > > -Fernando > this is not a bug but a feature... when a part of a line is selected the tab is add