|
|
#1 |
|
Senior Member
Join Date: Jan 2001
Location: the elizabethan era.
Posts: 446
|
[note]not an intentional x-post. Was originally in the wrong forum.[/note]
Ok, this will probably end up being a stupid question, but anyways... I'm working on my first WA3 skin and for some reason the togglebutton functions in the main player do not work. (Crossfade, Shuffle, and Repeat.) The graphics work perfectly, but the buttons themselves do nothing. I have checked, re-checked, and re-written the .xml a dozen times but no go. Hints or suggestions anyone? This is how it reads right now: <togglebutton id="Crossfade" x="159" y="144" Image="player.xfade.disabled" downImage="player.xfade.pressed" activeImage="player.xfade.enabled" tooltip="Crossfade" /> And in the elements file: <bitmap id="player.xfade.disabled" file="gfx/smalluplitoff.png" x="0" y="0" h="14" w="7"/> <bitmap id="player.xfade.pressed" file="gfx/smalldown.png" x="0" y="0" h="14" w="7"/> <bitmap id="player.xfade.enabled" file="gfx/smalluplit.png" x="0" y="0" h="14" w="7"/> So why the hell won't it work?
|
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|