[Gambas-user] Printing a character in a Form

Benoît Minisini gambas at ...1...
Sat Jun 19 20:49:15 CEST 2010


> draw.begin(MyForm)
> 
> draw.text("mytext",x,y)
> 
> 
> draw.end
> 

This works only in Gambas 2. You can't draw directly on a control anymore in 
Gambas 3, except during the Draw event of a DrawingArea.

Regards,

-- 
Benoît Minisini




More information about the User mailing list