Re: [Gambas-user] Draw.Begin signal 11

2008-07-11 Thread Steven Lobbezoo
Sorry Benoit, but my signal 11 ??? Maybe the same area ? Thanks, Steven Le jeudi 10 juillet 2008 à 18:50 +0200, Benoit Minisini a écrit : > On jeudi 10 juillet 2008, Ron wrote: > > Benoit Minisini schreef: > > > On jeudi 10 juillet 2008, Ron wrote: > > >> When writing some code to display an i

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 10 juillet 2008, Ron wrote: > >> When writing some code to display an image blob I got across a signal 11 > >> bug. > >> > >> The code below crashes on the line > >> Draw.Image... > >> > >> I didn't specify the correct Dra

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Ron
Benoit Minisini schreef: > On jeudi 10 juillet 2008, Ron wrote: > >> When writing some code to display an image blob I got across a signal 11 >> bug. >> >> The code below crashes on the line >> Draw.Image... >> >> I didn't specify the correct DrawingArea , it should be 'DrawingArea1' >> >> I gue

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > When writing some code to display an image blob I got across a signal 11 > bug. > > The code below crashes on the line > Draw.Image... > > I didn't specify the correct DrawingArea , it should be 'DrawingArea1' > > I guess it should report an error than it coul

[Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Ron
When writing some code to display an image blob I got across a signal 11 bug. The code below crashes on the line Draw.Image... I didn't specify the correct DrawingArea , it should be 'DrawingArea1' I guess it should report an error than it couldn't find the DrawingArea specified instead. If