[Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-09 Thread Swee Kwang Tan
Following code is my program, its has the ilegal instruction bug. In the main class PUBLIC SUB Main()   DIM fd AS FlowData   DIM at AS ShiXing   at = NEW ShiXing(fd)     END In the FlowData class PUBLIC CONST ZhengYin AS Integer = 0 PUBLIC CONST BiJian AS Integer = 1

Re: [Gambas-user] glut

2009-08-09 Thread Fabien Bodard
no but you can use gb.sdl for the same thing 2009/8/9 abdurrahman ulusoy uluso...@yahoo.com: hi i think there arent glut library in gambas. do you think import it.      ___ Yahoo! Türkiye açıldı!  http://yahoo.com.tr

Re: [Gambas-user] How to make a movie-type screen dump

2009-08-09 Thread Fabien Bodard
http://en.wikipedia.org/wiki/Recordmydesktop 2009/8/9 richard terry rte...@pacific.net.au: I wondered if anyone knew how to do a screen capture of ones actions whilst using a program for demonstration purposes? Regards Richard

[Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
I wondered if it is possible to capture part of a screen within one's own gambas program as a png file say, for use within the program? Any help appreciated. Richard -- Let Crystal Reports handle the reporting - Free

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
when i import gb.sdl error These components are incompatible: gb.qt,gbsdl --- 09/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor: Kimden: Fabien Bodard gambas...@gmail.com Konu: Re: [Gambas-user] glut Kime: mailing list for gambas users gambas-user@lists.sourceforge.net

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Joshua Higgins
You could use a SHELL import -window root myscreenshot.png and then load the resulting image. If you leave out the -window root bit, it allows you to click and drag over a section of the screen to just capture that bit. 2009/8/9 richard terry rte...@pacific.net.au I wondered if it is

Re: [Gambas-user] glut

2009-08-09 Thread Fabien Bodard
yes it's true ... so what did you need ? qt.opengl ? 2009/8/9 abdurrahman ulusoy uluso...@yahoo.com: when i import gb.sdl error These components are incompatible: gb.qt,gbsdl --- 09/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor: Kimden: Fabien Bodard

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Fabien Bodard
2009/8/9 Joshua Higgins joshigg...@googlemail.com: You could use a SHELL import -window root myscreenshot.png and then load the resulting image. If you leave out the -window root bit, it allows you to click and drag over a section of the screen to just capture that bit. Picture =

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Fabien Bodard
http://gambasdoc.org/help/comp/gb.qt/control/grab 2009/8/9 Fabien Bodard gambas...@gmail.com: 2009/8/9 Joshua Higgins joshigg...@googlemail.com: You could use a SHELL import -window root myscreenshot.png and then load the resulting image. If you leave out the -window root bit, it allows

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
i saw few example, object selection in glarea  with glut and glut has some ready objects ( cylinder, box, teapot, etc...) .   if ther are  object selection (with mouse) example  in opengl in gambas this is enough for me. i dont use ready drawings. --- 09/08/09 Pzr tarihinde Fabien Bodard

Re: [Gambas-user] glut

2009-08-09 Thread Fabien Bodard
try to join lordheavy for that, he is the maintainer of the ogl part lordhea...@gmail.com 2009/8/9 abdurrahman ulusoy uluso...@yahoo.com: i saw few example, object selection in glarea  with glut and glut has some ready objects ( cylinder, box, teapot, etc...) .   if ther are  object

Re: [Gambas-user] glut

2009-08-09 Thread Fabien Bodard
He's true name is Laurent Carlier :) 2009/8/9 Fabien Bodard gambas...@gmail.com: try to join lordheavy for that, he is the maintainer of the ogl part lordhea...@gmail.com 2009/8/9 abdurrahman ulusoy uluso...@yahoo.com: i saw few example, object selection in glarea  with glut and glut has

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
On Sun, 9 Aug 2009 09:00:52 pm Fabien Bodard wrote: 2009/8/9 Joshua Higgins joshigg...@googlemail.com: You could use a SHELL import -window root myscreenshot.png and then load the resulting image. If you leave out the -window root bit, it allows you to click and drag over a section

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
ok. thanks. --- 09/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor: Kimden: Fabien Bodard gambas...@gmail.com Konu: Re: [Gambas-user] glut Kime: mailing list for gambas users gambas-user@lists.sourceforge.net Tarihi: 9 Ağustos 2009 Pazar, 14:18 try to join lordheavy for

Re: [Gambas-user] How to make a movie-type screen dump

2009-08-09 Thread Charlie Reinl
Am Sonntag, den 09.08.2009, 12:22 +0200 schrieb Fabien Bodard: http://en.wikipedia.org/wiki/Recordmydesktop 2009/8/9 richard terry rte...@pacific.net.au: I wondered if anyone knew how to do a screen capture of ones actions whilst using a program for demonstration purposes? Regards

Re: [Gambas-user] Problem updating svn from revision 2209

2009-08-09 Thread Gaël Le Hec'H
subversion feels stupid there. Just remove the libltdl directory by hand before doing 'svn update'. succeeded to update after removal of main/libltdl but with revision 2228 I get this error when reconf-all /usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR

Re: [Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-09 Thread Doriano Blengino
Swee Kwang Tan ha scritto: Following code is my program, its has the ilegal instruction bug. In the main class PUBLIC SUB Main() DIM fd AS FlowData DIM at AS ShiXing at = NEW ShiXing(fd) END In the FlowData class PUBLIC CONST ZhengYin AS Integer = 0

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your system, as gcc tells it does not recognize an option... Please post the full output of the compilation process, i.e. with configure. And try to

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Benoît Minisini
Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your system, as gcc tells it does not recognize an option... Please post the full output of the compilation process, i.e. with configure.

Re: [Gambas-user] Problem updating svn from revision 2209

2009-08-09 Thread Dr. Diesel
On Sun, Aug 9, 2009 at 10:07 AM, Gaël Le Hec'H gael.leh...@gmail.comwrote: subversion feels stupid there. Just remove the libltdl directory by hand before doing 'svn update'. succeeded to update after removal of main/libltdl but with revision 2228 I get this error when reconf-all

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your system, as gcc tells it does not recognize an option... Please post the full output of the compilation process, i.e.

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Dr. Diesel
On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani leona...@leonardomiliani.com wrote: Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your system, as gcc tells it

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Dr. Diesel ha scritto: On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani leona...@leonardomiliani.com wrote: Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Leonardo Miliani ha scritto: Dr. Diesel ha scritto: On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani leona...@leonardomiliani.com wrote: Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Benoît Minisini
Leonardo Miliani ha scritto: Dr. Diesel ha scritto: On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani leona...@leonardomiliani.com wrote: Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN.

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Benoît Minisini
After reinstalling gcc configure reports the following about gcc: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...

[Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second edit the sql code (text directly)

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second edit the sql code (text

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Dr. Diesel
2009/8/9 Benoît Minisini gam...@users.sourceforge.net After reinstalling gcc configure reports the following about gcc: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross

Re: [Gambas-user] glut

2009-08-09 Thread Laurent Carlier
Le dimanche 09 août 2009 13:28:53 abdurrahman ulusoy, vous avez écrit : ok. thanks. --- 09/08/09 Pzr tarihinde Fabien Bodard gambas...@gmail.com şöyle yazıyor: Kimden: Fabien Bodard gambas...@gmail.com Konu: Re: [Gambas-user] glut Kime: mailing list for gambas users

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
kobolds a écrit : I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second edit the

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Benoît Minisini
2009/8/9 Benoît Minisini gam...@users.sourceforge.net After reinstalling gcc configure reports the following about gcc: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
Benoît Minisini wrote: I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: kobolds a écrit : I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: Benoît Minisini wrote: I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option .

Re: [Gambas-user] Problem updating svn from revision 2209

2009-08-09 Thread Gaël Le Hec'H
libtool-1.5.26 regards, Gaël -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
kobolds a écrit : ... ? A really good program doesn't contains much of SQL code, and if so, you just have to put it in only one class and that's all the most funny things I ever heard . in my 9 years of programming experiences, I had been mostly involved in database programs . some of it

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
i know this docs.  i dont know C and docs. examaples and description for  C code. so i cant use in gambas. --- 09/08/09 Pzr tarihinde Laurent Carlier lordhea...@gmail.com şöyle yazıyor: Kimden: Laurent Carlier lordhea...@gmail.com Konu: Re: [Gambas-user] glut Kime: mailing list for gambas

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Doriano Blengino
Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql Actually we don't play on the same ground: most of the projects I was involved in used 400-4,000 stored procedures. Dear Jean-Yves, do

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
Doriano Blengino a écrit : Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql Actually we don't play on the same ground: most of the projects I was involved in used 400-4,000 stored

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: Doriano Blengino a écrit : Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql Actually we don't play on the same ground: most of the projects I was

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
Jean-Yves F. Barbier-2 wrote: Doriano Blengino a écrit : Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql Actually we don't play on the same ground: most of the projects I was

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: Jean-Yves F. Barbier-2 wrote: Doriano Blengino a écrit : Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql Actually we

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:48:04 am richard terry wrote: Sorry, misread the email and the discussion, ignore my not related reply!!! Richard On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: Jean-Yves F. Barbier-2 wrote: Doriano Blengino a écrit : Jean-Yves F. Barbier ha scritto:

Re: [Gambas-user] RE: Gambas-user Digest, Vol 39 , Issue 22

2009-08-09 Thread Benoît Minisini
Following code is my program, its has the ilegal instruction bug. In the main class PUBLIC SUB Main() DIM fd AS FlowData DIM at AS ShiXing at = NEW ShiXing(fd) END In the FlowData class PUBLIC CONST ZhengYin AS Integer = 0 PUBLIC CONST BiJian AS

[Gambas-user] RE: Why I meet illegal instruc tion ?

2009-08-09 Thread Swee Kwang Tan
My Dear, If you add this line fd = new flowdata then you still get a illegal instruction. The main program become below, and the file of FlowData and ShiXing unchange. PUBLIC SUB Main()   DIM fd AS FlowData   DIM at AS ShiXing   fd = NEW FlowData      'add this line   

[Gambas-user] Movie Box and other Help Question

2009-08-09 Thread Heracles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to set up a sequential numerical reveal over an animation. My initial problem is that my F1/Help is not working and so I am unable to work out how to use the MovieBox tool. I need it to loop a short animation when a key is pressed and