QUOTE(beto @ Aug 28 2006, 02:07)

I'm still having issues. There is some problem with the alignment:

could someone please point me to a possible solution? thanks.
I HAD the same prob. And my monitor is on same resolution as yours ...
-But since I fixed the code a little it appears in it full beauty ...!!

-THNX Russell !!
CODE
$puts(sizefix,$muldiv(10,$get(size),14))
... is the "evil" line ...!! (Search in Wordpad ;-) )
You can try to exchange the given "
14" with a "
12" and see if it works ...
AFTER that go to the "Played Time" Sequence:
CODE
//////////////////////////////////////Time total Bitrate Samplerate/////////////////////////////////////////////////////
...
...
...
...
//$if(%_time_total%,
...
...
...
$alignabs($add(245,$get(f9)),$div(%_height%,5),%_width%,%_height%,,)
...
...
$alignabs(259,$div(%_height%,5),%_width%,%_height%,,)
...
...
$alignabs($add(266,$get(f11)),$div(%_height%,5),%_width%,%_height%,,)
.
..
...
//////////////////////////////////////////Codec///////////////////////////////////////////////////////
$alignabs(285,$div(%_height%,5),%_width%,%_height%,,)
...
...
Here you can put each
3-digit-number a little bit up (steps by 1).
I hope it will help ...!!
________________________________________________________________________________________
And to be in the Leage of Suggest0rs:- Russell, have you seen the
//$if(%_time_total%, above as a quote of your code ...?? . . .
<<----
...!! - I like the
functions of the 2nd one but nessesarily more the
size of the first ... ---> Perhaps you could implement a smooth
blink-script (not too fast) that switches between the
Codec-stuff and the
Rating/Playcount ...??
. |
. |___-> The Name-Stuff (spex mentioned) would fit there as a 3rd instance to switch between as well
- And the
Rating-RANGE should be "easy customiseable", too (like the colors, eg ) ...!!

________________________________________________________________________________________
I am already impressed ...!!