Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am using the Microsoft Ribbon Control but I got only one thing which does not work:

Image: Mini Toolbar - Ribbon
If I use the xml definition into a main ribbon I can get the PreviewEvent correctly from a combobox with GalleryItemPropertySet items.

From the minitoolbar, the preview event is not fired and I cannot apply the changes on the fly.

HTML
<Application.Views>
  <ContextPopup>
    <ContextPopup.MiniToolbars>
      <MiniToolbar Name="MiniToolbar">
        <MenuGroup>
          <ComboBox CommandName="cmbFunctionTypes" IsAutoCompleteEnabled="false" IsEditable="false"/>
            <ComboBox CommandName="cmbResponseChannels" IsAutoCompleteEnabled="true" IsEditable="false"  ResizeType="NoResize"/>
            <ComboBox CommandName="cmbReferenceChannels" IsAutoCompleteEnabled="true" IsEditable="false" ResizeType="NoResize" />
        </MenuGroup>
        </MiniToolbar>
      </ContextPopup.MiniToolbars>
      <ContextPopup.ContextMaps>
        <ContextMap CommandName="cmdContextMap" ContextMenu="ContextMenu" MiniToolbar="MiniToolbar" />
      </ContextPopup.ContextMaps>
    </ContextPopup>
    <Ribbon>
    </Ribbon>
</Application.Views>


I was hoping to get the control handle directly but the context pane has a strange class name:NUIPane, NUIHWND.

What could you recommand me to solve that issue ?
This is really stranged maybe do I need to speficy something in the xml ribbon designer.

Thank you very much in advance.


Best regards.
MiQi.
Posted
Updated 1-Jul-13 7:36am
v3
Comments
SuperMiQi 30-Jun-13 5:04am    
This works well when we use combobox in a main docked ribbon control.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900