Re: [Gambas-user] gb3: changing the active font

2011-11-01 Thread Bruce Bruen
On Wed, 2011-11-02 at 01:47 -0400, Kevin Fishburne wrote: > I'm using SDL and OpenGL. Normal routines for drawing fonts in a > DrawingArea work fine; I didn't have to change my code after > switching > from GTK/Qt. This code works: > >' Draw dialogue buffer. >Draw.Font.Size = sheight /

Re: [Gambas-user] gb3: changing the active font

2011-11-01 Thread Kevin Fishburne
On 11/02/2011 01:24 AM, Bruce Bruen wrote: > On Wed, 2011-11-02 at 00:47 -0400, Kevin Fishburne wrote: > >> I'm looking through the docs trying to find out how to change the active >> font but am not having much luck. Anyone know how to do it? I can change >> the size and color, but not the font be

Re: [Gambas-user] gb3: changing the active font

2011-11-01 Thread Bruce Bruen
On Wed, 2011-11-02 at 00:47 -0400, Kevin Fishburne wrote: > I'm looking through the docs trying to find out how to change the active > font but am not having much luck. Anyone know how to do it? I can change > the size and color, but not the font being used. > The active font of a what? To se

[Gambas-user] gb3: changing the active font

2011-11-01 Thread Kevin Fishburne
I'm looking through the docs trying to find out how to change the active font but am not having much luck. Anyone know how to do it? I can change the size and color, but not the font being used. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com p

Re: [Gambas-user] Issue 138 in gambas: Bug with long constant declaration

2011-11-01 Thread gambas
Updates: Status: Fixed Comment #5 on issue 138 by benoit.m...@gmail.com: Bug with long constant declaration http://code.google.com/p/gambas/issues/detail?id=138 Fixed in revision #4230. -- RSA® Conference 2012

Re: [Gambas-user] Issue 138 in gambas: Bug with long constant declaration

2011-11-01 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #4 on issue 138 by benoit.m...@gmail.com: Bug with long constant declaration http://code.google.com/p/gambas/issues/detail?id=138 (No comment was entered for this change.)

Re: [Gambas-user] Issue 138 in gambas: Bug with long constant declaration

2011-11-01 Thread gambas
Comment #3 on issue 138 by jussi.la...@gmail.com: Bug with long constant declaration http://code.google.com/p/gambas/issues/detail?id=138 BTW. Following declarations works fine: Public Const LowestLong As Long = -9223372036854775807 Public Const LowestLong As Long = 9223372036854775807 However

Re: [Gambas-user] Issue 138 in gambas: Bug with long constant declaration

2011-11-01 Thread gambas
Comment #2 on issue 138 by jussi.la...@gmail.com: Bug with long constant declaration http://code.google.com/p/gambas/issues/detail?id=138 I reloaded and compiled the sources, but still the same problem. Compile logs attached. ( ./reconf-all && ./configure -C && make ) > output.txt 2>&1 ( sudo

[Gambas-user] Release of Gambas 3 RC6

2011-11-01 Thread Benoît Minisini
Hi, I have released the sixth Gambas 3 release candidate. There were enough bug fixes in many places, and especially in the interpreter, to justify a new release candidate. All the details about this release is on the web site. Please use and check as usual! Regards, -- Benoît Minisini ---