QUOTE(snively @ May 27 2006, 19:28)

mazy could ya paste the code you have for the dropdown box please?

sure, np. you would need the font from my original post (it's in the rar with fcs files).
padding: 4 (left, right), 0 (top, bottom)
text (r, g, b): 129, 129, 129
selection text, background: white
selection background: 119, 213, 249
CODE
// column widths
$puts(ci,1)
$puts(ct,12)
$puts(cl,7)
$puts(cn,2)
$puts(cs,1)
// colors
$puts(cols,cccccc|FFFFFF)
$puts(coli,888888|FFFFFF)
$puts(colt,818181|FFFFFF)
$puts(colti,F9D577|FEEFBF)
$puts(coll,009CE8|E0AD12)
$puts(coln,888888|FFFFFF)
// other
//$puts(s,$get(cols)┇$tab($get(cs)))
$puts(s,$get(cols)┇)
$if($strcmp($replace(%title%, ,),),$puts(empty,1),)
//$if(%lock%,,$puts(ct,$add($get(ct),$get(cl))))
// ---------------------------------------------------------------------------------------------------
// formatting string
// index
$if($get(empty),,
$get(coli)$replace($num(%index%,2),0,₀,1,₁,2,₂,3,₃,4,₄,5,₅,6,₆,7,₇,8,₈,9,₉))
$tab($get(ci))
// index-sep
$get(s)
// title
$if($get(empty),,
$get(colt)
%title%
$get(colti)
$if(%isactive%,' (active'$if(%isplaying%,', playing')')',$if(%isplaying%,' (playing)'))
)
$tab($get(ct))
// lock
$if(%lock%,
$get(coll)
'('%lock%')'
,)
$tab($get(cl))
// size-sep
$get(s)$tab($get(cn))
// size
$ifgreater(%size%,0,$get(coln)$replace(%size%,0,₀,1,₁,2,₂,3,₃,4,₄,5,₅,6,₆,7,₇,8,₈,9,₉),)