Le 17/12/2012 12:18, Rolf-Werner Eilert a écrit :
> Benoit,
>
> Have you found time to verify this? Am I doing something wrong, or is it
> a feature? :-)
>
> Regards
>
> Rolf
>

Maybe we misunderstood there. You must remove the drawing code from the 
Paginate event. Did you do that?

Paginate has nothing to do with actual drawing. Everything is done in 
the Draw event handler, which is called once for each page.

Each time the Draw event is raised, a new page is started on the printer 
(except for the first one of course). If your page is not blank at 
drawing start, only then this is a bug/

So if you have a non-wanted behaviour after removing the drawing code 
from the Paginate event handler, please send me a little project that 
reproduces it, and tell me if you are using GTK+ or QT.

Thanks.

-- 
Benoît Minisini

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to