On May 1, 2012, at 1:25 PM, Bob Sneidar wrote:
> This is getting embarrassing. Seems that setting wholeMatches to true
> prevented finding a tab item that was preceded by a "(" which is the
> disabling character for a menu item. If I can't find it, I can't re-enable
> it! This should resolve th
This is getting embarrassing. Seems that setting wholeMatches to true prevented
finding a tab item that was preceded by a "(" which is the disabling character
for a menu item. If I can't find it, I can't re-enable it! This should resolve
that problem:
ON disableTab theTabPanel, theTab
IF th
Slight update to accommodate wholeMatches. It's conceivable someone might pass
one word of a two word tab name, and I would have gotten the wrong tab! eg.
Base, First Base, Second Base, etc.
ON disableTab theTabPanel, theTab
IF theTabPanel is empty THEN exit disableTab
IF not there is a b