> 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