Hi Thomas, >> I am currently implementing a little dialog with an >> UnoControlListBoxModel. Now I want to preselect an entry of the list. >> How can I do this? I tried the SelectedItems option, but it did not work. > > Use the makeVisible(iPos) Methode, this will show the entry with the
I tried "xListBox.makeVisible((short)0);" but nothing is preselected - there is just an empty field displayed. Clicking the dropdown menu shows all entries and after selecting one, the empty row is gone. Thanks for the hint. Other suggestions? Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
