Hi,
I've got a command update handler which does the work and update my toolbar button, but... not all the time... !?

Does this handler called every time the application is on idle?

I have a situation where my button should get enabled but the handler doesn't even get called afterwards. Any ideas why?

Is it O.K., in addition to the command update handler, to directly go and update the toolbar button?

Thanks.