View Single Post
  #2  
Old February 12th 07, 03:50 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook 2007 Ribbon Minimized ComboBox OnChange

How are you doing this, VB 6? Have you tested this at all with the RTM
version of Outlook 2007? I wouldn't even bother with any of the beta
versions at this point.

Can you show the code and XML you are using so someone else can test this?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


wrote in message
oups.com...
Hello All,

I have added a Combobox through code onto a new group on the RibbonX
in Outlook 2007.

I am finding a problem with the Combobox when the ribbon is minimized.

On the Combobox_OnChange callback, I am putting a messagebox as
"Msgbox "Test"".
When I change the combo box this message does not come up.

Now, If I put two message boxes as follows:
Msgbox "Test"
Msgbox "Test 1"

what I find is that the First messagebox never shows up but the second
one does.

If I put three message boxes then the second two show up but the first
one for some reason does not.

This only happens when the Ribbon is minimized.
I am testing this on Outlook 2007 B2TR.

Any ideas any one?

Another problem that I am facing is that, when I drag my Group onto
the QuickAccess Toolbar.
When the group is on the QAT I find that if the ribbon is minimized
and I change the selection on the combobox it does not get updated on
the RibbonX when I maximize it. It updates ok the Ribbon is maximized.
But here another problem occurs that when I change the selection from
the Ribbon it is not updated on the QAT.

Any pointers on this?

I would appreciate any help.
Regards,
Neil Goundar.


Ads