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 /
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
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
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
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
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.)
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
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
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
---