[Gambas-user] Issue 246 in gambas: Random "DrawingArea is being drawn" error when using new gridview
gambas at ...2524...
gambas at ...2524...
Mon May 7 12:28:06 CEST 2012
Comment #2 on issue 246 by Kokok... at ...626...: Random "DrawingArea is being
drawn" error when using new gridview
http://code.google.com/p/gambas/issues/detail?id=246
I'll try to.
Meanwhile, i've found a way to stop it from happening, maybe it is useful
for you to understand.
Over the grid i've put two pictureboxes with transparent pngs with ignore
parameter set to true, they share the same gridview parent.
In the program startup i move and resize them explicitely, and in the grid
data event i've set they property visible=true (they are both hidden by
default).
That way caused the program to crash sometimes.
Now that i moved visible=true outside the data event, this isn't happening
anymore.
More information about the User
mailing list