[Gambas-user] How to build Gambas - web page needs updating

2011-04-26 Thread John Spikowski
Never mind. I didn't see the switch to Gambas 2 section as I paged down to the end. -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management t

[Gambas-user] How to build Gambas - web page needs updating

2011-04-26 Thread John Spikowski
> Package list Here is the list of all packages that must be made: gambas2-devel gambas2-examples gambas2-gb-chart gambas2-gb-compress gambas2-gb-crypt gambas2-gb-db gambas2-gb-db-firebird gambas2-gb-db-form gambas2-gb-db-mysql gambas2-gb-db-odbc gambas2-gb-db-postgresql gambas2-gb-db-sqlite2 gam

Re: [Gambas-user] gb2 Eval() question

2011-04-26 Thread BenoƮt Minisini
> hi, > i've been playing around with Eval() for some days, i read that it > evaluates only expressions so i understand that DIMs raise "unexpected > DIM" but what about SHELL and EXEC which also raise "unexpected ..." > what is the difference between > Eval("hProcVar = SHELL \"zenity --info --text

Re: [Gambas-user] needing help...

2011-04-26 Thread richard terry
On Wednesday 27 April 2011 08:53:53 Hamilton Geminiano Andrioli Junior wrote: > i'm trying to make a project in GAMBAS, and I need to activate a WebCam. > When I call > > Try WebCam = New VideoDevice ("/dev/video0") > > It shows an error. > > Sometimes, when it runs, I get only static. > > Chee

[Gambas-user] needing help...

2011-04-26 Thread Hamilton Geminiano Andrioli Junior
i'm trying to make a project in GAMBAS, and I need to activate a WebCam. When I call Try WebCam = New VideoDevice ("/dev/video0") It shows an error. Sometimes, when it runs, I get only static. Cheese, aMsn and Skype works fine. Any help? Please..