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
105
Tooltip in ApplicationMenu
posted

Hi I'm trying to use Tooltips in the Application Menu

Code looks like this:

<igRibbon:XamRibbon.ApplicationMenu>

<igRibbon:ApplicationMenu Image="...">

<igRibbon:ButtonTool ToolTip="abcdef" caption="abc" />

</igRibbon:ApplicationMenu>

</igRibbon:XamRibbon.ApplicationMenu>

After the Tooltip has been shown an exception occurs:

"Cannot set Expression. It is marked as 'NonShareable' and has already been used"

The same error also occurs if you modify the xamSALESMANAGER to show tooltips in the application menu.