Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Gunter Avenius
|
Nov 20, 2007 - 2:45 AM
|
Hello,
Elegant Ribbon 2.2, vb2005
i want to set up an Image and an Screentip for an combobox item (Like office Ribbon XML)
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon startFromScratch="false"> <tabs> <tab id="MyTab" label="My Tab"> <group id="MyGroup" label="My Group"> <labelControl id="myLabel1" label="Sample:" /> <labelControl id="myLabel2" label="Combobox" />
<comboBox id="Combo1" label="ComboBox" onChange="MyComboBoxCallbackOnChange"> <item id="item1" label="one" imageMso="_1" screentip="First" /> <item id="item2" label="two" imageMso="_2" screentip="Second"/> <item id="item3" label="three" imageMso="_3" /> </comboBox> </group> </tab> </tabs> </ribbon> </customUI>
see also:http://www.accessribbon.de/en/?Access_-_Ribbons:Ribbon_XML___Controls:Combobox
How can i do this?
Best regards Gunter Avenius
|
|
Technical Support
|
Nov 20, 2007 - 5:09 AM
|
At the moment, there is no way to set screentips for combo box items. You cannot set images for combo box items in a simple way either. We will add these features in the next release. Thanks for the request.
|
|
Gunter Avenius
|
Nov 20, 2007 - 5:16 AM
|
Hello,
Thanks.
Best regards Gunter Avenius
|
|