The user takes my menu choice to turn bar numbering on. Currently, I do that numbering in OnBarUpdate() because that seemed to me to be the logical place. The problem is that I don't know how to get my OnBarUpdate() to run in response to the user action. The numbering works fine if I manually force an update. I just don't know how to do that automatically.
I don't care about OnBarUpdate(). I only care that I put numbers on the appropriate bars (e.g. every fifth bar) when the user tells me to. How do you suggest I get those numbers on the screen when the user tells me to?
Thanks.

Comment