Help - Search - Members - Calendar
Full Version: Columns UI
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
anza
I understood that, that's why the edit in my post smile.gif No other settings were lost really. Actually I didn't notice it as the only panels I had was the tabbed panel stack (which doesn't work now of course) and the standard visualization.
musicmusic
QUOTE(anza @ Nov 25 2004, 10:18 PM)
I understood that, that's why the edit in my post smile.gif No other settings were lost really. Actually I didn't notice it as the only panels I had was the tabbed panel stack (which doesn't work now of course) and the standard visualization.
*

Oh ok. I misinterpreted your edit.

I updated beta 4 is fix broken drag and drop to playlists panel.

I also updated foo_uie_albumlist to fix it forgetting its view (thanks Phi).
dano
Is this a bug?
When i select a bunch of playlist entries with SHIFT-LM, i cannot make the selection smaller, only after i removed one selected entry with CTRL-LM
AndyL
After upgrading to the latest version of ui_columns, the foo_temple panel seems to have disappeared from my list of available panels...
hunted
Try IZArc, it seems to handle everything and is pretty similar to winrar and free

Also if you can only see playlist switcher as a panel, that means you have updated to beta 4, and no panels support beta 4 yet.
PLEASE DONT UPDATE TO BETA 4 IF YOU USE PANELS, THERE ARE NO PANELS RELEASED FOR IT YET
unless of course you just want to test it out.
Slotos
Drop as several playlists feautre request.

I have my music organized in directories in the way i'd like to see it in the playlists panel. And I'd like to add it all with one drag'n'drop action. With Ctrl+Drop for example.

I often change location of my music. And I'm used to delete my playlists accidentally without mentioning their names.
foosion
Offtopic posts about 7-zip split to here.
musicmusic
QUOTE(dano @ Nov 27 2004, 06:07 PM)
Is this a bug?
When i select a bunch of playlist entries with SHIFT-LM, i cannot make the selection smaller, only after i removed one selected entry with CTRL-LM
*
By design. If you want standard listview selection behaviour (or similar at least) go prefs/columns ui/playlist view and uncheck "enhanced selection model".

QUOTE(Slotos @ Nov 27 2004, 09:03 PM)
Drop as several playlists feautre request.

I have my music organized in directories in the way i'd like to see it in the playlists panel. And I'd like to add it all with one drag'n'drop action. With Ctrl+Drop for example.

I often change location of my music. And I'm used to delete my playlists accidentally without mentioning their names.
*
You mean if you drag several folders, give them each their own playlist (like drag one folder behaviour)? I would like that too. I don't think its really possible though because I use foobar to the process the files (playlist_oper::process_dropped_files()).
Frank Bicking
Album list panel doesn't draw an own frame anymore, is this behaviour intended?

Compare it to other panels to see what I mean:

user posted image

Versions used: Columns UI 0.1.2 beta 4, Album list UI extension panel 0.1.3
musicmusic
QUOTE(Frank_Bicking @ Nov 28 2004, 05:45 PM)
Album list panel doesn't draw an own frame anymore, is this behaviour intended?

Compare it to other panels to see what I mean:

user posted image

Versions used: Columns UI 0.1.2 beta 4, Album list UI extension panel 0.1.3
*

My bad, I'll upload a fixed version later.
multifate
muchmusic: is it possible for you to add a toggle button on the left side of the sidebar?
right now the side bar is just too narrow for me to click to toggle, as it keeps switching to the damn resize option. kinda like the toggle button in windows media player...
i dunno
smeuuh
Hello folks.
I'm using foobar with columns UI, no problem at all.
But i want to add the album art plugin, and others UIE.
So i just downloaded them, intalled, it worked, no problem. But when i wanted to display it, i didn't found ... i wondered if it were my columns UI which was outdated, and i tried. Nothing .. just the panels/toolbar/visualisation with only the default options ...
Using album art 0.034 with columns 0.1.2 beta 4
Could someone help me ?
foosion
QUOTE(smeuuh @ Nov 29 2004, 07:09 PM)
i wondered if it were my columns UI which was outdated, and i tried.
*
Quite the opposite: foo_ui_columns has recently been updated, but there's no new version of foo_uie_albumart compatible with it yet.
smeuuh
>_< did all wrong ^^
So which version of columns ui is compatible ?
drbeachboy
QUOTE(smeuuh @ Nov 29 2004, 02:18 PM)
>_< did all wrong ^^
So which version of columns ui is compatible ?
*

foo_ui_columns beta 3!
filon
Hello!

Probalby it something very simple, but I can't see it or simply I'm too lazy to to look for the source ofm the problem ;-)

When I compile ui_extension, to make the library available for my component get the result:

CODE

--------------------Configuration: ui_extension - Win32 Debug--------------------
Compiling...
utf8api.cpp
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2065: 'HMONITOR' : undeclared identifier
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2146: syntax error : missing ')' before identifier 'monitor'
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2059: syntax error : ')'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2146: syntax error : missing ')' before identifier 'monitor'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2086: 'uGetMonitorInfo' : redefinition
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2059: syntax error : ')'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(205) : error C2143: syntax error : missing ';' before '{'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(205) : error C2447: missing function header (old-style formal list?)
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(320) : error C2065: 'RealChildWindowFromPoint' : undeclared identifier
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(320) : error C2440: 'initializing' : cannot convert from 'int' to 'struct HWND__ *'
       Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(328) : error C2440: '=' : cannot convert from 'int' to 'struct HWND__ *'
       Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
window_helper.cpp
C:\Work\fb2k\foobar2000\ui_extension\window_helper.cpp(36) : error C2664: 'uLoadCursor' : cannot convert parameter 2 from 'unsigned short *' to 'const char *'
       Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.

ui_extension.lib - 12 error(s), 0 warning(s)


so it's clear, that structure HMONITOR is not declared.

I use Windows 2000 SP4 and VS 6.0 SP6.

Is there any fix for that? If so, maybe it should be changed in ui_extension declaration to make it possible to compile with that configuration...
musicmusic
QUOTE(filon @ Nov 29 2004, 09:34 PM)
Hello!

Probalby it something very simple, but I can't see it or simply I'm too lazy to  to look for the source ofm the problem ;-)

When I compile ui_extension, to make the library available for my component  get the result:

CODE

--------------------Configuration: ui_extension - Win32 Debug--------------------
Compiling...
utf8api.cpp
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2065: 'HMONITOR' : undeclared identifier
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2146: syntax error : missing ')' before identifier 'monitor'
c:\work\fb2k\foobar2000\ui_extension\utf8api.h(30) : error C2059: syntax error : ')'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2146: syntax error : missing ')' before identifier 'monitor'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2086: 'uGetMonitorInfo' : redefinition
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(204) : error C2059: syntax error : ')'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(205) : error C2143: syntax error : missing ';' before '{'
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(205) : error C2447: missing function header (old-style formal list?)
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(320) : error C2065: 'RealChildWindowFromPoint' : undeclared identifier
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(320) : error C2440: 'initializing' : cannot convert from 'int' to 'struct HWND__ *'
       Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\work\fb2k\foobar2000\ui_extension\utf8api.cpp(328) : error C2440: '=' : cannot convert from 'int' to 'struct HWND__ *'
       Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
window_helper.cpp
C:\Work\fb2k\foobar2000\ui_extension\window_helper.cpp(36) : error C2664: 'uLoadCursor' : cannot convert parameter 2 from 'unsigned short *' to 'const char *'
       Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.

ui_extension.lib - 12 error(s), 0 warning(s)


so it's clear, that structure HMONITOR is not declared.

I use Windows 2000 SP4 and VS 6.0 SP6.

Is there any fix for that? If so, maybe it should be changed in ui_extension declaration to make it possible to compile with that configuration...
*

The first bunch of errors are because WINVER is defined <0x500 (i.e. they are win 98 & above), the last becuase the debug project is set to define UNICODE for the project.

I will fix them soon, thanks.

edit: I split my post, so if possible can a mod merge these two posts to the ui_extension thread?
musicmusic
QUOTE(multifate @ Nov 29 2004, 04:50 PM)
muchmusic: is it possible for you to add a toggle button on the left side of the sidebar?
right now the side bar is just too narrow for me to click to toggle, as it keeps switching to the damn resize option. kinda like the toggle button in windows media player...
i dunno
*
I not sure what you mean. You double click on the resize area to hide the sidebar. You can assign a keyboard shortcut to it if you want.
musicmusic
QUOTE(musicmusic @ Nov 29 2004, 09:45 PM)
The first bunch of errors are because WINVER is defined <0x500 (i.e. they are win 98 & above), the last becuase the debug project is set to define UNICODE for the project.

I will fix them soon, thanks.
*

Can you redownload and try now?
filon
QUOTE(musicmusic @ Nov 29 2004, 01:16 PM)
QUOTE(musicmusic @ Nov 29 2004, 09:45 PM)
The first bunch of errors are because WINVER is defined <0x500 (i.e. they are win 98 & above), the last becuase the debug project is set to define UNICODE for the project.

I will fix them soon, thanks.
*

Can you redownload and try now?
*


Great! Compiles properly for both Release and Debug targets. Thanks!
musicmusic
QUOTE(filon @ Nov 29 2004, 10:30 PM)
QUOTE(musicmusic @ Nov 29 2004, 01:16 PM)
QUOTE(musicmusic @ Nov 29 2004, 09:45 PM)
The first bunch of errors are because WINVER is defined <0x500 (i.e. they are win 98 & above), the last becuase the debug project is set to define UNICODE for the project.

I will fix them soon, thanks.
*

Can you redownload and try now?
*


Great! Compiles properly for both Release and Debug targets. Thanks!
*

Your welcome wink.gif
multifate
QUOTE(musicmusic @ Nov 29 2004, 12:48 PM)
QUOTE(multifate @ Nov 29 2004, 04:50 PM)
muchmusic: is it possible for you to add a toggle button on the left side of the sidebar?
right now the side bar is just too narrow for me to click to toggle, as it keeps switching to the damn resize option. kinda like the toggle button in windows media player...
i dunno
*
I not sure what you mean. You double click on the resize area to hide the sidebar. You can assign a keyboard shortcut to it if you want.
*


when i move my cursor to the resize area, the cursor changes to the resize cursor so i can't double click 8(
but yes a hot key would be great tho
janjan
Add a shorcut to components/columns ui/show sidebar
upNorth
QUOTE(multifate @ Nov 30 2004, 02:55 PM)
QUOTE(musicmusic @ Nov 29 2004, 12:48 PM)
QUOTE(multifate @ Nov 29 2004, 04:50 PM)
muchmusic: is it possible for you to add a toggle button on the left side of the sidebar?
right now the side bar is just too narrow for me to click to toggle, as it keeps switching to the damn resize option. kinda like the toggle button in windows media player...
i dunno
*
I not sure what you mean. You double click on the resize area to hide the sidebar. You can assign a keyboard shortcut to it if you want.
*
when i move my cursor to the resize area, the cursor changes to the resize cursor so i can't double click 8(
but yes a hot key would be great tho
*

Just in case:

1) Have you tried: [preferences] -> [Display] -> [Columns UI] -> "Create toggle area to the left of sidebar" ? This is probably only useful when the window is maximized, but when it is it will work the same way as the "panel toggle" in Opera (the web browser). Edit: Meaning you only need to move your mouse all the way to the left side of your screen and click, to toggle sidebar.

2) You can assign your own hot keys in [preferences] -> [Core] -> [Keyboard Shortcuts] in this case bind one to: [main] Components/Columns UI/Show sidebar

3) At least here, it doesn't make a difference if the cursor changes to the resize cursor. I can still double click to toggle sidebar.
musicmusic
QUOTE(musicmusic @ Nov 29 2004, 12:20 AM)
QUOTE(Frank_Bicking @ Nov 28 2004, 05:45 PM)
Album list panel doesn't draw an own frame anymore, is this behaviour intended?

Compare it to other panels to see what I mean:

[screeny]

Versions used: Columns UI 0.1.2 beta 4, Album list UI extension panel 0.1.3
*

My bad, I'll upload a fixed version later.
*
Should be fixed if you redownload.

QUOTE(multifate @ Nov 30 2004, 01:55 PM)
QUOTE(musicmusic @ Nov 29 2004, 12:48 PM)
QUOTE(multifate @ Nov 29 2004, 04:50 PM)
muchmusic: is it possible for you to add a toggle button on the left side of the sidebar?
right now the side bar is just too narrow for me to click to toggle, as it keeps switching to the damn resize option. kinda like the toggle button in windows media player...
i dunno
*
I not sure what you mean. You double click on the resize area to hide the sidebar. You can assign a keyboard shortcut to it if you want.
*


when i move my cursor to the resize area, the cursor changes to the resize cursor so i can't double click 8(
but yes a hot key would be great tho
*

As pointed out, you can already assign a shortcut to show show/hide it.

Are you talking about the one-pixel toggle area on the left of the sidebar? As upNorth pointed out, that's only really intended for when foobar is maximised (and is single click).

I was referring to the sidebar resize area, to the right of the sidebar, which you should be able to double click on to toggle the sidebar.
Sandman2012
QUOTE(A_Man_Eating_Duck @ Nov 2 2004, 12:22 AM)
QUOTE(Sandman2012 @ Nov 2 2004, 04:23 AM)
I'm really liking the new Columns UI extensions a lot. One request for foosion: any chance of you making a Columns UI Extension of your VU Meter?

Here's my config right now

edit: image seemed to big for hotlinking smile.gif
*


i just asked foosion the other day about that,

the answer
*

I've made a (very lame) mockup of the VU Meter sidebar panel, hopefully to inspire foosion. smile.gif

user posted image
pIv
It is possible add right sidebar too?

I want use left sidebar only for any operations (db, album list, menu, volume and etc), but use right sidebar only for not often call imformation ui_extensions as albumart and trackinfo.

pIv
musicmusic
QUOTE(pIv @ Dec 1 2004, 11:45 AM)
It is possible add right sidebar too?

I want use left sidebar only for any operations (db, album list, menu, volume and etc), but use right sidebar only for not often call imformation ui_extensions as albumart and trackinfo.

pIv
*
I wanted to go straight into the flexible approach, rather than just add some extra sidebars in fixed positions. So yes it will be possible when that is implemented (0.1.3 or 0.1.4 probably)
Slotos
Is there a quick way to sort playlists by title or tag?
R2D2
I have a problem. I can't add panels.
They just won't appear in the "add-menu".

The standard panels, like playlists and playback buttons show, but my downloaded panels just won't show up.
I have them in my components folder.

I have tried 2 reinstalled, one of them included removal of the Foobar 2000 folder, so there are no settings that ruins this for me.

They do show up in the preferences-window, I can see database explorer panel and so on.

This has worked flawlessy for me, until I downloaded a new version of the database explorer panel, which made all downloaded panels hide from the menu, and from the panel.

Please help! crying.gif
Moonwhaler
As I understand it this is a common problem with the new alpha 4. It has something to do with the new SDK - and most of the components are not compiled against it, I suppose.

Moon
jkwarras
QUOTE(Slotos @ Dec 1 2004, 08:33 AM)
Is there a quick way to sort playlists by title or tag?
*

Yes. Just click on the header of title column and there you go.
It's a very basic question, so please use the search first wink.gif
http://www.hydrogenaudio.org/forums/index....s&highlite=sort
You can also make your own sorting with a plugin called custom sort.
foosion
QUOTE(Moonwhaler @ Dec 1 2004, 07:04 PM)
As I understand it this is a common problem with the new alpha 4. It has something to do with the new SDK - and most of the components are not compiled against it, I suppose.
*
Correct, though it is beta 4, alpha 4 is old already. smile.gif
musicmusic
QUOTE(R2D2 @ Dec 1 2004, 06:58 PM)
I have a problem. I can't add panels.
They just won't appear in the "add-menu".

The standard panels, like playlists and playback buttons show, but my downloaded panels just won't show up.
I have them in my components folder.

I have tried 2 reinstalled, one of them included removal of the Foobar 2000 folder, so there are no settings that ruins this for me.

They do show up in the preferences-window, I can see database explorer panel and so on.

This has worked flawlessy for me, until I downloaded a new version of the database explorer panel, which made all downloaded panels hide from the menu, and from the panel.

Please help! crying.gif
*

Basically what moonwhaler said.

You need to use components compiled for the same version of the ui_extension api as columns ui. You've either got old columns ui but new panels, or vice versa. I started putting the ui_extension api version in the about message of my components.

Version 5 is Columns UI 0.1.2 beta 4 +
4 is 0.1.2 alpha 4 to beta 3
3 was alpha 3 (i think)
2 was alpha 1-2
1 was private version.

All my components are updated for version 5. If the component you want is not updated yet, you can either wait, or use columns beta 3 for the time being (no major bugs were fixed). I'll try and update the first post to indicate which components have/haven't been updated yet, but checking their respective threads will probably give you a clue.

QUOTE(jkwarras @ Dec 1 2004, 07:09 PM)
QUOTE(Slotos @ Dec 1 2004, 08:33 AM)
Is there a quick way to sort playlists by title or tag?
*

Yes. Just click on the header of title column and there you go.
It's a very basic question, so please use the search first wink.gif
http://www.hydrogenaudio.org/forums/index....s&highlite=sort
You can also make your own sorting with a plugin called custom sort.
*

Though he may have been talking about sorting his playlists. In which case there is neither any automatic or manual solution AFAIK. A manual solution could be implemented as a third party component, but not so it shows in the playlists panel context menu.
NEMO7538
Just as a reminder ....
QUOTE(musicmusic @ Nov 22 2004, 02:20 PM)
QUOTE(NEMO7538 @ Nov 22 2004, 10:30 PM)
Maybe you could implement an option to concatenate the view name as suffix to the playlist name used for autosend. It would be perfect for  this request.

Thank you in advance .....
*
Yes ok.
*


Take your time .... I'm still waiting for other extensions wich are not yet ported to beta 4 new API:
- Volume control bar
- Enqueue list panel
- Album art
musicmusic
QUOTE(NEMO7538 @ Dec 1 2004, 08:17 PM)
Just as a reminder ....
QUOTE(musicmusic @ Nov 22 2004, 02:20 PM)
QUOTE(NEMO7538 @ Nov 22 2004, 10:30 PM)
Maybe you could implement an option to concatenate the view name as suffix to the playlist name used for autosend. It would be perfect for  this request.

Thank you in advance .....
*
Yes ok.
*


Take your time .... I'm still waiting for other extensions wich are not yet ported to beta 4 new API:
- Volume control bar
- Enqueue list panel
- Album art
*

I thought I said I was only going to update album list panel after 0.1.2 final was released unsure.gif. But thanks for the reminder, I kinda forgot anyway, I'll make a note this time..
vrankie
Hey guys, i need some help.

I can't get my lay-out right. First I had the history function and the track info function in my panel, but i also wanted an enqueue and album art function in the panel. I wasn't able to select them though. I have been messing around with foobar, and now I can add the enqueue function and album function to the panel, but i can't add the track info and history anymore! Can anyone help me?
Frank Bicking
QUOTE(musicmusic @ Nov 30 2004, 09:50 PM)
QUOTE(musicmusic @ Nov 29 2004, 12:20 AM)
QUOTE(Frank_Bicking @ Nov 28 2004, 05:45 PM)
Album list panel doesn't draw an own frame anymore, is this behaviour intended?

Compare it to other panels to see what I mean:

[screeny]

Versions used: Columns UI 0.1.2 beta 4, Album list UI extension panel 0.1.3
*

My bad, I'll upload a fixed version later.
*
Should be fixed if you redownload.

*

Thanks a lot. There is a frame now, but sadly it looks different than the other panels rolleyes.gif

user posted image

Sorry for nitpicking.
Killmaster
Hate to inundate you with requests, but could you make the tooltips in the columns ui use the same font (and size)? The album list panel currently does this, so I don't think it'd be that big of a deal to fix..
A_Man_Eating_Duck
QUOTE(Sandman2012 @ Dec 1 2004, 07:43 AM)
QUOTE(A_Man_Eating_Duck @ Nov 2 2004, 12:22 AM)
QUOTE(Sandman2012 @ Nov 2 2004, 04:23 AM)
I'm really liking the new Columns UI extensions a lot. One request for foosion: any chance of you making a Columns UI Extension of your VU Meter?

Here's my config right now

edit: image seemed to big for hotlinking smile.gif
*


i just asked foosion the other day about that,

the answer
*

I've made a (very lame) mockup of the VU Meter sidebar panel, hopefully to inspire foosion. smile.gif

user posted image
*


Looks good, I would prefer a version that would sit in the top toolbar, the left playlist bar is starting to get cluttered with all the new panels.

QUOTE(Frank_Bicking @ Dec 1 2004, 09:50 PM)
user posted image
*


Is there any way of making the indentation of the album list smaller, it seems to be a waste of space, the indentation only needs to be a few pixels from the right boarder.
Also getting rid off the "All Music" at the top, it does seem a little pointless.
Olive
I agree about the identation. My music is not totally pointless rolleyes.gif

Also, musicmusic, i wanted to know if you were interested in implementing an option to replace Volume in the status bar with eg. replay gain. Mine always indicates 0.00 dB (or -13 when foo_tts strikes) and that's a bit boring biggrin.gif On the other it's useful as a shortcut to prefs/playback so i'm keeping it there.
musicmusic
QUOTE(vrankie @ Dec 1 2004, 09:02 PM)
Hey guys, i need some help.

I can't get my lay-out right. First I had the history function and the track info function in my panel, but i also wanted an enqueue and album art function in the panel. I wasn't able to select them though. I have been messing around with foobar, and now I can add the enqueue function and album function to the panel, but i can't add the track info and history anymore! Can anyone help me?
*

Please read the several posts before yours.

QUOTE(Frank_Bicking @ Dec 1 2004, 10:50 PM)
QUOTE(musicmusic @ Nov 30 2004, 09:50 PM)
QUOTE(musicmusic @ Nov 29 2004, 12:20 AM)
QUOTE(Frank_Bicking @ Nov 28 2004, 05:45 PM)
Album list panel doesn't draw an own frame anymore, is this behaviour intended?

Compare it to other panels to see what I mean:

[screeny]

Versions used: Columns UI 0.1.2 beta 4, Album list UI extension panel 0.1.3
*

My bad, I'll upload a fixed version later.
*
Should be fixed if you redownload.

*

Thanks a lot. There is a frame now, but sadly it looks different than the other panels rolleyes.gif

user posted image

Sorry for nitpicking.
*

Hi, you've set the playlists panel to the "grey" border, whilst albumlist doesnt have the config for the border, and so it uses the "sunken" border (which is the normal behaviour). And some other panels are custom controls that do not draw their frames in respect to the current theme on xp.

QUOTE(Killmaster @ Dec 2 2004, 12:23 AM)
Hate to inundate you with requests, but could you make the tooltips in the columns ui use the same font (and size)? The album list panel currently does this, so I don't think it'd be that big of a deal to fix..
*
It is using the system font for tooltips. I do not want it the same as the playlist font, because my tooltip font is smaller than the playlist font which is useful for showing tooltips on truncated items. I may make it configarable in a future version.

QUOTE(A_Man_Eating_Duck @ Dec 2 2004, 05:38 AM)
Is there any way of making the indentation of the album list smaller, it seems to be a waste of space, the indentation only needs to be a few pixels from the right boarder.
Also getting  rid off the "All Music" at the top, it does seem a little pointless.
*
I think I can change the indentation. I dunno, I'll check when I update the album list panel after 0.1.2 is out (only some small features additions).

QUOTE(Olive @ Dec 2 2004, 04:48 PM)
I agree about the identation. My music is not totally pointless rolleyes.gif

Also, musicmusic, i wanted to know if you were interested in implementing an option to replace Volume in the status bar with eg. replay gain. Mine always indicates 0.00 dB (or -13 when foo_tts strikes) and that's a bit boring biggrin.gif On the other it's useful as a shortcut to prefs/playback so i'm keeping it there.
*

You can access replaygain gain/peak values from your formatting string if that's what you mean. If you meant replaygain mode, or preamp settings etc. I don't have access to them last time i looked.

BTW I am moving my website here, it should be better than lycos.
filon
Hello!

My plugin foo_scheduler now has UI extension support!

Musicmusic: You can add links to the first page with UI extension enabled plugins.
Link for plugin foo_scheduler.zip
Link for discussion.
leland
I might be doing something quite dumb, but how can you place a panel to the side of the playlist? I try to drag things over there, but it just won't go.

I just can't figure it out...
stroke
QUOTE(leland @ Dec 3 2004, 06:35 PM)
I might be doing something quite dumb, but how can you place a panel to the side of the playlist? I try to drag things over there, but it just won't go.

I just can't figure it out...
*


1. foobar>preferences>display>columns ui>sidebar>enable sidebar
2. rightclick on the sidebar and chose whatever you like to chose from the options available, i recommend tabbed panel stack
3. rightclick the tabbed panel stack and add tabs
4. enjoy
metal_termite
QUOTE(musicmusic @ May 3 2003, 09:16 AM)
The following features will not be implemented:
-Standard menubar


What's that? Is it the ability to add panels to the menu bar like some screenshots here have shown [by editing some of the plugins]. Cause I'd love to see that implemented. biggrin.gif
musicmusic
QUOTE(filon @ Dec 3 2004, 12:26 PM)
Hello!

My plugin foo_scheduler now has UI extension support!

Musicmusic: You can add links to the first page with UI extension enabled plugins.
Link for plugin foo_scheduler.zip
Link for discussion.
*

Nice, and done smile.gif

QUOTE(metal_termite @ Dec 4 2004, 03:04 AM)
QUOTE(musicmusic @ May 3 2003, 09:16 AM)
The following features will not be implemented:
-Standard menubar


What's that? Is it the ability to add panels to the menu bar like some screenshots here have shown [by editing some of the plugins]. Cause I'd love to see that implemented. biggrin.gif
*
No, its a standard system menubar as opposed to the toolbar menubar. You can see it in the standard ui or notepad etc.
musicmusic
Just some updates:

I moved my website (again) to http://music.everywebhost.com/ (other url redirects there)

I half updated the columns documentation. Let me know if you think anything should be added (except up-to-date config documentation, which im working on)

libpng 1.2.8 is out

lastly, in case you didn't realise kode54 updated his volume toolbar, leaving just two panels yet to be updated for beta 4.
gob
Id like to know if there is a way to set the font size to a specific size like 10 <-> 14.
that way i can assign a button on my remote to make the text visable on the tv, then nice and small on the monitor. girder and the remote wonder work perfect with foobars playlist and album list.
see
user posted image

too bad there isnt an overlay plugin for foobar. mad.gif that would make foobar a kick ass HT app.
A_Man_Eating_Duck
QUOTE
too bad there isnt an overlay plugin for foobar. mad.gif that would make foobar a kick ass HT app.


Err there is, at Kode's webpage

On Screen Display 1.29.2
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.