J
Jim
Hello,
My Add-In works great under Outlook 2000. But when I operate it under
Outlook 2003, my CommandBar buttons behave very differently.
When the user changes the current selection in the Inbox, I set
objButton.Enabled to True or False for each of my buttons to enable or
disable the buttons as appropriate for the current Inbox selection.
This works under Outlook 2000 -- the various buttons on my CommandBar
change states instantly as the user navigates through items in the
Inbox. But under Outlook 2003, a button is not updated unless I hover
over the button with the mouse during the button update by the Add-In,
and then move the mouse pointer off of the button.
Something fundamental has changed with Outlook 2003 CommandBar
buttons. Oddly, if I undock my CommandBar and let it float, my buttons
*are* properly updated as Inbox items are selected. But I must
achieve the same button response for the typical user configuration
where my CommandBar is docked in Outlook.
Outlook 2003 does what I need with its own CommandBar. If you
alternate selection between an Inbox item and the Outlook 'Date:
Yesterday' group heading, three buttons (Reply, Reply to All, and
Forward) on the Outlook CommandBar visibly alternate between enabled
and disabled states exactly as I need (and have working under Outlook
2000).
What has changed in Outlook 2003? How do I make this work?
Thanks.
Jim
My Add-In works great under Outlook 2000. But when I operate it under
Outlook 2003, my CommandBar buttons behave very differently.
When the user changes the current selection in the Inbox, I set
objButton.Enabled to True or False for each of my buttons to enable or
disable the buttons as appropriate for the current Inbox selection.
This works under Outlook 2000 -- the various buttons on my CommandBar
change states instantly as the user navigates through items in the
Inbox. But under Outlook 2003, a button is not updated unless I hover
over the button with the mouse during the button update by the Add-In,
and then move the mouse pointer off of the button.
Something fundamental has changed with Outlook 2003 CommandBar
buttons. Oddly, if I undock my CommandBar and let it float, my buttons
*are* properly updated as Inbox items are selected. But I must
achieve the same button response for the typical user configuration
where my CommandBar is docked in Outlook.
Outlook 2003 does what I need with its own CommandBar. If you
alternate selection between an Inbox item and the Outlook 'Date:
Yesterday' group heading, three buttons (Reply, Reply to All, and
Forward) on the Outlook CommandBar visibly alternate between enabled
and disabled states exactly as I need (and have working under Outlook
2000).
What has changed in Outlook 2003? How do I make this work?
Thanks.
Jim