[Gambas-user] glu.buildmipmaps error

2012-11-18 Thread piet
Hi, I'm using opengl for 2D Projektion with textures. running following code rises me an error: Speicherzugriffsfehler(11) (which means sth. like memory-access-error) Dim xx1, xx2 as Image Dim textures as new Integer[2] gl.MatrixMode(gl.PROJECTION) gl.LoadIdentity gl.Ortho(0,

[Gambas-user] glu.buildmipmaps error

2012-11-18 Thread piet
once again with fancy code :D Hi, I'm using opengl for 2D Projektion with textures. running following code rises me an error: Speicherzugriffsfehler(11) (which means sth. like memory-access-error) -- Dim xx1, xx2 as Image Dim textures as new Integer[2]

Re: [Gambas-user] glu.buildmipmaps error

2012-11-18 Thread Laurent Carlier
Le dimanche 18 novembre 2012 14:40:44 p...@laur-net.de a écrit : once again with fancy code :D Hi, I'm using opengl for 2D Projektion with textures. running following code rises me an error: Speicherzugriffsfehler(11) (which means sth. like memory-access-error) Can you provide a small

Re: [Gambas-user] glu.buildmipmaps error

2012-11-18 Thread piet
I found my mistake! you have to call the window.show methode befor saveing textures on your graphic card. (I guess so) At least now it works!! Thanks, Piet Am 18.11.2012 15:01, schrieb Laurent Carlier: Le dimanche 18 novembre 2012 14:40:44 p...@laur-net.dea écrit : once again

[Gambas-user] Issue 357 in gambas: .SubCollection class is missing in gb.db component with rev #5334

2012-11-18 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 357 by sot...@gmail.com: .SubCollection class is missing in gb.db component with rev #5334 http://code.google.com/p/gambas/issues/detail?id=357 1) Describe the problem.

Re: [Gambas-user] Issue 357 in gambas: .SubCollection class is missing in gb.db component with rev #5334

2012-11-18 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 357 by benoit.m...@gmail.com: .SubCollection class is missing in gb.db component with rev #5334 http://code.google.com/p/gambas/issues/detail?id=357 Did you remove everything related to Gambas eventually installed on your

Re: [Gambas-user] Issue 357 in gambas: .SubCollection class is missing in gb.db component with rev #5334

2012-11-18 Thread gambas
Updates: Status: Accepted Comment #2 on issue 357 by benoit.m...@gmail.com: .SubCollection class is missing in gb.db component with rev #5334 http://code.google.com/p/gambas/issues/detail?id=357 (No comment was entered for this change.)

Re: [Gambas-user] Issue 357 in gambas: .SubCollection class is missing in gb.db component with rev #5334

2012-11-18 Thread gambas
Updates: Status: Fixed Comment #3 on issue 357 by benoit.m...@gmail.com: .SubCollection class is missing in gb.db component with rev #5334 http://code.google.com/p/gambas/issues/detail?id=357 OK, it should be fixed in revision #5336.

[Gambas-user] Release of Gambas 3.3.4

2012-11-18 Thread Benoît Minisini
Hi, I have just released Gambas 3.3.4. In that release, I have backported 39 bug fixes from the subversion trunk. All the information are in the release notes. http://gambasdoc.org/help/doc/release/3.3.4 Regards, -- Benoît Minisini

[Gambas-user] Issue 358 in gambas: Devel. environment locks up when stack backtrace area is resized

2012-11-18 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 358 by zachsmit...@gmail.com: Devel. environment locks up when stack backtrace area is resized http://code.google.com/p/gambas/issues/detail?id=358 1) Describe the

Re: [Gambas-user] Help Browser font

2012-11-18 Thread Rolf-Werner Eilert
Am 17.11.2012 00:57, schrieb Benoît Minisini: Le 16/11/2012 12:03, Rolf-Werner Eilert a écrit : Aah yes, forgot this: The only way I can think of to use a different font is (only if you compile from svn): Open .../trunk/app/src/gambas3 In the project, open Sources/Help/FHelpBrowser