When using the java mouse over the third item seems to have a mind of its own
Q:
When using the tab java mouse over the third item in the second tab seems to
have a mind of its own.à will not take the attributes of all other tabs.
Have tried to force it to comply be creating an individual style just for that
button…but that doesn’t work either.
have spent (wasted) much time trying to get this to work.à What is
the problem?ààà Very frustrated.
A:
This tab differs from other tabs because it is selected tab. You’ve
set:
var bselectedSmItem=10;
You can try to set it in the following way:
var bselectedSmItem=0;