[quote=foosion,Sep 20 2004, 03:36 PM]The revised revised ui_extension API looks good, at least as far as I can tell now. I was quite busy with other matters, so I haven't been able to try it out or even finish adding panel support to foo_history.
A small request concerning the active item frame in the playlist: Could you please draw it below the text?
[/quote]Hi,
I actually prefer text underneath frame. Maybe an option could be done at some point.
[quote=Killmaster,Sep 21 2004, 05:02 AM]Could you change it so that the albumlist panel will sort the database view in the same order as the albumlist settings?
[/quote]That would require the panel to be implemented in teh albumlist componenet, or at least some changes or something.
[quote=kode54,Sep 21 2004, 07:42 AM][quote=Insolent,Sep 19 2004, 10:12 PM]Yeah, I'm using XP. The buttons were in PNG format. I had the two required DLLs (libpng and zlib) and it was still showing transparent bits as white though. I found a workaround however. I just opened the PNG in Paint and saved as a 24-bit BMP and instant transparency.

[/quote]
Maybe Columns UI doesn't support 8bpp PNG with tRNS chunk in place of 32bpp. On an aside, it should probably support the bKGD chunk as well, which in some cases indicates a palette index that should be fully transparent, or a RGB color which may also be treated as transparent.
TweakPNG is really useful for examining or tweaking your images.
[/quote]
I know my png loader sucks, but I dont know anything about the things you meantioned anyway... Write me a decent one if you feel up to it...
[quote=SoulEata,Sep 22 2004, 08:47 PM]musicmusic, because of you I am now using fb2k
However, I'd like it so much better if the dbexplorer could be an actual TAB in foobar, versus a side-panel.
Thanks alot.
[/quote]Sorry, no plans for that at the moment.
[quote=spaceships,Sep 25 2004, 02:48 AM]maybe a bug, maybe not can you no longer chose the color for everyother color?
[/quote]Do not know what yuo mean. Maybe you need to press the apply button ?
[quote=yojig,Sep 25 2004, 05:08 AM][quote=musicmusic,Sep 17 2004, 07:33 AM][quote=yojig,Sep 14 2004, 09:59 AM]@musicmusic
i found very annoying bug.. It appears only windows2000 sp4 (at windows XP all ok).. Baloon tooltip does not redraws when i press next track or pause/unpause..
For example, when foobar pared-down into tray i press play baloon tooltip shows "britney spears - blah" then i press next song hotkey BUT tooltip don't show name of next track(not redraws), he shows "britney spears - blah" again...

Please fix this small, but very annoying bug which goes since first versions..
On 'default UI' - all ok
[/quote]
It should be fied for the next version, thanks for the report.
[/quote]
Want to notice you, today try alpha4 on 2ksp4 -- all works fine! Thanks!
[/quote]Thanks for the confirmatioin

[quote=kerpondile,Sep 26 2004, 08:36 PM]Just wanted to say that I love this extension

[/quote]Yeah
[quote=R2D2,Sep 27 2004, 04:27 PM]When I set the sorting in the databse explorer panel to %_path%, it sorts by %album%. Why?
[/quote]I don't think the sort setting actually does anything.
[quote=upNorth,Sep 28 2004, 05:16 PM]I just got this idea:
Wouldn't it be nice to add some colors to the playlist switcher panel, to make it easier to differentiate between different playlist types? This could be done with TAGZ code in it's own box, under "Columns UI->Display->Playlist switcher..." in preferences.
Reasoning:I have quite a few different types of playlists, based on their contents and how they where generated (using the extended playlist generator). Some of my types are: Genre based, play count, track rating, streaming, temp and more.
Here is a
screenshot of how it might look. In that screenshot, all playlists that should be forced to show all tracks as singles (meaning, show both artist and title info ++) starts with
-s-, the ones generated from track rating and play count, shows the sorting used in parenthesis and some of these which are genre specific, also shows genre.
I think it would look alot better and be easier to read, if I could make all "force single mode" playlists to appear in one color/shade, all generated from track rating in another, play count in a third, with the info in parenthesis dimmed and so on.
By using special characters/strings (e.g. -s-, Ī, =, ..) in the playlist name you could simply replace them with color codes before display, and hence get a list that would be both cleaner and easier to read at the same time. These now "invisible" special characters/strings could still be used in the formatting of the playlist
So, does this sound way over the top? Would it be alot of work to add this as an option, in addition to the current "one color fits all"?
[/quote]It would require either tagz or a true/false filter thing like tha current playlist filer, wihich would chosse from two diff. colours.
I have no plans for that at the moment, you can actually use colour codes there if you want, put them in the playlist name.
[quote=anza,Sep 28 2004, 05:19 PM]Is there an option to disable the title bars of the sidebar panels in beta4?
[/quote]It is forthcoming.
[quote=foosion,Sep 28 2004, 05:32 PM]foo_ui_columns 0.1.2 alpha 4 is... how should I put it... simply great.

[/quote]Ha ha thanks

[quote=foosion,Sep 28 2004, 05:32 PM]Yet, there is no light without darkness: In ui_extension.h, there is a mysterious #include "helper.h" directive, but there is no helper.h in ui_extension.zip. foo_history compiled fine after commenting that out.
[/quote]Yep, just comment it out for now, it was some obsolete crap I was writing, unnecessary.
[quote=foosion,Sep 28 2004, 05:32 PM]A small feature request: Could you add support for the ui_drop_item_callback? All that is needed, is a call to ui_drop_item_callback::g_is_accepted_type() and ui_drop_item_callback::g_on_drop(). I would appreciate it, if I could use the plugin installation feature of foo_beammeup in foo_ui_columns.

[/quote]Yeah, there wan't any documentation about that, I wasn't sure if it was called in playlist_oper::process_droped_files*() or not, and did not get around to cheecking. I will fix it for the next version.
[quote=foosion,Sep 28 2004, 05:32 PM]On a sidenote, would it be OK, if I used code from foo_history_panel in foo_history?
[/quote]Of course, go for it

. I would check over it all first, of course though. I know, for example, the history::on_items_removed() handler messes up the selection.
[quote=syrek,Sep 29 2004, 12:40 PM]

I'm using the theme HmmXP and I'm making a button set to go with my theme. I see 2 disturbing points in my button set.
First, for the trained eye, there is some white next too the buttons (1 pixel

). I used 24 bit PNG with transparency, if I'm correct that makes 32bit PNG.
[/quote]
Hi, (i think) the space you refer to is because the buttons are indented when pressed. When extra options are implemented, it will be avoidable.
[quote=longyan,Sep 30 2004, 07:50 AM]I used alpha 4,but I think it's worse than alpha 3.[/quote]The main thing behind alpha 4 was the api changes.
[quote=longyan,Sep 30 2004, 07:50 AM]And both can't load the vis color setting in the fcs files.
[/quote]Vis panels support instance-specific colours, currently imported vis colours affect new vis panels only (i think).
[quote=liquify,Sep 30 2004, 03:18 PM]Okay, someone asked a question and no answer was given so I'm going to ask again and provide a screenshot.
I've searched through all the settings and had friends who've been using Foobar longer than me look as well and I can't figure out how to turn this off.. see image.
All I'm looking for is a way to turn off or disable the headers on the sidebar as they are cluttered and do not inherit the style I wrote for bb4win.
Any help you can provide would be great, thanks.

[/quote]Chill out, its an alpha version.. Not to mention the pallette title (i.e. small caption) font & size settings in display properties seems a bit messed up for your theme. I could also make them use xp theming, but it is far more complicated..
[quote=upNorth,Sep 30 2004, 04:24 PM]@liquify: I would also like to be able to disable headers, but this is an alpha version and headers was introduced in the latest alpha, if I'm not mistaken. musicmusic (the developer) usually answers all questions, but he hasn't read/posted since anza made this request in the first place. So, just be patient until musicmusic drops by...

Btw: Just a guess, but he might have added headers to have something to right click on to bring up the panel related context menu. Instead of the way it worked previously, when this menu was added at the top of the standard context menu.
[/quote]Yes, I have been very busy (started uni) but I will either make it optional, or show them only for panels (as opposed to toolbars).