No errors on both usage. If I use combo.setCurrentItem([i]), I always get 0 when using combo.getCurrentItem(). That is only difference I know. Could you explain all differences for both usages?
Thanks,
mrhsh
Tuesday, May 6, 2008
setSelectedItems([i]); // expects an array of item indices
setCurrentItem(i); // expects single index