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

2011-11-03 Thread Kevin Fishburne
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

Re: [Gambas-user] Weird non firing textbox_keypress event

2011-11-03 Thread richard terry
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 >

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

2011-11-03 Thread Laurent Carlier
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

Re: [Gambas-user] Possible Gambas 3 bug: program pauses without error message

2011-11-03 Thread Benoît Minisini
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

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

2011-11-03 Thread Kevin Fishburne
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

[Gambas-user] Possible Gambas 3 bug: program pauses without error message

2011-11-03 Thread Fabián Flores Vadell
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

Re: [Gambas-user] Weird non firing textbox_keypress event

2011-11-03 Thread Fabien Bodard
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

Re: [Gambas-user] Weird non firing textbox_keypress event

2011-11-03 Thread Benoît Minisini
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

Re: [Gambas-user] Weird non firing textbox_keypress event

2011-11-03 Thread Caveat
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