QUOTE(picmixer @ Nov 5 2004, 10:58 PM)
And another request for musicmusic. Do you think it would be possible to include some kind of "replace" and "replace all" function for editing .fcs files. I tried doing this in notepad and it somehow seems to corrupt my .fcs file.
However even if it was possible in notepad it would still be nice to have that function right in the columns UI config. It would make editing colors a lot easier for me.
Hex editor?

You could use (global) variables for your colours, it would be slower, but more convienient.
QUOTE(hunted @ Nov 6 2004, 12:03 AM)
QUOTE(picmixer @ Nov 5 2004, 01:58 PM)
Anyone has an idea what the "map colour codes" checkbox does in the global colour config? I couldn't follow columns delvelopment that well during my two months internet abscence and seem to have missed that one.
If you store some colors as global variables it wont work as a color unless you check 'map colour codes'. Its mainly there I assume so that if you dont use colors you can speed up global string parsing by ignoring color codes
That, and it is a bit of a hack and doesn't work properly.
To be more specific, last time i checked char code 3 doesn't work in special fields, and this option maps them to char 10s, formats the script, then maps char 10s back to 3. This obviously doesn't work for titleformatting functions taking colour codes.
If you read back over the thread, this could be done in tagz itself, but it is most likely slower.
QUOTE(nIRV @ Nov 6 2004, 02:59 AM)
one simple feature that could add so much to your UI, please code _customizable_ tooltips, please

I've been wanting that for so long now. When you stay over an item in the playlist, a tooltip appears (can be multiline) with some random predefined scheme that you scripted ...
I dont think it would be so much of a pain to add this to your component and could be greatly appreciated
(of course the tooltip can be color customized, specifing if the borders should be 3d of flat, or none, etc.) ...
hope you like the idea
nIRV
I know its been requested, but so have many things and it takes time. I dont if if everything you asked for is possible, but I have nothing against this idea so it should be implemented eventually.
QUOTE(Lampen @ Nov 6 2004, 08:49 PM)
Hi, didnt read the entire thread, so maybe this has been asked before.
Will there be an option to have ASCII buttons, like in default user interface ? I really miss that

Open your favourite image editor, and use to make your ascii buttons, save it as a png or bitmap, set columns ui to use it, disable drawing of the button edges if you feel like it.
I have no standard menu, so I can't have ascii buttons exactly like the default ui. I could try and make a toolbar that looks like it, if you want that i'll give it a go since it probably wouldn't take me too long.