QUOTE(metal_termite @ Nov 9 2004, 11:23 PM)
how about the implementation of a css like syntax along with the background image thingo to overhaul the current color coding formatting. personally i find it confusing.
so it could be something like this:
isplaying-background-color: #808080;
isplaying-font-style: #ffffff bold;
isplaying-font-size: 11pt;
isplaying-border-style: dotted #454545;
isplaying-border-width: 1px 0px 1px 0px;
isplaying-padding: 5px 0px 5px 0px;
selected-font-style: #777777 italic;
selected-background-color: #666666;
selected-border-width: 0px 0px 0px 0px;
---
just a thought.
In regard to the format, it will be slower due to the increased overhead from parsing it. The increased overhead seemed to be significant enough but I'll look into it a bit more.
Why have you separated isplaying the stuff up? Are you implying this shouldn't use tagz, or where you thinking it might be faster that way?
QUOTE(pIv @ Nov 10 2004, 07:57 AM)
All ASCII-Buttons show "[..."
I'm on W2K SP4
FB2k 0.83
Columns UI Beta 3
comctl32.dll version 5.81 in winnt\system32
I place screenshot in upload section of forum
Maybe Microsoft are generally retarded; version 5.81 and 6.00 are behaving differently in a few aspects. I didn't even know the columns ui menubar is a bit messed up on comctl32 5.81.
And Im even using a CCM_SETVERSION message, though maybe Microsoft were trying to imply something when they stated
QUOTE
If you have ComCtl32.dll version 6 installed, regardless of what value you set in iVersion, the CCM_SETVERSION message returns version 6.

Try version
0.2, I added separate handling for comctl32.dll version >= 6.00 and <6.00, and I also fixed a couple of bugs.
QUOTE(janjan @ Nov 10 2004, 04:47 PM)
I don't think adding all this color/border/image stuff is a good idea. All I want is a fast, simple and clean User Interface and I'm very sure that adding this stuff will not speed up things.
I'm currently using a very simple design but in large playlists I got some unsmooth scrolling anyways (2.6 ghz Athlon Xp, 1Gb ram).
In regards to the change of colour string format, yeah it would be slower. But other things are just gonna have a neglible speed impact, unless you use them.