[Gambas-user] gb3: gb.opengl will not render alpha channel of 2D texture

2011-07-29 Thread Kevin Fishburne
I've been researching this for hours and nothing I try works. The image used for the texture has an alpha channel, but it is displayed as black instead of transparent. I'm starting to think that the line: Gl.TexImage2D(t1) isn't passing the presence of an alpha channel to OpenGL, but that's j

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Kevin Fishburne
On 07/29/2011 07:38 PM, Kevin Fishburne wrote: > Sweet, thanks everyone. Glad I could be helpful for once since I ask so > many questions on here. :) I'll fix the line in 19_ParticleEngine so it > uses "colors[p - 1, i] = CFloat(Trim(rgb))" and put the new archive up. Fixed the line, tested the ap

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Kevin Fishburne
On 07/29/2011 07:29 PM, Benoît Minisini wrote: >>> 2011/7/29 Kevin Fishburne: Caveat was kind enough to provide me with a link to the OpenGL examples. I went through them all and converted them to gb3, cleaned up the code and corrected some bugs. They all work now in gb3 except

Re: [Gambas-user] possible bug

2011-07-29 Thread Benoît Minisini
> Hi everybody. > > I get the following message error: > > > "This application has raised an unexpected error and must abort. > > [6] Type mismatch: wanted FEditor, got FForm instead. > > CComponent.MustScan.1109" > > >From the Gambas Editor seems obvious to me > > when I want to write the c

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Benoît Minisini
> > 2011/7/29 Kevin Fishburne : > > > Caveat was kind enough to provide me with a link to the OpenGL > > > examples. I went through them all and converted them to gb3, cleaned > > > up the code and corrected some bugs. They all work now in gb3 except > > > for one, which I deleted. You can find the

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Benoît Minisini
> 2011/7/29 Kevin Fishburne : > > Caveat was kind enough to provide me with a link to the OpenGL examples. > > I went through them all and converted them to gb3, cleaned up the code > > and corrected some bugs. They all work now in gb3 except for one, which > > I deleted. You can find them here: >

Re: [Gambas-user] Future email ehnaced control

2011-07-29 Thread Benoît Minisini
> We can send email but not to receive. Do you plan to enhance actual > control? > > Thx > > > Andrea BERTINI > Rome-Italy You mean a POP3 component plus a MIME messages component ? Something to be done for sure. It can even be written in Gambas I think. But some routines must be written in

Re: [Gambas-user] Mime types

2011-07-29 Thread Benoît Minisini
> Actually g3 does not support all the mime types' formats. > > text/plain ..yes > text/html...yes > > i need info about these files: > .zip > office files > libre office files > > thx > > Andrea BERTINI > Rome-Italy Hi, I added support for any mime type and any charset in revision #3954. Ca

Re: [Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Fabián Flores Vadell
2011/7/29 Kevin Fishburne : > Caveat was kind enough to provide me with a link to the OpenGL examples. > I went through them all and converted them to gb3, cleaned up the code > and corrected some bugs. They all work now in gb3 except for one, which > I deleted. You can find them here: > > http://w

[Gambas-user] gb3 OpenGL example applications

2011-07-29 Thread Kevin Fishburne
Caveat was kind enough to provide me with a link to the OpenGL examples. I went through them all and converted them to gb3, cleaned up the code and corrected some bugs. They all work now in gb3 except for one, which I deleted. You can find them here: http://www.eightvirtues.com/misc/gb3_opengl_

Re: [Gambas-user] another make error

2011-07-29 Thread Benoît Minisini
> Here it is. > > Am 29.07.2011 01:30, schrieb Benoît Minisini: > > Can you send me the contents of /usr/include/sqlext.h ? Mmm. Your sqlext.h is completely different from mine. Are there different ODBC libraries on Linux? -- Benoît Minisini ---

Re: [Gambas-user] possible bug

2011-07-29 Thread Jussi Lahtinen
Confirmed with Gambas 3 rev 3952 @ Ubuntu 11.04 64bit. Jussi 2011/7/29 Fabián Flores Vadell > Hi everybody. > > I get the following message error: > > > "This application has raised an unexpected error and must abort. > > [6] Type mismatch: wanted FEditor, got FForm instead. > > CComponent.Mus

Re: [Gambas-user] Mime types

2011-07-29 Thread Fabián Flores Vadell
2011/7/29 Andrea Bertini : > Actually g3 does not support all the mime types' formats. > > text/plain ..yes > text/html...yes > > i need info about these files: > .zip > office files > libre office files > > thx I think than you needs to use the File command -- Fabián Flores Vadell www.comoprogr

[Gambas-user] possible bug

2011-07-29 Thread Fabián Flores Vadell
Hi everybody. I get the following message error: "This application has raised an unexpected error and must abort. [6] Type mismatch: wanted FEditor, got FForm instead. CComponent.MustScan.1109" >From the Gambas Editor seems obvious to me when I want to write the code in the attached projec

[Gambas-user] Future email ehnaced control

2011-07-29 Thread Andrea Bertini
We can send email but not to receive. Do you plan to enhance actual control? Thx Andrea BERTINI Rome-Italy -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, yo

[Gambas-user] Code writing

2011-07-29 Thread Andrea Bertini
I use g3. is there the solution to write code of a single command on few lines? In vb i can write in this way: function (..) code.. _ code Andrea BERTINI Rome-Italy -- Got Input?

[Gambas-user] Mime types

2011-07-29 Thread Andrea Bertini
Actually g3 does not support all the mime types' formats. text/plain ..yes text/html...yes i need info about these files: .zip office files libre office files thx Andrea BERTINI Rome-Italy -- Got Input? Slashdot Needs