[Gambas-user] gambas for iphone or ipad apps

2010-08-18 Thread Tomas Rodriguez
Hi I would like to know How can I developer apps for ipod or iphone with gambas? somebody can tell me that? thanks tomas -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry

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

2010-08-18 Thread 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 SF.net email is sponsored by

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

2010-08-18 Thread 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() seemed not to work. Here's the projec

Re: [Gambas-user] error when using a custom control

2010-08-18 Thread Fabián Flores Vadell
2010/8/18 Fabien Bodard : > usercontrol is provided by gb.qt or gb.gtk ... you need to indicate in > yourcomponant what it need ! ... take a look in the project properties > dialog Thanks, Fabien. I forgot configure the tab "Requires" in the properties dialog. (But the error message led me in the

Re: [Gambas-user] error when using a custom control

2010-08-18 Thread Fabien Bodard
2010/8/18 Charlie Reinl : > Am Dienstag, den 17.08.2010, 21:18 -0300 schrieb Fabián Flores Vadell: >> Hi everybody. >> >> I wrote a custom control using Gambas 2.21, is not finished yet but I >> need test packaging and installation. >> >> I installed it on two virtualized tests machines (ubuntu and

[Gambas-user] Gambas forZ

2010-08-18 Thread admhardsoft
Sent on the TELUS Mobility network with BlackBerry -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev

Re: [Gambas-user] error when using a custom control

2010-08-18 Thread Charlie Reinl
Am Dienstag, den 17.08.2010, 21:18 -0300 schrieb Fabián Flores Vadell: > Hi everybody. > > I wrote a custom control using Gambas 2.21, is not finished yet but I > need test packaging and installation. > > I installed it on two virtualized tests machines (ubuntu and kubuntu > 10.04 by virtualbox).