First off, CAT's `ToolbarManager` is sweet! Being able to automate the adding of custom buttons to a user's toolbar with the simple double-click of an .exe is a game-changer!
Quick question...
It seems not possible to fully prevent duplicate custom buttons from being added to the toolbar via CAT.
For example, check out Slide 26 of the Laserfiche Empower EDM213 presentation. From what I can tell, that code iterates over the number of custom toolbar buttons that have been added here, not the number of custom toolbar buttons that have actually been dragged/dropped onto to the toolbar. Is that accurate?
If so, running the CAT application twice in a row causes the custom toolbar button in question to appear twice on the toolbar. That's also the behavior that I'm seeing on my end.
This is definetley not a major issue, I just wanted to see if it was programatically avoidable. Thanks!