[Gambas-user] painting graph to image continuously

Benoît Minisini gambas at ...1...
Wed Dec 15 16:56:11 CET 2010


> 
> thanks :)   but ...	 Image , "Not a drawable Object"
> 
> If t > myImage1.W Then
> myImage1.Resize(myImage1.w + 1, myImage1.H)
> 
> Draw.Begin(myImage1)           <---  Image , "Not a drawable Object"
>    Draw.FillRect(myImage1.W - 1, 0, 1, myImage1.H, Color.RGB(255, 255,
> 223)) Draw.End
> 

Yes, I forgot that only Paint can be used on images... So you have to use 
Paint!

-- 
Benoît Minisini




More information about the User mailing list