Open GoogleCodeExporter opened 8 years ago
ahem... should have been appuifw.Listbox2(items = [ appuifw2.Item(a) ])
The bug nevertheless exists.
Original comment by antti%re...@gtempaccount.com
on 12 Nov 2008 at 10:19
to fix this, the code should have been:
self.__update_level = 0
self.__update_mode = 0
self.begin_update()
for item in self:
self.__item_check(item)
self.__ui_insert(-1, item)
item.add_observer(self)
self.end_update()
Original comment by antti%re...@gtempaccount.com
on 12 Nov 2008 at 10:22
Original issue reported on code.google.com by
antti%re...@gtempaccount.com
on 12 Nov 2008 at 10:17