Soyapi Mumba wrote:
I have a simple 1 column list box and I want to programmatically select an item just after appending it to the listbox.
The problem here is that your listitem doesn't have any XBL yet, so the best you can do is to set the selected="true" attribute on the listitem in question. Or the kludge is to select the item from a timeout, to give the XBL a chance to hook up.
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
