Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-16 Thread laurent bernabe
Thanks :) 2013/1/14 Benoît Minisini > Le 10/01/2013 13:21, Benoît Minisini a écrit : > > Le 10/01/2013 12:02, laurent bernabe a écrit : > >> Hello, > >> > >> Could someone help me for resolving a strange gambas behaviour ? > >> > >> When I r

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Because in "le compte est bon" I use a recursive algorithm. 2013/1/10 Benoît Minisini > Le 10/01/2013 14:04, laurent bernabe a écrit : > > Ok : thank you. > > > > By the way, can I ask whether Gambas projects are interpreted, some > > kind of byte-coded or

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
2013 13:21, Benoît Minisini a écrit : > > Le 10/01/2013 12:02, laurent bernabe a écrit : > >> Hello, > >> > >> Could someone help me for resolving a strange gambas behaviour ? > >> > >> When I run my project, I get an error saying me that I gave an incorr

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Ok : That's why I could not be told about my error. Thank you very much :) 2013/1/10 Benoît Minisini > Le 10/01/2013 12:02, laurent bernabe a écrit : > > Hello, > > > > Could someone help me for resolving a strange gambas behaviour ? > > > > When I run my

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
] Regards 2013/1/10 laurent bernabe > Hello, > > Thank you for your answer. > > But I replaced gb.gui to gb.qt4 and it did not solve the problem. > > Regards > > 2013/1/10 Charlie Reinl > >> Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe:

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Hello, Thank you for your answer. But I replaced gb.gui to gb.qt4 and it did not solve the problem. Regards 2013/1/10 Charlie Reinl > Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe: > > Hello, > > > > Could someone help me for resolving a str

[Gambas-user] [GAMBAS-USER] Strange behavious in the ide

2013-01-09 Thread laurent bernabe
Hello, this is my configuration - [System] OperatingSystem=Linux Kernel=3.5.0-21-generic Architecture=x86_64 Memory=3078432 kB DistributionVendor=Ubuntu DistributionRelease="Ubuntu 12.10" Desktop=Gnome [Gambas 3] Version=3.3.4 Path=/usr/bin/gbx3 [Libraries] Q

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Ok, thank you very much :) So, I will compile from trunk. Regards 2012/11/24 Benoît Minisini > Le 24/11/2012 14:08, laurent bernabe a écrit : > > Hello again, > > > > Should I compile from trunk subfolder or from branches : i mean, is the > > latest trunk version s

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Hello again, Should I compile from trunk subfolder or from branches : i mean, is the latest trunk version stable enough, or the latest branch is enough in order to get the new glu functions ? Regards 2012/11/24 laurent bernabe > Thank you very much :) > Now I think I'll leave offi

Re: [Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-24 Thread laurent bernabe
Thank you very much :) Now I think I'll leave official Ubuntu package for Gambas, and try to compile from the last revision. Regards 2012/11/24 Laurent Carlier > Le jeudi 22 novembre 2012 20:30:41 laurent bernabe a écrit : > > Hello, > > > > I've noticed that

[Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-22 Thread laurent bernabe
Hello, I've noticed that the Gb.glu component is missing the two functions project() and unproject(). Will a very next version of Gambas implement it ? Otherwise I've found the implementation code (C++) so that I still can create a new module with both functions : http://www.opengl.org/wiki/GluPr

Re: [Gambas-user] Having an overidden class constructor

2012-11-22 Thread laurent bernabe
Thank you very much : that's work :) 2012/11/22 Sebi > In fact, your code is okay, but when creating an instance of a class > without arguments you need too skip the parenthesis. > -Original Message- > From: laurent bernabe > Date: Thu, 22 Nov 2012 18:42:41 &g

[Gambas-user] Having an overidden class constructor

2012-11-22 Thread laurent bernabe
Hello, I am coding a Vector3f class (representing a Mathematical vector), and I would like that instances of this class can be made from two ways : - either by calling New Vector3f() for a vector located at the origin (0,0,0) - or by supplying 3 arguments, such as with New Vector3f(1,2,-

Re: [Gambas-user] [Gambas3] The static method Gl.SelectBuffer

2012-11-20 Thread laurent bernabe
k I will manage). Thanks again for your help :) Regards Laurent Bernabé 2012/11/18 laurent bernabe > Hello : > > Thank you very much for your help. > I'll have a look at the example and try to adapt it. > > Regards :) > > 2012/11/18 Laurent Carlier > >>

Re: [Gambas-user] [Gambas3] The static method Gl.SelectBuffer

2012-11-17 Thread laurent bernabe
Hello : Thank you very much for your help. I'll have a look at the example and try to adapt it. Regards :) 2012/11/18 Laurent Carlier > Le samedi 17 novembre 2012 19:01:06 laurent bernabe a écrit : > > Hello : thank you for your answer. > > > > Ok, I went into the

Re: [Gambas-user] [Gambas3] The static method Gl.SelectBuffer

2012-11-17 Thread laurent bernabe
ernabé 2012/11/17 > As set in GLselectFeedback.c file in gb.opengl/src gambas source directory > gl.SelectBuffer sets buffer with size 2048 and uses internal selectbuffer > array of size 2048. > > - Original Message - > From: "laurent bernabe" > To: "m

Re: [Gambas-user] [Gambas3] The static method Gl.SelectBuffer

2012-11-17 Thread laurent bernabe
Thank you :) I think I'll wait for him : also because I have another difficulty regarding object selection/picking in Gambas3 OpenGL. Regards 2012/11/17 François Gallo > > Le 17 nov. 2012 à 09:38, laurent bernabe a > écrit : > > > Hello, > > > > I am trying

Re: [Gambas-user] [Gambas3][OpenGL] What version of OpenGL is implemented ?

2012-11-17 Thread laurent bernabe
Thank you :) I can almost agree, as I looked officials OpenGL API 1,2,3 and 4 references : and the glRenderMode is deprecated since OpenGL 3. Regards 2012/11/17 François Gallo > > Le 17 nov. 2012 à 08:18, laurent bernabe a > écrit : > > > Hello, > > > > I am

[Gambas-user] [Gambas3] The static method Gl.SelectBuffer

2012-11-17 Thread laurent bernabe
Hello, I am trying to do picking in OpenGL in Gambas3. So I need to use the method Gl.SelectBuffer, but I am facing a big problem : Whereas the Official OpenGL documentation says that it takes arguments Size (int) and Buffer (array of unsigned int), (and Gambas one says it also !!!) : I noticed t

[Gambas-user] [Gambas3][OpenGL] What version of OpenGL is implemented ?

2012-11-16 Thread laurent bernabe
Hello, I am looking at the official OpenGL doc, in order to use OpenGL picking and selection routines. But it seems that since a recent version of OpenGL (I don't know if it is from OpenGL 3 or 4, or other), these routines are deprecated. So my main question is : what version of OpenGL is impleme

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
Maybe not : Because I noticed that for the second installation, I was noticed that new gambas packages (that were not in the 1st install) were installed. So, it was maybe because I did forget to install some important package. 2012/11/15 Benoît Minisini > Le 15/11/2012 23:11, laurent bern

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
Hello, it will seem odd, but I solved my issue simply by removing gambas3 (via apt-get remove) and puting it back. 2012/11/15 laurent bernabe > Hello, thanks for your answer. > > But I did not installed Gambas3 by a compilation of the sources. > >- First, I've install

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
2-dev (thanks to an answer from this mailing list) - Then I installed gb.sdl But when I tried the project GambasGears3, I got a signal 11 error. 2012/11/15 Benoît Minisini > Le 15/11/2012 11:55, laurent bernabe a écrit : > > I've progressed ! :) > > > >

[Gambas-user] Gambas3 now returns "Segmentation Fault"

2012-11-15 Thread laurent bernabe
) - Thanks in advance Regards :) 2012/11/15 laurent bernabe > I've progressed ! :) > > I've just lauched from terminal > > > $ sudo apt-get install gb.sdl > > > But when tryi

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
o, is it a Gambas bug or something I've failed ? My configuration - Ubuntu (Gnome) 64 bits 12.10 - Gambas 3 installed from a PPA - And anything else that you want me to type in terminal in order to get infos ... Thanks in advance Regards :) 2012/11/15 laurent bernabe >

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
P.S I've done --- sudo apt-get install libsdl-ttf2.0-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev -- Regards :) 2012/11/15 laurent bernabe > Hello, > > Thank you very much for your answer :) >

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
to install these libs to get gb.sdl run well > > libsdl-ttf2.0-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev > libsdl-image1.2-dev > > > 2012/11/15 laurent bernabe > > > No answer ? > > Is it such a silly question ? > > > > Must I forgive Gamba

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-15 Thread laurent bernabe
No answer ? Is it such a silly question ? Must I forgive Gambas3 OpenGL development ? Regards 2012/11/13 laurent bernabe > Hello, > > I also noticed that in /usr/share/gambas3, I have no folder gb.sdl : > Did I miss something in Gambas3 installation. > > Thanks in adva

Re: [Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-15 Thread laurent bernabe
Sorry, I sent to the bad message :( 2012/11/15 laurent bernabe > No answer ? > Is it such a silly question ? > > Regards > > 2012/11/13 laurent bernabe > >> Hello everyone, >> >> I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu

Re: [Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-15 Thread laurent bernabe
No answer ? Is it such a silly question ? Regards 2012/11/13 laurent bernabe > Hello everyone, > > I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 64 > bits (Gnome version). > Then I launched Gambas3 from the Ubuntu search bar. > > So, I opene

Re: [Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-13 Thread laurent bernabe
Hello, I also noticed that in /usr/share/gambas3, I have no folder gb.sdl : Did I miss something in Gambas3 installation. Thanks in advance 2012/11/13 laurent bernabe > Hello everyone, > > I've successfully installed Gambas3 from an official ppa (ppa:nemh/gambas3 > ).

[Gambas-user] Failed to launch GambasGears example on Ubuntu 12.10 64 bits (DejaVuSans ttf error)

2012-11-13 Thread laurent bernabe
Hello everyone, I've successfully installed Gambas3 from an official ppa (ppa:nemh/gambas3). I've cloned the example GambasGears into another folder. But when I launch it, I get the error : -- gb.s

Re: [Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-13 Thread laurent bernabe
Thank you very much : I've managed to make it work thanks to your solution Greetings Amicalement 2012/11/13 Charlie Reinl > Am Dienstag, den 13.11.2012, 15:27 +0100 schrieb laurent bernabe: > > Hello everyone, > > > > I've just installed Gambas3 (with the pp

[Gambas-user] Failed to run examples on Gambas 3 in Ubuntu 12.10 (64 bits).

2012-11-13 Thread laurent bernabe
Hello everyone, I've just installed Gambas3 (with the ppa:nemh/gambas3) on Ubuntu 12.10 64 bits (Gnome version). Then I launched Gambas3 from the Ubuntu search bar. So, I opened the Painting example (it sayed me that it is read only)? Tried to launch it, but got the error : -