[Gambas-user] Can not draw outside of draw enent handler

Benoît Minisini gambas at ...1...
Sun Mar 27 17:00:19 CEST 2011


> 
> i try to make a similar example from this page
> http://gambasdoc.org/help/comp/gb.qt4/draw/line?v3
> 
> in this page it says
> 
> Draw.Begin(ME) where ME is a form.
> 
> i get this error in my project for
> 
> Draw.Begin(drawArea) where drawArea is the name of a DrawingArea object.
> 
> Where is the bug? The name "drawArea" ?
> 

Now, in Gambas 3, you just cannot draw outside of the Draw event handler 
anymore. That's all. Consequently, you cannot draw on a form too, as a form 
has no Draw event handler.

Regards,

-- 
Benoît Minisini




More information about the User mailing list