Hi, experts,
I have a ApplicationMenu2010, and with multiple items in it. Every item has several buttons. I manually set their key tips by code below:
<Button ...>
<igRibbon:ApplicationMenu2010Item.KeyTipProvider> <igRibbon:ElementKeyTipProvider KeyTip="M" /> </igRibbon:ApplicationMenu2010Item.KeyTipProvider>
</Button>
I may have 2 buttons that use same key tip (M) but in different items.
Something really weird is in the first item, the button with key tip 'M' shows 'M1'.
Any ideas about why this happened please?
Thanks,
Nathan
PS: the buttons is in the right side as tab item content, not in item header.
Hello Power,
Thank you for posting in our forums!
I am currently looking into this and I need some more time to research this issue.
I will update once I have progress on this.
Sincerely,Yuki
Developer Support EngineerInfragistics Inc.www.infragistics.com/support
I created CAS-179715-D2K0S2 for this inquiry and continue to work on your question. I will update via the support case.
Hi, Yuki,
Really appreciate about your time into this. But I got another issue now. I set batch of KeyTips, but 1 of it shows so weird.
It should be 'A' instead of 'A' + some random indexer.
Please help to figure it out as well.
I don't know why the picture cannot be uploaded, please check on below link:
https://postimg.org/image/7ynwn8a27/
From the picture that you have posted, I am curious if you have other tools in the same scope as your "A27" key tip that have the same key tip of "A," but perhaps those controls have their Visibility properties set to Hidden or Collapsed?
I have created a sample project that is now attached to this forum thread in which there are a pair of XamRibbon tabs with three button tools in each. Each of these buttons have a KeyTip of 'M,' and at runtime, they will show as M1, M2, and M3. After hiding the one that has the M2 key tip, the others still show M1 and M3, as it appears that the Visibility of a tool does not have an effect on the actual displayed key-tip. Note that in the second tab, though, the buttons still display M1, M2, and M3 instead of M4, M5, and M6. This is the 'scope' idea that I was referring to. Is this the same behavior you are seeing on your end?
You had also mentioned that this tool appears to have a "random" key tip indexer. Is it truly a randomly generated number each time, or are you consistently seeing a key tip of "A27" for that particular tool?
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer