When using the WebToolBar I often need to ‘refresh’ the captions and icons of items, based on conditions (outside of the WebToolbarButton). Which all works great, except…
When the WebTimer responsible for keeping the menu items updated fires, any updates to menu items caused focus to drop. The issue with this is that a drop-down selection immediately rolls up, stealing away the drop-down from the end user.
I’ve tried creating a Boolean that bypasses refreshing, but I’d prefer to disable the refresh timer while the end user is interacting with the WebToolBar.
There aren’t any events (that I see) that trigger when a user presses the WebToolbarButton, so no way to know they’re looking at the drop-down, thus it gets wiped away by the refresh timer.
Any of-the-shelf solutions for ‘detecting’ when the user is interacting with the WebToolbar? Thx
7 posts - 2 participants