Open GoogleCodeExporter opened 9 years ago
a work-around:
for i in range(1,TextScrollList_Object.getNumberOfItems()+1):
TextScrollList_Object.setSelectIndexedItem(i)
The problem is probably a typo where self.selectIndexedItem(x) is supposed to
be self.setSelectIndexedItem(x)
Original comment by ChrisHec...@gmail.com
on 31 May 2014 at 12:36
Original issue reported on code.google.com by
hektor1...@gmail.com
on 7 Dec 2011 at 11:01