![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I am trying to add a button before "AttachFile" inside the "Include" group on
the inspector window. Is this possible, if so, please give me the xml syntax. I tried the following but it didn't work. tab idMso="TabNewMailMessage" group idMso="GroupInclude" button insertBeforeMso="AttachFile" id="idAtt123" label="Insert MyOwn" image="Insert" size="large" onAction="InsertMyOwn" / /group /tab I can create a new group before Include and place a controls which works fine but I would like to add controls inside the exiting group. Appreciate your help in this regard. Thanks Vela. |
#2
|
|||
|
|||
![]()
Hello Vela,
Built-in Ribbon groups are not customizable. Regards from Belarus (GMT+2), Andrei Smolin Add-in Express Team Leader www.add-in-express.com "Vela" wrote in message ... I am trying to add a button before "AttachFile" inside the "Include" group on the inspector window. Is this possible, if so, please give me the xml syntax. I tried the following but it didn't work. tab idMso="TabNewMailMessage" group idMso="GroupInclude" button insertBeforeMso="AttachFile" id="idAtt123" label="Insert MyOwn" image="Insert" size="large" onAction="InsertMyOwn" / /group /tab I can create a new group before Include and place a controls which works fine but I would like to add controls inside the exiting group. Appreciate your help in this regard. Thanks Vela. |
#3
|
|||
|
|||
![]()
You can add groups to an existing tab and you can add new tabs but you can't
add your own controls to an existing group unless you use startFromScratch and build the entire ribbon from scratch. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Vela" wrote in message ... I am trying to add a button before "AttachFile" inside the "Include" group on the inspector window. Is this possible, if so, please give me the xml syntax. I tried the following but it didn't work. tab idMso="TabNewMailMessage" group idMso="GroupInclude" button insertBeforeMso="AttachFile" id="idAtt123" label="Insert MyOwn" image="Insert" size="large" onAction="InsertMyOwn" / /group /tab I can create a new group before Include and place a controls which works fine but I would like to add controls inside the exiting group. Appreciate your help in this regard. Thanks Vela. |
#4
|
|||
|
|||
![]()
Thanks Andrei and Ken.
I will just go with my own group then. -- Thanks Vela. "Ken Slovak - [MVP - Outlook]" wrote: You can add groups to an existing tab and you can add new tabs but you can't add your own controls to an existing group unless you use startFromScratch and build the entire ribbon from scratch. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Vela" wrote in message ... I am trying to add a button before "AttachFile" inside the "Include" group on the inspector window. Is this possible, if so, please give me the xml syntax. I tried the following but it didn't work. tab idMso="TabNewMailMessage" group idMso="GroupInclude" button insertBeforeMso="AttachFile" id="idAtt123" label="Insert MyOwn" image="Insert" size="large" onAction="InsertMyOwn" / /group /tab I can create a new group before Include and place a controls which works fine but I would like to add controls inside the exiting group. Appreciate your help in this regard. Thanks Vela. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unhiding a control using a command button | willwong | Outlook - Using Forms | 2 | November 6th 07 11:55 AM |
Ribbon - Get position from clicked button | Christian Havel | Add-ins for Outlook | 2 | July 12th 07 08:20 AM |
Outlook 2007 Ribbon access from ActiveX control | GR | Add-ins for Outlook | 4 | May 29th 07 05:24 PM |
Outlook 2007 Task Form Insert Ribbon (Attach Group) | [email protected] | Outlook - General Queries | 9 | April 26th 07 07:38 PM |
Outlook 2007 Click a Button on the Ribbon through Code | [email protected] | Add-ins for Outlook | 5 | December 14th 06 08:04 PM |