ID:271719
 
Is it at all possible to change the background colour of the individual tabs'... tabs? As in:



I was attempting to make a "tab blinker" wth this code here:
for(var/i=5;i>0;i--)
winset(src,"help_pane","background-color=#[!(i%2) ? "000000" : "ff0000"]")
sleep(10)

To draw attention to the Help tab when new information is displayed in it, but it seems background-color just changes the interior background colour of the tab content.

If not, how difficult would it be to make the background-color of each pane's physical tab a property of the pane and not the tab control? I think it'd be rather useful.
do u mean the words or the tabs i think eiter dont work but u can replace them with image i think.
I believe currently it is not possible (keywords: I think) right now to define custom colours for an individual tab, but it does sound very nice feature to have.