' - [MVP - Outlook Wrote:
> ;346084']The rule is you can create a new group in an existing tab, or
> create a new
> tab, but you can't modify existing groups in an existing tab. So you
> can do
> what you want.
> Look at this XML snippet:
> ribbon
> tabs
> tab idMso="TabInsert"
> group id="myCustomGroup" insertAfterMso="GroupInclude"
> getLabel="Ribbon_getLabel" getVisible="Ribbon_getVisible"
> That's the type of XML you have to supply, in this case the XML was for
> a
> new group in the Insert tab.
> >
>
> "khoick245" khoick245@yahoo.com wrote in message
> news:khoick245.6015a65@outlookbanter.com...
> snip-
> hi Ken. thanks for your help. i think i did it. now i want to add new
> group into tab Message of mail.compose ribbon. what should i do???
> > khoick245 -
hi Ken. i have some new problems. i added group into existing tab. On
this group, i created a gallery which has its xml structure:
<gallery id="glrSymbolic" screentip="Select Symbolic" label="Select
Symbolic" showImage="false"
<item id="__id1" label="%LastName%" /
<item id="__id2" label="%FirstName%" /
<item id="__id3" label="%UserName%" /
<item id="__id4" label="%Email%" /
</gallery
I want whenever i choice a item from gallery, the label will be
inserted into position of pointer in current mail compose( assume that
i'm composing email at that time ). Can you give me some suggestions?
thank you !
khoick245