QUOTE(Duble0Syx @ Oct 5 2004, 08:50 PM)
Oh, and I have it set so every other line is a different color
QUOTE
$if($greater($mod(%_playlist_number%,2),0),$rgb(000,000,000),$rgb(030,030,030))
but when I use the borders that no longer works. Do the 2 just not work together or have I screwed up, or do the color settings override my other color settings?
Please post the entire string.
QUOTE(ep0ch @ Oct 7 2004, 09:30 AM)
Hello Musicmusic I have another feature suggestion for some date in the future - not sure if it's been discussed before but...
Would it be possible to have muliple columns configs (just "columns")? And have a drop down ui extension that lets the user choose which config to apply?
A similar thing was discussed once. It would probably be quite a nice feature, but it isn't on my immediate plans right now.
QUOTE(anza @ Oct 7 2004, 05:58 PM)
QUOTE(81x @ Oct 7 2004, 07:27 PM)
QUOTE(anza @ Oct 7 2004, 02:17 PM)
[snip, forum doesnt seem to like like another nested quote...]
I second this!

Yeah i like this idea to, I suggested a similar idea a few pages back. But mine was about showing however many columns depending on whether the sidebar was visible or not (Usually i have 6 with, 9 without). Don't think musicmusic was keen on the idea tho

Of course it could be possible to achieve it with some tweaking of the resize value of the columns that you don't want to be seen. Just make it considerably bigger than the others' values are.
I just tested making a new column with the default width and resize value (both 100) and it's invisible when foobar's window is the size I usually have it, and it's perfectly visible when maximized.
I think I'll soon start tweaking my config...

edit: Ok, it doesn't work quite like that. It seems that you will have to have the width and resize values as the same (ie 10 and 10 or 100 and 100 etc) and it works.
Yes, using the autosizing columns + resize setting is what I suggestted before I think. It is stated how it is calculated on the columns ui documentation page. (There is a known bug related to this though..)
QUOTE(foosion @ Oct 7 2004, 11:06 PM)
A small feature request: Could you make it so, that a sidebar panel is activated when its titlebar is clicked? I just thought that if it looks like a docked dialog, it should also feel that way.
I didnt like the caption drawing, so it doesn't look like that anymore anyway.
You mean use SetFocus()? That is a bit dodgy, I mean the vis would never expect to be focused, and other panels would have to handle it so that it then sets the focus to a child window.
QUOTE(BlindSeer @ Oct 8 2004, 04:50 PM)
Loving the albumlist panel. I've noticed one bug though- if you select one item, scroll down, and then drag another item onto the playlist without selecting it first, the panel scrolls back up to the selected item.
It is like that as it was designed for auto-send, so it restores the selected item. I will see if I can prevent it scrolling like that.
QUOTE(anza @ Oct 8 2004, 05:43 PM)
What about an option to select what command to run when user double clicks on the background? I'd like to assign "Add files..." to it, just as in Photoshop

You mean double clicking on the playlist? It would be trivial to implement, so I will add it to my todo list.
QUOTE(janjan @ Oct 12 2004, 07:09 AM)
Three things:
1: If you add 'playlist switcher', 'playback button' and 'album list' (in this order from top to bottom) and now try to drag the top part the playback buttons do not move. (perhaps this was reported earlier, don't know)
2: I want to start developing a extension but I can't get the source compiled (using Visual Studio 6). It complains about an unknown 'GetAncestor()'. I tried several places where to put all the files and several combinations of dependencies. Could someone give me a hint what I must do to get foo_static_panel compiled?
3: I'm not sure about this one. Create as many playlist until the vertical scrollbar appears in the playlist switcher thing. Now scroll to the top and select the first entry. After closing and reopening the first entry is still selected but it is most often not visible. That means the scrollbar is centered. I hope this is understandable.
Keep up the great work, foo_ui_columns is the best user interface a music player ever had!

1.I knew something like that was broken, thanks. I will try and fix it, unfortunately it may be very complicated.
2. Sorry, insert #include <windows.h> in ui_extension.h
3. Do you mean closing and reopening foobar or the panel? I cant reproduce it anyway.