@upNorth : thanks, i've made a quick modification (copy'n paste from HeaBside) to add fastscrolling of playlist, and tabs playlist navigation, ski files are
here (sorry, had to change some placements). Your relative placement code is very clever, i didn't figured how it works until i saw the ascii figure

@robenroute :
QUOTE(robenroute @ Mar 23 2004, 05:31 PM)
Just a little thingie: clicking the "Always on top" button doesn't make the skin do what it should do (stay on top of all other windows). Any idea?

Happy to see you like HeaBside

the "always on top" button
should remain highlighted when Always on top mode is active. If it's still transparent, then this mode is inactive. My code isn't really clean about this,

i was too lazy to fix it clearly, so just keep clicking on it until it remains highlighted
(added your request into my todo list
)@mixmixmix :
QUOTE
maybe auto-scrolling of playlists/track names/album names./ when u highlight them?
i've tried to implement something in previous betas using upNorth great smooth scrolling code, but i had some weird issues with foreign characters (some accents on french tracks, and with come japanese ones too) so i've decided not to release it. Instead, there's a tooltip wich displays more informations about the track than the fields in the look.

If you want a simple scrolling, just modify the HeaBside.ski : under the
CODE
sprite BhTracknumberTitle
//just add this line
bool scroll true
I can't think of a way to toggle this scrolling on/off using mouseenter trigger... maybe we'll need the look_setValue function for this ?
QUOTE
maybe turn them a different color when they are mouseovered
good idea, but what color should be used ? maybe the rgb complement of the standard color ? i'll try to do this asap, but i'm working on another idea now
(added your request too into my todo list
)i've made a webpage to explain HeaBside features, and to explain how you can keep your color preferences :
HeaBside webpagethanks for your feedbacks, it's important for me to know how other foobarfans use it, what are the problems, wich improvements you see...