Re: [Gambas-user] gb3: OpenGL, rotation and translation of matrix affecting multiple quads

2011-08-08 Thread tommyline
Hi Kevin, You can't do this in one rotatef() function. You have to rotate every quad separately, using sequence: gl.Loadidentity - to reset matrix at 0,0,0 for each quad do gl.pushmatrix() - save the global matrix gl.translatei() - move to the center of each quad gl.rotatef(angle,x,y,z) - rotate e

[Gambas-user] gb3: OpenGL, rotation and translation of matrix affecting multiple quads

2011-08-08 Thread Kevin Fishburne
Here's looking at you Tomek, although anyone who knows give me a shout out. I'm using a nested For...Next loop to render a 2D grid of quads. I need the grid of quads to be rotated about its "center", but would like to make a single matrix transformation instead of doing one for each quad. Is t

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
On 08/08/2011 04:29 PM, Benoît Minisini wrote: >> On 08/08/2011 04:10 PM, Benoît Minisini wrote: I asked this before and didn't get a response. Maybe I gave too much background information and made the problem appear more complex than it is. I need to create a 2D array of 1

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Benoît Minisini
> On 08/08/2011 04:10 PM, Benoît Minisini wrote: > >> I asked this before and didn't get a response. Maybe I gave too much > >> background information and made the problem appear more complex than it > >> is. > >> > >> I need to create a 2D array of 1D Integer arrays. > > > > You should write it

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
On 08/08/2011 04:10 PM, Benoît Minisini wrote: >> I asked this before and didn't get a response. Maybe I gave too much >> background information and made the problem appear more complex than it is. >> >> I need to create a 2D array of 1D Integer arrays. > > You should write it that way: > > "a 2D a

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Benoît Minisini
> I asked this before and didn't get a response. Maybe I gave too much > background information and made the problem appear more complex than it is. > > I need to create a 2D array of 1D Integer arrays. You should write it that way: "a 2D array of 1D array of integers". Then you write it in Ga

Re: [Gambas-user] [Gambasdoc] Missing "style.css"

2011-08-08 Thread Jesus
El 08/08/11 21:49, Benoît Minisini escribió: >> El 08/08/11 21:33, Benoît Minisini escribió: Hi, just a minor issue: Browsing Gambasdoc today, it shows only plain text, no style cascade sheet found. Regards >>> >>> Mmm. Everything is normal there. Can you check yo

[Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
I asked this before and didn't get a response. Maybe I gave too much background information and made the problem appear more complex than it is. I need to create a 2D array of 1D Integer arrays. I've tried everything I can think of and nothing works. The initial declaration needs to be public a

Re: [Gambas-user] [Gambasdoc] Missing "style.css"

2011-08-08 Thread Jesus
El 08/08/11 21:49, Benoît Minisini escribió: >> El 08/08/11 21:33, Benoît Minisini escribió: Hi, just a minor issue: Browsing Gambasdoc today, it shows only plain text, no style cascade sheet found. Regards >>> >>> Mmm. Everything is normal there. Can you check yo

Re: [Gambas-user] [Gambasdoc] Missing "style.css"

2011-08-08 Thread Benoît Minisini
> Hi, just a minor issue: > > Browsing Gambasdoc today, it shows only plain text, no style cascade > sheet found. > > > Regards Mmm. Everything is normal there. Can you check your browser? -- Benoît Minisini -- Black

[Gambas-user] [Gambasdoc] Missing "style.css"

2011-08-08 Thread Jesus
Hi, just a minor issue: Browsing Gambasdoc today, it shows only plain text, no style cascade sheet found. Regards -- Jesus Guardon -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for

[Gambas-user] Issue 77 in gambas: Support poppler 0.17.0

2011-08-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 77 by spo...@gmail.com: Support poppler 0.17.0 http://code.google.com/p/gambas/issues/detail?id=77 1) Gambas 2 needs a small patch to compile against poppler 0.17.0. 2) Ve