
Hi all,
I'd like to implement a toolbar which is comprised of various subtools. These subtools are represented by icons in the left half of the toolbar. Depending on the currently active subtool I want to display certain control widgets in the right half. How can I interactively replace these control widgets when the user switches subtools?
Another question: While certainly there should be at most one subtool active at each time, there are situations when I want none of them to be active. If I understand correctly, EgeSelectOneAction is not the right thing for my purpose because it always requires exactly one option to be active. Is there another kind of action which I can use or do I need to implement my own?
Many thanks for your help, Max
P.S.: Sorry for cc'ing you directly, Jon, but Bulia said that you might know the anser. :)