[Gambas-user] Issue 497 in gambas: When date is formatted in gridview then right click pop up menu doesnot work
gambas at ...2524...
gambas at ...2524...
Sat Jan 25 01:02:26 CET 2014
Updates:
Status: WontFix
Labels: -3.5.2 Version-3.5.0
Comment #1 on issue 497 by benoit.m... at ...626...: When date is formatted in
gridview then right click pop up menu doesnot work
http://code.google.com/p/gambas/issues/detail?id=497
Of course: by modifying the GridView contents inside the Data event
handler, you are triggering a refresh that calls the Data event again and
again. It eats all the CPU (depending on the GUI toolkit and your system),
and the GUI becomes unresponsive.
Just don't modify the GridView contents inside the Data event handler. The
Data event handler is just there for filling the GridView Data property.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list