D
Dave Jenkins
I'm trying to replicate, in RibbonX, the menu keytip structure we were using
in PowerPoint 2003. In particular, I'm having difficulty getting keytips to
show up for groups and menu elements. Here is a portion of my RibbonX:
<tab id="WISPubsTools" label="WIS Pubs Tools" keytip="P">
<group id="editGroup" label="Editing" keytip="E">
<menu id="speakerComments"
keytip="C"
label="Speaker comments"
imageMso="MailMergeRecipientsEditList"
size="large">
<button id="toSpeakersButton" keytip="I"
label="Insert comment"
supertip="Insert embedded speaker comment"
screentip="Insert comment to speaker"
imageMso="ReviewEditComment"
onAction="RibbonXOnAction"
....
What I would like to happpen is that the user can press ALT+P, E, C, I to
insert a comment (these are home-grown comments, not the standard PPT ilk).
All that shows when I do Alt+P is "C1" for the Speaker Comments menu - there
are no keytips for the group or for the individual menu elements.
Is it even possible to do what I'm attempting? And if so, can you supply me
with some sample xml that will demonstrate the proper coding for this?
Thanks!
in PowerPoint 2003. In particular, I'm having difficulty getting keytips to
show up for groups and menu elements. Here is a portion of my RibbonX:
<tab id="WISPubsTools" label="WIS Pubs Tools" keytip="P">
<group id="editGroup" label="Editing" keytip="E">
<menu id="speakerComments"
keytip="C"
label="Speaker comments"
imageMso="MailMergeRecipientsEditList"
size="large">
<button id="toSpeakersButton" keytip="I"
label="Insert comment"
supertip="Insert embedded speaker comment"
screentip="Insert comment to speaker"
imageMso="ReviewEditComment"
onAction="RibbonXOnAction"
....
What I would like to happpen is that the user can press ALT+P, E, C, I to
insert a comment (these are home-grown comments, not the standard PPT ilk).
All that shows when I do Alt+P is "C1" for the Speaker Comments menu - there
are no keytips for the group or for the individual menu elements.
Is it even possible to do what I'm attempting? And if so, can you supply me
with some sample xml that will demonstrate the proper coding for this?
Thanks!