QUOTE(psynapse @ Aug 28 2004, 04:13 PM)
No offense, but why is the foobar2k class id so messed up in the latest version?
It seems to be a memory address, or random numbers
Any chance you could set it back to the standard fb2k or columns_ui class id in the next version, musicmusic?

Its not changing back, I would suggest you change it in your program/etc. (It does not change between foobar sessions, if that's what you thought)
There isn't a "standard" fb2k class, the class name I was using before was what the standard ui was using some time ago. It also uses a GUID for its class name now, or at least last time I checked.
It was changed to break compatibility with any components using hacks with my rebar, because I figured it would blow up because of those components. I don't know if it did actually break compatibility though...
QUOTE(Lyx @ Aug 28 2004, 04:57 PM)
First, many thanks for all the useful additions. Together with a central import/export plugin the extensible toolbars could really become a milestone in foobar development.
A minor idea - while the ability to disable the statusbar is very welcome, would it be possible to add an easy way to show/hide it without going into the preferences? Most intuitive way i can think of would be adding the statusbar to the toolbar-contextmenu, so that one can show/hide the statusbar just like any other toolbar-component.
- Lyx
That would imply adding "show sidebar" as well to that menu, and I don't want to add random thingss there since it isn't customisable. I can add it in "Components/Columns UI" though.
QUOTE(upNorth @ Aug 28 2004, 09:11 PM)
Commented code is always nice, and the more panels (sources) I have to look at, the better. I have alot to learn, but I have solved pretty much every problem I have encountered by searching and looking at sources. I think I will develop my plugin a little futher as a dialog based plugin, before attempting to turn it into a panel. So, I won't bother you with my questions just yet. But thanks for offering to help me out

I made some effort to comment it, I didn't to a very good job though

Yes, that sounds like a good way of going about it. I
think you could actually use a dialog for a ui_extension, if you wanted to.
QUOTE(upNorth @ Aug 28 2004, 09:11 PM)
Concerning resizing of panels in alpha 2:With three panels (a,b,c) like this:
__________
|a
|____1____
|b
|____2____
|c
|_________
I see two different behaviours when resizing panels:
A) If I grab splitter bar 1 and drag it downwards, I will be able to also move "2" when panel b's minimum size is reached (resizing panel c as a result).
B) But, if I grab 2 and drag upwards, I hit a brick wall when panel b's minimum size is reached (size of panel a won't be affected).
I would prefere behaviour A) for both, as it's more convenient when you need to enlarge one panel alot.
Was that explanation any good?
Ok I didn't actually notice that, thanks. Handling all this sizing stuff is very complicated, because a panel can have a minimun and maximum height, it can be locked, and on top of that they auto-size.. Though I should be able to change that behaviour easily I think.
QUOTE(anza @ Aug 29 2004, 11:50 AM)
musicmusic: The database explorer panel seems to forget it's font size everytime I load foobar up.
Thanks, I fixed that one bug if you redownload.
QUOTE(anza @ Aug 29 2004, 11:50 AM)
Also, could you add the system default colors also to it's configuration, please?

Sure, why not

I'll add it when I update it again.
QUOTE(Paulus @ Aug 29 2004, 12:47 PM)
ow and a suggestion for musicmusic, is it possible to make a option for the db-explorer, that if i select a album or song in the treeview, it does show the whole DB in the dbview, and it highlights only the selected file (so it doesn't load a only that song in the dbview like it does now), just like the search option does.
i hope you understand what i mean, i'm just terrible in explaining myself in english , sorry

Sorry, I am not going to add any new features to it for now. Only thing I may do is update it for albumlist 2.0 if noone else does. Hopefully someone else will implement your feature

QUOTE(WarBird @ Aug 29 2004, 08:29 PM)
Dont know if this is a foobar problem or columns ui problem, but I have several albums in APE and FLAC format, with %cuesheet% tags. The problem is that adding these albums with the albumlist panel doesn't "resolve" the cuesheet, and adds just the ape/flac file. adding the ape/flac manually, dragging it into foobar from explorer works flawlessly tho
Does it work with normal albumlist? If so than its database explorer problem, and will be fixed eventually.