[Gambas-user] Issue 30 in gambas: someimage.Draw in imlib component raises signal 11 upon second execution
gambas at ...2524...
gambas at ...2524...
Sat Feb 12 02:11:06 CET 2011
Comment #1 on issue 30 by kevinfis... at ...1887...: someimage.Draw in
imlib component raises signal 11 upon second execution
http://code.google.com/p/gambas/issues/detail?id=30
Things that make the code NOT crash include:
1) Commenting out "Draw.Image(workspace, 0, 0)".
2) Commenting out both "workspace.Draw(image1, 0, 0)"
and "workspace.Draw(image2, 0, 0)".
3) Moving both "workspace.Draw(image1, 0, 0)" and "workspace.Draw(image2,
0, 0)" outside the Do...Loop.
4) Disabling the imlib component and just using gb.image.
More information about the User
mailing list