Re: [Gambas-user] Error in the documentation

2009-08-28 Thread Fabien Bodard
it's not an error it's a generic handle name like with form in your fom class code.. form_open is not the name of your form ! 2009/8/27 Pino Zollo pinozo...@gmail.com: HI Maybe there is an error in the documentation example of the instruction OPEN. --- ' Watching a

Re: [Gambas-user] type mismatch: wanted integer, got string instead (solved)

2009-08-28 Thread Fabien Bodard
try this IF NOT sRain THEN IF InStr(LCase(sRain), x) 0 OR InStr(sRain, -) 0 THEN fRain=0 ELSE TRY fRain = CFloat(sRain) IF ERROR THEN fRain=-1 'Not a Valid Number ENDIF ELSE fRain=-1 ENDIF -- Let Crystal

Re: [Gambas-user] configuring toolbar in code

2009-08-28 Thread Benoît Minisini
On Friday 28 August 2009 08:14:51 Benoît Minisini wrote: On Friday 28 August 2009 07:37:46 Benoît Minisini wrote: I wondered if anyone had the code/knew how to make ones program react to the user clickign on that little vertical button on the end of a toolbar - to popup a list

[Gambas-user] web browser.

2009-08-28 Thread abdurrahman ulusoy
when i wait for opengl selection :) , i add some codes to webbrowser (in gambas examples). if you want to develope gambasweb codes here  http://code.google.com/p/gambasweb/ ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr

Re: [Gambas-user] web browser.

2009-08-28 Thread craf
it's great¡¡¡. -Mensaje original- De: abdurrahman ulusoy uluso...@yahoo.com Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: [Gambas-user] web browser. Fecha: Fri, 28 Aug 2009 14:45:44

Re: [Gambas-user] web browser.

2009-08-28 Thread Dimitris Anogiatis
abdurrahman it works pretty well, keep up the great work :) Regards Dimitris On Fri, Aug 28, 2009 at 3:45 PM, abdurrahman ulusoy uluso...@yahoo.comwrote: when i wait for opengl selection :) , i add some codes to webbrowser (in gambas examples). if you want to develope gambasweb codes here

Re: [Gambas-user] web browser.

2009-08-28 Thread Steven James Drinnan
Does not work in gnome, need KDE to run. You may want to add that to your requirements. Steven Drinnan On Fri, 2009-08-28 at 18:11 -0600, Dimitris Anogiatis wrote: abdurrahman it works pretty well, keep up the great work :) Regards Dimitris On Fri, Aug 28, 2009 at 3:45 PM,