Le 16/12/2013 15:45, Pino Zollo a écrit :
> More infos...
>
>      Draw.Rect(0, 0, Rap, Draw.h)   <-----  FScale.class line 111
> generates the error
>         Draw.Foreground = Color.Black
>       Draw.Line(Rap, 0, Rap, Draw.H)   <------ also this
>

I think this is related to the setting of the DrawingArea.Background 
property just before. If a drawing area is cached, you should not reset 
its background after having called Draw.Begin(), but before.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to