[Gambas-user] Issue 246 in gambas: Random "DrawingArea is being drawn" error when using new gridview

gambas at ...2524... gambas at ...2524...
Sun Jun 10 17:03:24 CEST 2012


Comment #3 on issue 246 by benoit.m... at ...626...: Random "DrawingArea is  
being drawn" error when using new gridview
http://code.google.com/p/gambas/issues/detail?id=246

If, inside the Data event, you change the visibility of a control that is  
above the GridView, then I think you may trigger a redraw event, and so a  
recursive call to the Data event. That can lead to infinite recursion and a  
crash.

But normally you should get a stack overflow error.





More information about the User mailing list