Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Elegant Ribbon Tech Support » Text for a Button / ToggleButton in a ButtonGroup Collapse All
Subject Author Date
Gunter Avenius Feb 12, 2008 - 5:07 AM

Hello,

Elegant Ribbon 2.2, vb2005

i want to set up an Text /Label for a Button in a ButtonGroup (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="MyGroup1" label="Sample ButtonGroups">
<button id="MyButton1" label="Button alone" imageMso="_1"
onAction="MyButton1CallbackOnAction"/>

<buttonGroup id="myButtonGroup1">
<button id="MyButton2" imageMso="_2"
label="Button 2" onAction="MyButton2CallbackOnAction"/>
<button id="MyButton3" imageMso="HappyFace" label="OK?"
onAction="MyButton3CallbackOnAction" />
</buttonGroup>
<buttonGroup id="myButtonGroup2">
<button id="MyButton4" imageMso="FormatPainter" label="Paint"
showLabel="false" onAction="paint" />
<toggleButton idMso="Bold" />
<toggleButton idMso="Underline" />
<toggleButton idMso="Italic" />
</buttonGroup>

</group>
</tab>
</tabs>
</ribbon>
</customUI>

see also: http://www.accessribbon.de/en/?Access_-_Ribbons:Ribbon_XML___Controls:ButtonGroups

How can i do this?

Best regards
Gunter Avenius

Gunter Avenius Feb 12, 2008 - 7:00 AM

Hello,

Thats not nice :-(

Best regards
Gunter

Technical Support Feb 12, 2008 - 6:44 AM

RibbonX is the Microsoft Office UI Extensibility technology, which is specific to Office products only. So it is not supported in our components.