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

2010-12-22 Thread firman
Thanks Mr. Fabien, I've tried to use that key but nothing change, and still nothing menus could show.. maybe i must change my ubuntu to 10.04 again... Fabien Bodard-4 wrote: ctrl+alt+m... to show the menu ? 2010/12/21 firman firman@gmail.com: i'm sorry,,  i've problem with my

Re: [Gambas-user] CDE. An interesting packaging tool

2010-12-22 Thread Demosthenes Koptsis
This subject was mentioned some time ago. Myself was very font of the idea to be a way to package the system libs for gambas projects together with executables. Some users said although a different opinion. This was that, it is good not to break the linux way of system libs existence. At

[Gambas-user] Button events

2010-12-22 Thread NW
I have just noticed that there is no right click event for a button. Are there any plans to add this please? Neil -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a

Re: [Gambas-user] Button events

2010-12-22 Thread Stefano Palmeri
Il mercoledì 22 dicembre 2010 10:08:55 NW ha scritto: I have just noticed that there is no right click event for a button. Are there any plans to add this please? Neil It's already there ;-) PUBLIC SUB Button1_MouseDown() IF Mouse.Right THEN PRINT right click END Saluti

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

2010-12-22 Thread Fabien Bodard
i've ubuntu 10.10 ... in fact i use actually a derivated distro : Mint 10 based on the 10.10 Maverick try to remove the ~/.config/gambas3 directory and run again gambas 2010/12/22 firman firman@gmail.com: Thanks Mr. Fabien, I've tried to use that key but nothing change, and still nothing

Re: [Gambas-user] painting graph to image continuously

2010-12-22 Thread wally
On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote: ok wally this is the full demo of what you want to do, and what you need to do for that. I use like often in gambas a data/view model ... the drawingarea is just a viewer for the data and the _draw event contain the rules do draw the

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

2010-12-22 Thread firman
i've tried again and the result still not shown menus.. i use macbuntu on 10.10 ubuntu version.. so i'll try to install gambas again.. Fabien Bodard-4 wrote: i've ubuntu 10.10 ... in fact i use actually a derivated distro : Mint 10 based on the 10.10 Maverick try to remove the

Re: [Gambas-user] CDE. An interesting packaging tool

2010-12-22 Thread Benoît Minisini
IS there any movement on the Gambas3 packaging suite to compile and/or include the runtime and libs for the various distributions? I also looked at the CDE route and exceptions can be made to keep files to a minimum and just run your app with cde gbr3 project.gambas I got minimal results

Re: [Gambas-user] Button events

2010-12-22 Thread NW
On Wed, 22 Dec 2010 12:37:12 +0100 Stefano Palmeri rospolo...@tiscali.it wrote: Il mercoledì 22 dicembre 2010 10:08:55 NW ha scritto: I have just noticed that there is no right click event for a button. Are there any plans to add this please? Neil It's already there ;-) PUBLIC SUB

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

2010-12-22 Thread Jussi Lahtinen
I can confirm that Gambas3 works perfectly with Ubuntu 10.10 64bit. Please pack your sources with another tool, I can't open it correctly with 7zip... Jussi On Wed, Dec 22, 2010 at 14:43, firman firman@gmail.com wrote: i've tried again and the result still not shown menus.. i use

[Gambas-user] Week function and localization

2010-12-22 Thread Jussi Lahtinen
? Week(Date(2005, 7, 24)) 30 Calendar says 29, however this doesn't seem to be this simple... See end of this page, section 'weeks', week number options. http://www.timeanddate.com/calendar/custommenu.html?year=2005country=9wno=5holm=1df=1 Seems that there are several ways how week numbers are

Re: [Gambas-user] Week function and localization

2010-12-22 Thread Benoît Minisini
? Week(Date(2005, 7, 24)) 30 Calendar says 29, however this doesn't seem to be this simple... See end of this page, section 'weeks', week number options. http://www.timeanddate.com/calendar/custommenu.html?year=2005country=9wno =5holm=1df=1 Seems that there are several ways how week

Re: [Gambas-user] Week function and localization

2010-12-22 Thread Jussi Lahtinen
How did I missed them... Jussi 2010/12/22 Benoît Minisini gam...@users.sourceforge.net ? Week(Date(2005, 7, 24)) 30 Calendar says 29, however this doesn't seem to be this simple... See end of this page, section 'weeks', week number options.

Re: [Gambas-user] painting graph to image continuously

2010-12-22 Thread Fabien Bodard
2010/12/22 wally wa...@voosen.eu: On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote: ok wally this is the full demo of what you want to do, and what you need to do for that. I use like often in gambas a data/view model ... the drawingarea is just a viewer for the data and the _draw

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-12-22 Thread Jussi Lahtinen
Very similar problem... Public Const LowestInteger As Integer = -2147483648 Yields; Out of range Gambas 3 rev 3389 @ Ubuntu 10.10 Jussi 2010/11/27 Benoît Minisini gam...@users.sourceforge.net In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST

Re: [Gambas-user] painting graph to image continuously

2010-12-22 Thread wally
On Wednesday 22 December 2010 18:55:55 Fabien Bodard wrote: 2010/12/22 wally wa...@voosen.eu: On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote: ok wally this is the full demo of what you want to do, and what you need to do for that. I use like often in gambas a data/view model

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-12-22 Thread Benoît Minisini
Very similar problem... Public Const LowestInteger As Integer = -2147483648 Yields; Out of range Gambas 3 rev 3389 @ Ubuntu 10.10 Jussi It should be fixed in revision #3393. Regards, -- Benoît Minisini --

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

2010-12-22 Thread firman
ok i tried using another tools for give u my project... this is my project... http://old.nabble.com/file/p30517734/TACAMCCTVrev2.tar.gz TACAMCCTVrev2.tar.gz Jussi Lahtinen wrote: I can confirm that Gambas3 works perfectly with Ubuntu 10.10 64bit. Please pack your sources with another

Re: [Gambas-user] painting graph to image continuously

2010-12-22 Thread Benoît Minisini
Benoit, here i attached a ptoject where should be immediately clear what's my problem. wally The cached DrawingArea resize problem should have been fixed in revision #3394. Regards, -- Benoît Minisini --

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

2010-12-22 Thread Fabien Bodard
a new time ... not valid archive... Reinstall your ubuntu or gambas and then use gambas to make source archive. ... or tar or try to make a simple zipfile -- Learn how Oracle Real Application Clusters (RAC) One Node