Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Problem with XamRibbon
posted

Hello :

          I adopt Netadvantage For 2008 V2 wpf and the os is xp sp3 in vs2008SP1.

Each time when I add botton tool in blend xaml  file the system shows error message. for example

---------------- example ----------------------------------------------------

<igRibbon:RibbonGroup Id="Text Style" Caption="Basedata">
   <igRibbon:ToolHorizontalWrapPanel>
 <igRibbon:ButtonTool Caption="DataConfig" Id="DataConfigBtn" > 

 //I would like to add new ButtonTool here

     </igRibbon:ButtonTool>
     </igRibbon:ToolHorizontalWrapPanel>
     </igRibbon:RibbonGroup>

 //Error message happen when I press the "enter" in keyboard to get new space for adding another ButtonTool and then blend is closed.

-----------------------------------------------------------------------------------------

Is it the ribbon bug? How to fix it?