Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> Benoît Minisini wrote: > > Is it better if you use the latest revision? > > > > gb.v4l now uses the standard Video4Linux conversion library, so it should > > handle the specific format of your camera correctly. > > Is it save/possible to backport this to the stable version? > > Regards, > Ron_2nd

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Ron
Benoît Minisini wrote: >> > > Is it better if you use the latest revision? > > gb.v4l now uses the standard Video4Linux conversion library, so it should > handle the specific format of your camera correctly. > > Is it save/possible to backport this to the stable version? Regards, Ron_2n

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

2009-08-25 Thread Dimitris Anogiatis
You're welcome MSulchan :) I'm glad you solved that problem and I'm glad I helped :) Keep up the good work :) Regards Dimitris On Tue, Aug 25, 2009 at 8:01 PM, MSulchan Darmawan wrote: > Pada Tue, 25 Aug 2009 04:29:32 -0600 > Dimitris Anogiatis menulis: > > > give it a try MSulchan and tell m

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Steven James Drinnan
For which version 2 or 3? Steven On Tue, 2009-08-25 at 20:30 -0400, Dr. Diesel wrote: > 2009/8/25 Benoît Minisini > > > > Not sure what to include with this, please ask for additional info. > > > Attached is a pict of some webcam weirdness with no error messages > > > generated. Doesn't appear

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

2009-08-25 Thread MSulchan Darmawan
Pada Tue, 25 Aug 2009 04:29:32 -0600 Dimitris Anogiatis menulis: > give it a try MSulchan and tell me if it works for you Thank you Dimitris, after a little try and error, I change the code into like this : IF IsNull(Val(sRain)) = FALSE THEN IF InStr(LCase(sRain), "x") > 0 OR InSt

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Dr. Diesel
2009/8/25 Benoît Minisini > > Not sure what to include with this, please ask for additional info. > > Attached is a pict of some webcam weirdness with no error messages > > generated. Doesn't appear to be a webcam issue as the image looks fine > > with Cheese Webcam Booth. > > > > This was taken

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> Not sure what to include with this, please ask for additional info. > Attached is a pict of some webcam weirdness with no error messages > generated. Doesn't appear to be a webcam issue as the image looks fine > with Cheese Webcam Booth. > > This was taken with gambas v3 SVN as of yesterday runn

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread richard terry
On Wednesday 26 August 2009 04:24:25 Joshua Higgins wrote: > Forgot to attach :-) > > >>-- Output from my ARCH linux box. [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.30-ARCH DistributionVendor=generic-undetected Arch Linux \r (\n) (\l) [Sy

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread Joshua Higgins
Forgot to attach :-) -- joshua higgins >>-- report-ng Description: Binary data -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread Joshua Higgins
Included fix for FreeBSD ram detection. -- joshua higgins >>-- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and f

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread Alonso Cardenas Marquez
2009/8/25 Jussi Lahtinen : > [OperatingSystem] > OperatingSystem=Linux > KernelRelease=2.6.28-15-generic > DistributionVendor=ubuntu > DistributionRelease="Ubuntu 9.04" > > [System] > CPUArchitecture=x86_64 > TotalRam=3993220 kB > > [Gambas] > Gambas1=Not Installed > Gambas2=2.10.2 > Gambas2Path=/u

Re: [Gambas-user] Need help / call for volunteers

2009-08-25 Thread Jussi Lahtinen
[OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.28-15-generic DistributionVendor=ubuntu DistributionRelease="Ubuntu 9.04" [System] CPUArchitecture=x86_64 TotalRam=3993220 kB [Gambas] Gambas1=Not Installed Gambas2=2.10.2 Gambas2Path=/usr/local/bin/gbx2 Gambas3=2.99.0 Gambas3Path=/usr/loc

[Gambas-user] solved dirview set path problem - sorry for bothering you

2009-08-25 Thread Ivan Williams
Greetings Solved my own problem with the default path problem - I was not in the form load area when I set the path - sorry for bothering you fine folks. Ivan I never saw a wild thing sorry for itself. A small bird will drop frozen dead from a bough Without ever having felt sorry for its

Re: [Gambas-user] howto set starting path for dirview?

2009-08-25 Thread M0E Lnx
If that doesnt work, you may have found a bug... that should be the correct method -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deploym

[Gambas-user] howto set starting path for dirview?

2009-08-25 Thread Ivan Williams
Greetings I am wring a small app that utilizes dirview. As long as the directories are contained within the user home directory the app can be utilized properly but if the user mounts a external drive the app cannot changedir to the external drive because it is mounted under the /media directo

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Fabien Bodard
Le 25 août 2009 14:07, Benoît Minisini a écrit : >> you don't understand the stop event function.. >> >> stop event stop the event propagation...(so the widjet stop to act) >> but not the current sub execution ! >> >> if you want to stop the sub too you need to add a 'return' keyword ! >> >> >> >>

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Benoît Minisini
> you don't understand the stop event function.. > > stop event stop the event propagation...(so the widjet stop to act) > but not the current sub execution ! > > if you want to stop the sub too you need to add a 'return' keyword ! > > > > if ok then > stop event > return > endif > > neverthele

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> > Not sure what to include with this, please ask for additional info. > > Attached is a pict of some webcam weirdness with no error messages > > generated. Doesn't appear to be a webcam issue as the image looks fine > > with Cheese Webcam Booth. > > > > This was taken with gambas v3 SVN as of ye

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

2009-08-25 Thread Dimitris Anogiatis
Fabien, if IsInteger(Val(sRain)) turns out to be false the select statement will check whether it's either an "x" or a "-" if that is also false then it must be a float. but looking at your remarks and taking a second look at my code I see now where I was wrong. '---

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Stefano Palmeri
Il martedì 25 agosto 2009 11:43:05 Aleksandrs Livshics ha scritto: > On Tuesday 25 August 2009 12:25:08 Fabien Bodard wrote: > > you don't understand the stop event function.. > > > > stop event stop the event propagation...(so the widjet stop to act) > > but not the current sub execution ! > > > >

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Aleksandrs Livshics
I have just found that it works (without "stop event") but only if i double click inside the slider, but NOT on it's moving part ! Aleks On Tuesday 25 August 2009 12:33:19 Fabien Bodard wrote: > nevertheless it seem to be a bad idea... can't you prefer a default > button ? to set the value ?... j

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Aleksandrs Livshics
On Tuesday 25 August 2009 12:25:08 Fabien Bodard wrote: > you don't understand the stop event function.. > > stop event stop the event propagation...(so the widjet stop to act) > but not the current sub execution ! > > if you want to stop the sub too you need to add a 'return' keyword ! > > > > if

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Ron_1st
On Tuesday 25 August 2009, Jean-Yves F. Barbier wrote: > Ron_1st a écrit : > ... > > The pwc driver returns a v4l2 installation. > > The gb.v4l component can't handle v4l2 complet/correct but only v4l1 ATM > > normally no: ie: camstream uses the v4L1 compatibility mode that I compiled > into my k

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

2009-08-25 Thread Fabien Bodard
if IsInteger(Val(sRain)) = TRUE THEN iRain = Val(sRain) 'if it's not an integer ELSE and if it's not an integer ? ... a float for exemple... and be carefull ... select case if more slow than if then why did you convert a string into a val to see if it is a string ??? 2009/8

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Fabien Bodard
nevertheless it seem to be a bad idea... can't you prefer a default button ? to set the value ?... just put it at the right of the widget 2009/8/25 Fabien Bodard : > you don't understand the stop event function.. > > stop event stop the event propagation...(so the widjet stop to act) > but not

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Fabien Bodard
you don't understand the stop event function.. stop event stop the event propagation...(so the widjet stop to act) but not the current sub execution ! if you want to stop the sub too you need to add a 'return' keyword ! if ok then stop event return endif nevertheless send me a short sampl

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

2009-08-25 Thread MSulchan Darmawan
Pada Tue, 25 Aug 2009 00:50:52 -0600 Dimitris Anogiatis menulis: > I hope this helps a bit more Great... this is more reasonable... I'll try it first... Thank you guys... -- Cheers, [-Sulchan-] Terbang dengan claws-mail 3.7.2 Mendarat di hardy heron 8.04.3 LTS signature.asc Description: PGP

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Aleksandrs Livshics
On Monday 24 August 2009 17:33:39 Fabien Bodard wrote: > 2009/8/24 Aleksandrs Livshics : > > Dear Gambas users, > > I am new to Gambas and my question may be silly, > > however I cannot find how to set a slider value in the > > code. (Not the initial value, this is easy) > > I want to specify some