QUOTE(Seldaek @ Mar 29 2006, 12:02 AM)
The main issue with this right now for me is the fact that whenever you change something in the layout, you have to resize everything.
If you add a new panel, it has to start with some size. Also note if you make changes to the layout (i.e. resize stuff) through the main window whilst the configuration window is open, the previous layout in preferences will be applied when you click apply/close the preferences.
QUOTE(Seldaek @ Mar 29 2006, 12:02 AM)
And the fact that you have to right click > move up/down several times in a row some times, and that you can't drag something and move it into another splitter. This would be great but I admit maybe not worth the time coding it.. I'll let you judge that.
I hope to add dragging them around in preferences later on

Its only "pre-alpha" so not everything is there.

QUOTE(Seldaek @ Mar 29 2006, 12:02 AM)
Having tabs acting like splitters in the Layout dialog being the better solution I think.
It can do that if it implements the splitter API

QUOTE(Killmaster @ Mar 29 2006, 02:01 AM)
hmm, another thing - adding changes to the layout takes a really, really long time right now. Are there any planned speed improvements in this regard?
Someone in another thread also suggested switching to a Office 2003-style layout, which would be interesting. With every change taking about 15 seconds just to appear, something a little more instantaneous would be nice.
15 seconds

That's quite excessive

Well the good news is its all been rewritten in the next version, and the backend to the preferences page does not suck quite as much. So I hope its faster

It maybe repainting whilst populating the tree is slowing it down, so I'll prevent that too.
Dragging panels around through UI: its complicated. I think a good accessible preferences page is allows a bit more in flexibility (e.g. hiding captions) but sacrifices in ease of use.
QUOTE(mimeryme @ Mar 29 2006, 04:34 AM)
To add to this, is there a way to lock a panel in width and height or perhaps set a maximum and minimum for both so that maximizing foobar won't change the panels to undesired sizes?
I like the playlist to take up as much space, but for other panels, I'd like them to stay within a certain size and not expand so much.
Beyond locking it: no.
QUOTE(pIv @ Mar 29 2006, 12:25 PM)
.To
musicmusic.
My suggestion is import and export layout from/to any file, as I can import/export now columns and titles from/to fcs file.
FCS -columns view,
FCB - buttons view and also
FCL - layout view.
Story layout in foobar.cfg is not good idea.
The problem with exporting the layout to a file currently, is that panel configuration data could contain data pertaining to your computer (e.g. file paths in buttons toolbar). So it needs changes in panel API to fix that. I'll make them for next version (better now than later..) so this can maybe be implemented later.
QUOTE(vvs @ Mar 30 2006, 05:02 PM)
I have a minor problem with the newest Columns UI (0.1.3 pre-alpha 17v6).
When I try change the font of column title, the change doesn't apply.
I have gone through the preferences dialog, but can't find anything
that would cause this behaviour. I have also tried to restart foobar.
Can anyone confirm this?
I would say: it maybe your visual style. For certain common controls if a visual style specifies a font for it then common control will use it instead of whatever I set. So maybe your visual style is specifying a font for the header control. In that case you can either hack your visual style, complain to whoever made it, or find another one (default XP ones are fine).
QUOTE(rotzbouw @ Mar 30 2006, 06:02 PM)
Hi,
I'm having trouble refreshing directory trees in the album list panel. it just doesn't work. Is this a bug or am I the only person with this issue? Please help, this is the only thing to be improved that I can think of. Thanks!
It refreshes from the media library, not from your hard drive. There is a rescan media library menu item in the library menu.