Closed GoogleCodeExporter closed 9 years ago
This is not a defect, but a good enhancement proposal ;-)
Solution so far: app.idle_add(f) where f() is the function to set your value.
It will
avoid infinite recursion, however it will still loop forever, you'll need to
set some
instance attribute to stop it and unset it when data_changed detects it.
(humm...
maybe this also work with recursive version too)
Original comment by barbi...@gmail.com
on 12 Sep 2007 at 9:26
Original comment by barbi...@gmail.com
on 12 Sep 2007 at 9:26
Fixed by commit r183.
Original comment by barbi...@gmail.com
on 17 Sep 2007 at 1:03
Original issue reported on code.google.com by
dave.g.s...@gmail.com
on 12 Sep 2007 at 8:00