08-16-2013, 02:31 PM
hmm..i'd like to tweak a bit more
my program is multi tabbed, and main window title changes depending on the tab selection.
it can be "Program - first module" "Program - second module" "Program - third module" or "Program - fourth module" for first tab, 2nd and so on.
The toolbar is unique for the main program, and I don't want to create 4 toolbars.
How to link, for instance, toolbar to tabs 1 and 3 and not show it on tab 2 and 4.
Filtering on "Program - " part of name only shows toolbar for all tabs, as expected but not desired,
and i did not find a way to use regex.
my program is multi tabbed, and main window title changes depending on the tab selection.
it can be "Program - first module" "Program - second module" "Program - third module" or "Program - fourth module" for first tab, 2nd and so on.
The toolbar is unique for the main program, and I don't want to create 4 toolbars.
How to link, for instance, toolbar to tabs 1 and 3 and not show it on tab 2 and 4.
Filtering on "Program - " part of name only shows toolbar for all tabs, as expected but not desired,
and i did not find a way to use regex.