What does this have to do with RibbonX refresh? The Inspector ribbon control
is updating, isn't it?
For the Explorer, activate it, update it and then deactivate it. Otherwise
wait for it to be activated for the refresh to occur.

Signature
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
>I create a commandbar on EXPLORER and the it have a button, the button have
> two state icon. Now in any new INSPECTOR also have the same
[quoted text clipped - 11 lines]
> soon
> as i click the button.
ryotyankou - 19 Oct 2009 02:54 GMT
It seems that this is just the working way for ribbon. Right? But in
outlook2003, the button icon change as soon as i make some change on it by
code.(yeah, i want it to change).
>What does this have to do with RibbonX refresh? The Inspector ribbon control
>is updating, isn't it?
[quoted text clipped - 7 lines]
>> soon
>> as i click the button.
Ken Slovak - [MVP - Outlook] - 19 Oct 2009 14:47 GMT
Are you calling Invalidate or specifically invalidating that control? If you
are then that's just the way things work with the ribbon. Personally I find
a lot of limitations in programming and working with the ribbon and don't
find it a very satisfactory way to do things. But since it's not up to me I
have to live with it.

Signature
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
> It seems that this is just the working way for ribbon. Right? But in
> outlook2003, the button icon change as soon as i make some change on it by
> code.(yeah, i want it to change).