[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 t

[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

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 BiJ

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 h

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

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

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

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

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

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 şöyle yazıyor: Kimden: Laurent Carlier Konu: Re: [Gambas-user] glut Kime: "mailing list for gambas users" Tarihi: 9 Ağustos 2009 Pazar, 21:22

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 o

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 applicati

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 y

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 wi

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

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

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Benoît Minisini
> 2009/8/9 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 cr

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

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 şöyle > yazıyor: > > Kimden: Fabien Bodard > Konu: Re: [Gambas-user] glut > Kime: "mailing list for gambas users" > Tarihi: 9 Ağustos 2009 Pazar, 14:18 > > try to join

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Dr. Diesel
2009/8/9 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

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 d

[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] 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 e

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 outpu

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 comm

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 y

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 syst

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

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 wrote: > > 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/acloc

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 proces

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 >>> con

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

2009-08-09 Thread Benoît Minisini
> > 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_

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 In

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 /usr/sh

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 : > > I wondered if anyone knew how to do a screen capture of ones actions whilst > > using a program for demonstration purposes? > > > > Regards > > > > Richard

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
ok. thanks. --- 09/08/09 Pzr tarihinde Fabien Bodard şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] glut Kime: "mailing list for gambas users" Tarihi: 9 Ağustos 2009 Pazar, 14:18 try to join lordheavy for that, he is the maintainer of the ogl part lordhea...@gmail.com 2009/8/

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 : > > 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

Re: [Gambas-user] glut

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

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 : > 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 mou

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 şöyl

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 : > 2009/8/9 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

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

2009-08-09 Thread Fabien Bodard
2009/8/9 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. > Picture = MyForm.Grab ? > > 200

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 : > when i import gb.sdl > error > "These components are incompatible: > gb.qt,gbsdl" > > > > --- 09/08/09 Pzr tarihinde Fabien Bodard şöyle yazıyor: > > Kimden: Fabien Bodard > Konu: Re: [Gambas-user] glut > Kim

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 > I wondered if it is possible to capture part

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 şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] glut Kime: "mailing list for gambas users" Tarihi: 9 Ağustos 2009 Pazar, 12:04 no but you can use gb.sdl for the

[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 Cr

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 : > 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] How to make a movie-type screen dump

2009-08-09 Thread richard terry
I wondered if anyone knew how to do a screen capture of ones actions whilst using a program for demonstration purposes? Regards Richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day tri

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 : > hi > i think there arent glut library in gambas. do you think import it. > > > > >      ___ > Yahoo! Türkiye açıldı!  http://yahoo.com.tr > İnternet üzerinde