Re: [Gambas-user] Bug drawing_area

2011-12-17 Thread Benoît Minisini
Le 26/11/2011 07:16, nando a écrit : > Thank you Benoit, > A project archive is attached with a simple example > -Fernando > OK: don't call Draw.Begin() / Draw.End() during the Draw event. Qt does not like it. And it is useless... And you should not move the DrawingArea during its Draw event, bu

Re: [Gambas-user] Bug drawing_area

2011-11-25 Thread Benoît Minisini
Le 25/11/2011 19:05, nando a écrit : > Bug isn't about the form. Persistent T/F has no effect. > The issue is the line does not start at (0,0) in the drawing_area > when the area is partly off the screen to the left. > The line actually starts at FMain x=0, not Drawing_Area x=0. > The FMain x is ir

Re: [Gambas-user] Bug drawing_area

2011-11-25 Thread nando
ssage --- From: Rolf-Werner Eilert To: gambas-user@lists.sourceforge.net Sent: Fri, 25 Nov 2011 08:08:33 +0100 Subject: Re: [Gambas-user] Bug drawing_area > Am 25.11.2011 07:33, schrieb nando: > > Benoit, > > > > I have a drawing_area and I draw a line from 0,0 to 150,200

Re: [Gambas-user] Bug drawing_area

2011-11-24 Thread Rolf-Werner Eilert
Am 25.11.2011 07:33, schrieb nando: > Benoit, > > I have a drawing_area and I draw a line from 0,0 to 150,200 > and I slowly move the drawing area off the left of the screen. > > The line does not continue with the drawing area off screen. > Instead, it stops at the left of FMain and does not conti

[Gambas-user] Bug drawing_area

2011-11-24 Thread nando
Benoit, I have a drawing_area and I draw a line from 0,0 to 150,200 and I slowly move the drawing area off the left of the screen. The line does not continue with the drawing area off screen. Instead, it stops at the left of FMain and does not continue staying at (0,0) of drawing area _Draw is