[Gambas-user] Grab command
trat50
trat50 at ...67...
Sun Apr 22 08:37:44 CEST 2012
But Tobi, I have been drawing just fine on a DrawingArea.
The DrawingArea named "Sky" is the picture posted above...
I switched from a PictureBox to a DrawingArea because I couldn't draw on a
PictureBox.
Now I am back to the original problem... how to draw on a PictureBox.
When I attempt to draw on PictureBox, I get error message: "not a drawable
object".
It sounds like I should be able to draw on a PictureBox - but I must be
doing it wrong.
tobi-15 wrote:
>
> It's quite easy to draw on a DrawingArea. You have to take the
> DrawgingArea as a drawing device:
>
> Draw.Begin(DrawingArea)
> Draw.Picture(myPicture)
> Draw.End()
>
> (typed from scratch, no warranty, but it should be close to these lines)
>
> ------------------------------------------------------------------------------
>
--
View this message in context: http://old.nabble.com/Grab-command-tp33715676p33727690.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list