Thanks again, Carsten, we're getting closer. We've managed to get our ComboBox into the toolbar but one issue remains: The Combo-Box starts out with the complete item list open and embedded in the toolbar. The downwards-arrow button is completely missing. In other words, the ComboBox behaves like a ComboBox in a form does when I set Dropdown to "No".
The behaviour we want is that of a ComboBox with Dropdown = "Yes", where you get the little downwards arrow that opens a popup that floats above rather than being embedded in the toolbar. Unfortunately, the ComboBox object we get from xToolkit.createWindow(wd) does not seem to implement the UnoControlComboBoxModel service which has the Dropdown property. In fact IIRC the object we get doesn't even support XPropertySet. So we're in need of a little more guidance. I've attached our createItemWindow() method. Ciao Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
