Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 8th November 2001, 05:11   #1
drwho9437
Senior Member
 
drwho9437's Avatar
 
Join Date: Oct 2001
Location: UMCP
Posts: 395
Thinger icons, etc

I wish to make the thinger icon something other than the standard green. I noticed in Sonic Amp that they were another color thus it can be done my question is how?

Also, How do I make a button to call the thinger window instead of by menu? Sonic amp does this too. I quickly looked at the XML and scripts but did not see the answers.
drwho9437 is offline   Reply With Quote
Old 8th November 2001, 09:10   #2
Riksruin
Major Dude
 
Riksruin's Avatar
 
Join Date: Jul 2000
Location: Glos, England, UK
Posts: 1,436
Send a message via ICQ to Riksruin Send a message via AIM to Riksruin Send a message via Yahoo to Riksruin
This is the code to change the colour of the thinger icons

you can also change the gamma levels of buttons and backgrounds

you can have as many of these in your skin and the user will be able to selectr them using the color component in the thinger,

have a look using the default skin

<!-- Gamma sets -->
<gammaset id="Default">
<gammagroup id="Backgrounds" value="0,0,0"/>
<gammagroup id="Buttons" value="0,0,0"/>
<gammagroup id="Thinger icons" value="0,0,4096"/>
</gammaset>

toggle the thinger using this code

<button
id="Thinger"
action="TOGGLE" param="thinger"
x="242" y="83"
image="player.button.about"
downImage="player.button.about.pressed"
tooltip="Thinger"
/>

obviously change the images to what you want them, and the co-ords
Riksruin is offline   Reply With Quote
Old 8th November 2001, 22:53   #3
drwho9437
Senior Member
 
drwho9437's Avatar
 
Join Date: Oct 2001
Location: UMCP
Posts: 395
Thanks as you can tell in my main post I got it working now. Thanks again.
drwho9437 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump