Hello Benoît,
using Paint (in Gambas-3), like:
Dim h As Image
h = h.Load("imago_mea.gif")
paint.Begin(h)
etc...etc...
when I run program, console restores this message:
<< QPaintDevice: Cannot destroy paint device that is being painted >>
....what's that ?
Regards
Paolo