Re: [Gambas-user] WITH and FOR EACH across .. STUB!

2010-12-26 Thread Bruce Bruen
On Mon, 27 Dec 2010 12:48:40 pm Bruce Bruen wrote: > a great deal p.s. please reply to this post rather than the original so we don't incovenience zillions of electrons. -- best regards Bruce Bruen -- Learn how Oracle

[Gambas-user] Command line gambas compiler

2010-12-26 Thread Ian Roper
Apologies if this is a double post - have been having trouble posting things to the forum. Question: Is there a way to compile a Gambas project from a command line ? ie: The Project > Make > Executable. process from the Development environment. Context: I would like to be able to have an Gambas

Re: [Gambas-user] Did anyone have a script to record webcame picture in video files

2010-12-26 Thread firman
ok.. i'll try to make source archieve, i really need faster for finishing my project, not just a record but i must try to make this program can open in browser too, but my close target now is a recorded... i'll send u a source archive after i reinstall my ubuntu and my gambas.. thanks.. Fabien

Re: [Gambas-user] hProcess is NULL

2010-12-26 Thread Ian Haywood
On Mon, Dec 27, 2010 at 4:46 AM, Demosthenes Koptsis wrote: > Hello and merry Christmas, > > i have these lines of code > > --- >  sCommand = "/opt/avast4workstation-1.3.0/bin/avast -r " & > txtVirusTempFolder.Text & "/avast-report.txt" & " -ac -t A " & > txtVirusTempFolder.Text > >  PRINT

Re: [Gambas-user] Did anyone have a script to record webcame picture in video files

2010-12-26 Thread Fabien Bodard
ok i've success to open your tarball ... but not simply... i've need to gunzip and then untar -- Fabien Bodard -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database stora

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-26 Thread Benoît Minisini
> "Gambas is an interpreted language, > with no "just-in-time" or other compilation at all." > > I think this should be: > > "Gambas is an interpreted language, > with no "just-in-time" or other compiler optimizations a

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-26 Thread Jussi Lahtinen
"Gambas is an interpreted language, with no "just-in-time" or other compilation at all." I think this should be: "Gambas is an interpreted language, with no "just-in-time" or other compiler optimizations at all." Juss

Re: [Gambas-user] Did anyone have a script to record webcame picture in video files

2010-12-26 Thread Jussi Lahtinen
No... tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors Jussi On Fri, Dec 24, 2010 at 10:11, firman wrote: > > > i've tried to open my file using right click than select using archieve > mounting after that use exp

[Gambas-user] hProcess is NULL

2010-12-26 Thread Demosthenes Koptsis
Hello and merry Christmas, i have these lines of code --- sCommand = "/opt/avast4workstation-1.3.0/bin/avast -r " & txtVirusTempFolder.Text & "/avast-report.txt" & " -ac -t A " & txtVirusTempFolder.Text PRINT sCommand hProcess1 = SHELL sCommand WAIT FOR INPUT OUTPUT AS "AntiVirRun

Re: [Gambas-user] can't copy and paste controls in gambas3

2010-12-26 Thread Zach Smith
On Fri, Dec 17, 2010 at 12:25 PM, Zach Smith wrote: > After more testing... it works with v3289 32-bit, but does not with > v3354 64-bit.  Running Arch. > The problem was that I was running a clipboard manager - Glipper. Sorry about the noise.