Closed GoogleCodeExporter closed 9 years ago
-- It will work(probably because the reference in c), but after
-- some time it will crash if you try to press the list(This only
-- happened when I created a complex chooser).
It also happened in a simple chooser but only when it was created
from a script(not the script box) and it took some time.
Original comment by stam.co...@gmail.com
on 2 Jul 2008 at 7:54
Original comment by gergely.erdelyi
on 27 Sep 2008 at 1:57
The problem was the class, which is required by the callbacks got garbage
collected as choose() return
immediately for non-modal choosers.
Now, there is a workaround for the problem that adds a circular self-reference
for non-modal choosers.
Original comment by gergely.erdelyi
on 10 Dec 2008 at 2:17
Original issue reported on code.google.com by
stam.co...@gmail.com
on 2 Jul 2008 at 7:47