[Gambas-user] showdialog / showmodal auto center

2009-06-18 Thread kobolds
i found that when display a window using showdialog / showmodal , the window show with auto center on screen. i don't want that , how do i disable it. i try using the X and Y but no effect -- View this message in context: http://www.nabble.com/showdialog---showmodal-auto-center-tp24105720p241057

Re: [Gambas-user] v4l - can not open device -solved

2009-06-18 Thread Steven James Drinnan
Had another look, looks like /dev/video is no longer created in v4l so the default now is /dev/video0. I know you did not make this component. But does need to be updated to recognize v4l2 which is now the default in most major distributions. Many thanks for your patience. Steven On Fri, 2009-0

[Gambas-user] build 2027 failing

2009-06-18 Thread Zach Smith
gambas3, build 2027, x_64, arch I'm getting: make[4]: Entering directory `/home/craig/gambas3/src/trunk/gb.db.sqlite3/src' /bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -fno-omi

Re: [Gambas-user] build 2026 failing

2009-06-18 Thread richard terry
On Fri, 19 Jun 2009 09:48:08 am Benoît Minisini wrote: > > gambas3, build 2026, x_64, arch > > > > I'm getting: > > > > make[4]: Entering directory `/home/test/gambas3/src/trunk/main/gbx' > > gcc -DHAVE_CONFIG_H -I. -I.. -I../share -D_REENTRANT -I../libltdl > > -I/usr/lib/libffi-3.0.8/include > >

Re: [Gambas-user] build 2026 failing

2009-06-18 Thread Benoît Minisini
> gambas3, build 2026, x_64, arch > > I'm getting: > > make[4]: Entering directory `/home/test/gambas3/src/trunk/main/gbx' > gcc -DHAVE_CONFIG_H -I. -I.. -I../share -D_REENTRANT -I../libltdl > -I/usr/lib/libffi-3.0.8/include > -DGAMBAS_PATH="\"/home/test/gambas3/pkg/usr/bin\"" -pipe -Wall > -Wno-

[Gambas-user] build 2026 failing

2009-06-18 Thread Zach Smith
gambas3, build 2026, x_64, arch I'm getting: make[4]: Entering directory `/home/test/gambas3/src/trunk/main/gbx' gcc -DHAVE_CONFIG_H -I. -I.. -I../share -D_REENTRANT -I../libltdl -I/usr/lib/libffi-3.0.8/include -DGAMBAS_PATH="\"/home/test/gambas3/pkg/usr/bin\"" -pipe -Wall -Wno-unused-value -fs

Re: [Gambas-user] v4l - can not open device

2009-06-18 Thread Benoît Minisini
> Have you have had a chance to check it out? > I have no webcam, nor any v4l device, and I didn't make the component, so it is hard for me to help you... Try to open the device with an OPEN "" FOR READ WRITE instruction to see if you get a more detailed error message. Regards, -- Benoît

Re: [Gambas-user] v4l - can not open device

2009-06-18 Thread Steven James Drinnan
Have you have had a chance to check it out? On Mon, 2009-06-15 at 10:22 +0800, Steven James Drinnan wrote: > Hi Benoit, > > Can you look at this. > > I just upgraded to Fedora 11 x86_64 > > But when I come to test my programs with the v4l component now fails. > > I resolved this in the past b

Re: [Gambas-user] question about CATCH

2009-06-18 Thread M0E Lnx
Ok... that clears things up.. I know for a fact that FINALLY has to come before CATCH (if present) otherwise, the project wont compile... Thanks for the clearing this up for me... it's been one of those tings in the back of my head. ;)

Re: [Gambas-user] question about CATCH

2009-06-18 Thread Charlie Reinl
Am Donnerstag, den 18.06.2009, 15:31 -0500 schrieb M0E Lnx: > So I've been looking at this http://gambasdoc.org/help/lang/catch > > My question is... Can the sub/function continue after catch has been > declared, or should catch always be the last thing in the sub? > > For instance > > PUBLIC SU

[Gambas-user] question about CATCH

2009-06-18 Thread M0E Lnx
So I've been looking at this http://gambasdoc.org/help/lang/catch My question is... Can the sub/function continue after catch has been declared, or should catch always be the last thing in the sub? For instance PUBLIC SUB Save_a_file() DIM sStr AS String File.Save("/tmp/test",sStr) CATCH PRINT

[Gambas-user] Puppy

2009-06-18 Thread Mike
Hi, can anyone help with a step by step on where to download Gambas for Puppy Linux 4.2 and step by step to assemble and install on Puppy machine with all the dependences. I have tried some of the Gambas versions with the PET installer and had no luck getting things running, any help please. Th

Re: [Gambas-user] EXEC vs. SHELL

2009-06-18 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Doriano Blengino schrieb: >>> Rolf-Werner Eilert ha scritto: Doriano Blengino schrieb: > Rolf-Werner Eilert ha scritto: >> Could someone explain me why there are two different ways of executing >> shell commands and how they differ in practice? I mean, w