On 11/03/2011 03:21 PM, Laurent Carlier wrote:
> Le jeudi 3 novembre 2011 15:06:22, Kevin Fishburne a écrit :
>> On 11/03/2011 01:14 AM, Fabien Bodard wrote:
>>> Have you tried :
>>>
>>> Draw.Font = Draw.Font.Load("/home/kevinfishburne/Desktop/Sanctimonia,
>>>
>>> because draw.font.load normally no
On Thursday 03 November 2011 19:04:52 Benoît Minisini wrote:
> Le 03/11/2011 05:07, richard terry a écrit :
> > This is really weird.
> >
> > I havn't upgraded gambas since version 4152, upgraded yesterday to
> > 4230.
> >
> > On one of my forms (only 1 I've noticed so far, the key_press event is
>
Le jeudi 3 novembre 2011 15:06:22, Kevin Fishburne a écrit :
> On 11/03/2011 01:14 AM, Fabien Bodard wrote:
> > Have you tried :
> >
> > Draw.Font = Draw.Font.Load("/home/kevinfishburne/Desktop/Sanctimonia,
> >
> > because draw.font.load normally not assignate a font to draw.font but
> > just ret
Le 03/11/2011 16:58, Fabián Flores Vadell a écrit :
> Attached is a project (from a member of the Hispanic community) written
> with Gambas 2.23 and converted to Gambas 2.99.6. The program pauses its
> running, pointing to a specific line of code without any message.
>
> Program pauses in:
>
> file
On 11/03/2011 01:14 AM, Fabien Bodard wrote:
> Have you tried :
>
> Draw.Font = Draw.Font.Load("/home/kevinfishburne/Desktop/Sanctimonia,
>
> because draw.font.load normally not assignate a font to draw.font but
> just return an object handle to a font object
>
Nice, that actually works.
What's o
Attached is a project (from a member of the Hispanic community) written
with Gambas 2.23 and converted to Gambas 2.99.6. The program pauses its
running, pointing to a specific line of code without any message.
Program pauses in:
file: enlace (class)
line: 17
code: Draw Begin (a)
When I try conti
Le 3 novembre 2011 09:04, Benoît Minisini
a écrit :
> Le 03/11/2011 05:07, richard terry a écrit :
>> This is really weird.
>>
>> I havn't upgraded gambas since version 4152, upgraded yesterday to
>> 4230.
>>
>> On one of my forms (only 1 I've noticed so far, the key_press event is not
>> being tr
Le 03/11/2011 05:07, richard terry a écrit :
> This is really weird.
>
> I havn't upgraded gambas since version 4152, upgraded yesterday to
> 4230.
>
> On one of my forms (only 1 I've noticed so far, the key_press event is not
> being triggered in a textbox.
>
> The Key_Release event is, the got fo
Hi Richard,
Can't help much with the original problem, but here's the workaround to
get back to rev 4152...
$ mkdir rev4152
$ svn checkout -r 4152
https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ rev4152
You should see a long list of files, ending with something like:
...
Arev