Also a pity. MMD3 may be old as my granny but it's always been the only skin I've used. I wonder if there's a way to edit/tweak the code/settings in the skin. I've never messed with Winamp plugin or skin-editing and it's been a while (years) since I did any programming. I'll check the files and see if there's anything intelligible.
EDIT: found several settings in the .xml files.
<togglebutton
id="aotdummy"
x="58" y="9"
w="1" h="1"
cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Always on top"
/>
<togglebutton
id="playershade.button.aot"
x="32" y="24"
image="playershade2.button.cfg.aot"
downImage="playershade2.button.cfg.aot.down"
activeImage="playershade2.button.cfg.aot.active"
tooltip="Automatic Always on top in whinshade mode"
rectrgn="1"
/>
<togglebutton
id="s2aot"
x="7" y="24"
image="playershade2.button.cfg.aot"
downImage="playershade2.button.cfg.aot.down"
activeImage="playershade2.button.cfg.aot.active"
tooltip="Automatic Always on top in whinshade mode"
rectrgn="1"
/>
Any of those settings worth changing?
activeImage="playershade2.button.cfg.aot.active" change to .disabled?
|