Re: [Gambas-user] web cam question

2012-01-29 Thread Bruce Bruen
On Mon, 2012-01-30 at 13:57 +1100, richard terry wrote: > HI List, > > I'm using an Ipevo2 web cam in my app. > > on the barrel of this webcam is a little button which, in windows, if clicked > > takes a shot > windows software. > > I wondered if anyone would now how to access clicking this bu

Re: [Gambas-user] web cam question

2012-01-29 Thread richard terry
On Monday 30 January 2012 15:49:36 GMail wrote: thanks, I'll digest this later when I get home. richard > On Mon, 2012-01-30 at 13:57 +1100, richard terry wrote: > > HI List, > > > > I'm using an Ipevo2 web cam in my app. > > > > on the barrel of this webcam is a little button which, in windows,

Re: [Gambas-user] web cam question

2012-01-29 Thread GMail
On Mon, 2012-01-30 at 13:57 +1100, richard terry wrote: > HI List, > > I'm using an Ipevo2 web cam in my app. > > on the barrel of this webcam is a little button which, in windows, if clicked > > takes a shot > windows software. > > I wondered if anyone would now how to access clicking this bu

Re: [Gambas-user] web cam question

2012-01-29 Thread Kevin Fishburne
On 01/29/2012 09:57 PM, richard terry wrote: > HI List, > > I'm using an Ipevo2 web cam in my app. > > on the barrel of this webcam is a little button which, in windows, if clicked >> takes a shot> windows software. > I wondered if anyone would now how to access clicking this button in linux. It

[Gambas-user] web cam question

2012-01-29 Thread richard terry
HI List, I'm using an Ipevo2 web cam in my app. on the barrel of this webcam is a little button which, in windows, if clicked > takes a shot > windows software. I wondered if anyone would now how to access clicking this button in linux. Regards richard ---

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #12 on issue 206 by benoit.m...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 The e-mail used for sending messages to the mailing-list (john.aaron.r...@gmail.com) must be exactly the same than the e-mail used when subscribing (john.aaron.r...@go

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #11 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Sorry about using the 'bug reporting' to report a compilation problem. I did say on the original report that I didn't know where to report the problem. Looking at:

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #10 on issue 206 by benoit.m...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Yep. This is a bug tracker, not a forum, not a mailing-list. Please post your compilation problem

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #9 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 > I didn't have libxtst-dev installed. I don't understand why you didn't have it installed. It is on the list of -devs I gave to you at the first place. Download current

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #8 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 I didn't have libxtst-dev installed. I installed it OK. It didn't give the 'Unable to compile Gambas' message. It did give 'gbc: error: Component not found: gb.sdl.

Re: [Gambas-user] extern library

2012-01-29 Thread Wally
No other way ? On Sunday, January 29, 2012 21:17:04 Ron wrote: > Modify your systems ldconfig config. > > Regards, > Ron_2nd. > > Op 29 jan. 2012 21:04 schreef "Wally" het volgende: > > Hi > > > > how can i tell Gambas3, "Library" command to use > > "libMyLib.so" in Project Dir or somewhere e

Re: [Gambas-user] extern library

2012-01-29 Thread Ron
Modify your systems ldconfig config. Regards, Ron_2nd. Op 29 jan. 2012 21:04 schreef "Wally" het volgende: > Hi > > how can i tell Gambas3, "Library" command to use > "libMyLib.so" in Project Dir or somewhere else ? > > ' Gambas class file > Library "libMyLib:0"'<--- > > Private Exte

[Gambas-user] extern library

2012-01-29 Thread Wally
Hi how can i tell Gambas3, "Library" command to use "libMyLib.so" in Project Dir or somewhere else ? ' Gambas class file Library "libMyLib:0"'<--- Private Extern .. thx wally -- Try before you buy =

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #7 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 You have libxtst-dev installed? Did you try to compile from beginning; ./reconf-all, ./configure -C, etc? Also full logs are needed to find out what is happening. If this

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #6 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Not much has changed. The make gives: Installing the gambas examples... Compiling Automation/DBusExplorer/... gbc: error: Component not found: gb.dbus Compiling Basic/B

[Gambas-user] Disabling the window's buttons on forms

2012-01-29 Thread M. Cs.
Hello! How could I disable the Maximize, Minimize and Close buttons on a Form? If I used a borderless form, I'm losing the ability of resizing it, and If I use a form with borders, and If I start a Music on this form, it won't stop upon Close button's being pushed. Any idea? Csaba ---

[Gambas-user] INITIAL Location of Form

2012-01-29 Thread rogerHPH
How can I position a form at X=0, Y=0 at Program Start, before any other action, e.g. Timer or button_click ? I want to use full width of screen, i.e. to push the Ubuntu v11 "Launcher" bar off the Left Hand side of the screen. The Code below will position the Form anywhere on the screen on Progra

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #5 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 I think those are needed only for SDL, and so you should be able to compile gambas without them. If all others were installed, try to compile again. ---

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #4 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Sorry about that: I didn't notice the link. Just ran the apt-get. Got: The following packages have unmet dependencies. libsdl-mixer1.2-dev: Depends: libvorbis-dev bu

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #3 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 See the link I posted! -- Try before you buy = See our experts in action! The most comprehensi

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #2 on issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Please provide the names of these devs and (if not packages) where they may be obtained from. --

Re: [Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Comment #1 on issue 206 by jussi.la...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Have you installed all needed -devs? http://gambasdoc.org/help/install/ubuntu?view -- Try befo

Re: [Gambas-user] Location of the form

2012-01-29 Thread abbat
This is issue of linux. in Lxde I can not place windows on panel too. But if Screen.Height = 100% I'd like to place my window anywhere despite any panel. Jussi Lahtinen wrote: > > Maybe this is issue of your window manager. > At least with xfwm4 I cannot place windows on panels. > > Jussi >

Re: [Gambas-user] Location of the form

2012-01-29 Thread Jussi Lahtinen
Maybe this is issue of your window manager. At least with xfwm4 I cannot place windows on panels. Jussi On Sat, Jan 28, 2012 at 15:07, abbat wrote: > > It's not a clone topic. > I'm trying to ask clearly so next. > > http://old.nabble.com/file/p33219801/123.jpg > > Form location #1 > > Fmain.

Re: [Gambas-user] Gambas WebPage

2012-01-29 Thread Benoît Minisini
Le 28/01/2012 11:06, Benoît Minisini a écrit : > Hi all, > > I have started the support of a new kind of "form" in the IDE, the > "WebPage". > ... My dear, I see a lot of confusion in these answers! > Will we have access to the Request and Response just like in asp/jsp? You already have an entir

[Gambas-user] Issue 206 in gambas: Can't compile Gambas3

2012-01-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 206 by john.aaron.r...@gmail.com: Can't compile Gambas3 http://code.google.com/p/gambas/issues/detail?id=206 Not sure if this is best place to report this. notable to put o