home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 July & August / Hrac_23_1998-07-08_cd3.bin / mp3utils / playmate / skins.tx_ / skins.tx
Text File  |  1998-05-31  |  1KB  |  51 lines

  1. the official mp3PLAYmate skin documentation 1.1.0
  2. SKIN ME UP SCOTTY!
  3.  
  4. how to use a skin for mp3PLAYmate:
  5.  
  6. 1) download "atomic.zip" from the mp3PLAYmate homepage
  7. 2) extrakt it into your mp3PLAYmate directory
  8. 3) skins are stored in the "skins" directory
  9. 4) each skin must be placed in an own subdirectory under "skins"
  10.    (f.e. \skins\atomic or \skins\myskin)
  11. 5) enter the "settings" dialog and select a skin from the
  12.    dropdown list
  13. 6) enjoy
  14.  
  15. IF YOU WANT TO CHANGE BACK TO mp3PLAYmate's STANDART
  16. SKIN YOU WILL HAVE TO RESTART THE PROGRAM!
  17.  
  18. how to make a skin for mp3PLAYmate:
  19.  
  20. 1) download "atomicskin.zip" from the mp3PLAYmate homepage
  21. 2) use the same picture names as in the atomicskin example
  22. 3) try to use the same picture sizes as in the atomicskin example
  23. 4) right now you can replace every graphic on the remote and the
  24.    editor, every window will be affected by the settings in colors.ini
  25. 5) edit the color.ini to fit your buttons:
  26.  
  27. color.ini:
  28.  
  29. there are three tags you can use:
  30.  
  31. backcolor=    'general background color
  32. framecolor=    'color for framed regions
  33. textcolor=    'color for the text
  34.  
  35. DON'T USE SPACES OR TABS IN THE COLOR.INI!
  36. every color sould start with &H, then add the blue, green and red
  37. values in HEX (00-FF) (it would be 0 to 255 in DEC).
  38.  
  39. here are some color values:
  40.  
  41. &H0        black
  42. &HFF        red
  43. &HFF00        green
  44. &HFFFF        yellow
  45. &HFF0000     blue
  46. &HFF00FF    magenta
  47. &HFFFF00    cyan
  48. &HFFFFFF    white
  49.  
  50. (yes, it works like on those webpages)
  51.