Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_ui_panels (Read 1318001 times) previous topic - next topic
0 Members and 24 Guests are viewing this topic.

foo_ui_panels

Reply #650
do you have the keypresses set as global?


nope.
im using the default setpoint drivers, which i used the registry hack to work with foobar.
the keys work perfectly in every other ui, its just panels 

foo_ui_panels

Reply #651
Is it possible to add the option to buttons to refresh the panels? I've a button switching some design in the playlist and want to update it after the button has been pressed.
Right now I'm using a 1 pixel difference to force a redraw (pl_info can only be 0 or 1):
Code: [Select]
$panel(Playlist,Single Column Playlist,300,40,$eval(%_width%-300+$getpvar(pl_info)),$eval(%_height%-40),)


//EDIT
Is there a way to get a Playlist Tree panel to redraw and update correctly? Everytime  the panel needs redrawing it is just showing some parts redrawn and those in bold, though the text shouldn't be bold.
//EDIT2
Found the error. Playlist Tree behaves very strange when displayed in two foobar instances at the same time
//EDIT3
Can't get foo_rum to work with buttons and CONTEXT-SELECTED.... what's the full path i need to use as a command?

foo_ui_panels

Reply #652
I know how to set up a button to change to order to "Default":
Code: [Select]
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Thanks in advance,

Dennis

edit: Also, does someone know how to link a playlist to a button?

foo_ui_panels

Reply #653
I know how to set up a button to change to order to "Default":
Code: [Select]
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Virtually all button commands and panel names can be found in the upper left portion of the configuration window.
I mean seriously, did you try Shuffle (tracks) before asking? 
edit: Also, does someone know how to link a playlist to a button?
You would need an extension which adds the playlists to one of the menus.

Button commands seriously aren't this hard. Either the command is something found in the context or main menus or it is one of the specific things outlined on the wiki.

nope.
im using the default setpoint drivers, which i used the registry hack to work with foobar.
the keys work perfectly in every other ui, its just panels 
eerr wow, sounds messy. 
elevatorladylevitateme

foo_ui_panels

Reply #654

I know how to set up a button to change to order to "Default":
Code: [Select]
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Virtually all button commands and panel names can be found in the upper left portion of the configuration window.
I mean seriously, did you try Shuffle (tracks) before asking? 


I tried, but it isnt working  Does it work for you?

foo_ui_panels

Reply #655
Yes. You are wrapping it with single quotes, right?

Quote
COMMAND
    Specifies the function of the button when clicked. The whole command string must be contained within single quotes.
elevatorladylevitateme

foo_ui_panels

Reply #656
I did, but it still isnt working...can you maybe give me an example?

Thanks in advance,

Dennis

edit: ah, i already figured it out...one of my functions was giving problems. thanks tho!

edit2:
Quote
You would need an extension which adds the playlists to one of the menus.
Would you happen to know such an extension?[/b]


foo_ui_panels

Reply #658
proprietary-compatibility-nightmare = messy, IMO.
But this threads not really about my opinion, so just ignore this post.
elevatorladylevitateme

foo_ui_panels

Reply #659
Suggestion: The blue bracket highlighting is useful, but almost not recognizable on my notebook (1024x768). Can you make the highlighted brackets bold please?

foo_ui_panels

Reply #660
Suggestion: The blue bracket highlighting is useful, but almost not recognizable on my notebook (1024x768). Can you make the highlighted brackets bold please?


Seeing whats done in a lot of software, instead of changing the char font color you should change the char background color.

And i agree we dont see it enough

thanks

foo_ui_panels

Reply #661
Does anyone know why, ever since switching to Panels UI, my drag'n'dropped playlist items always move to the bottom of the playlist? In ColumnsUI, there was an option to have dropped items insert wherever you dropped them. That option, while still set the way it was, obviously doesn't function since i'm using Panels UI. Thanks for any help you can provide

foo_ui_panels

Reply #662
thank you a lot alphameric.

Are thin kind of function documented anywhere?

foo_ui_panels

Reply #663
i was trying to find but i ended with nothing...

is it possible to to put two or more panels into one row not into three different?
like volume, seekbar & playback order

and what are those config IDs and name (from wiki)
$panel(ID,name,x,y,width,height)

can you give me some list of them..


PS
If it is somewhere in a topic i am sorry but the search engine was down.

foo_ui_panels

Reply #664
i was trying to find but i ended with nothing...

is it possible to to put two or more panels into one row not into three different?
like volume, seekbar & playback order

and what are those config IDs and name (from wiki)
$panel(ID,name,x,y,width,height)

can you give me some list of them..


PS
If it is somewhere in a topic i am sorry but the search engine was down.

I don't know what you mean by "put two or more panels into one row not into three" but a panel ID can be whatever you want. You can find each panel name in the panel configuration window. Click the drop-down selector.



The ones you are specifically looking for are called Volume, Seekbar, and Playback order.

foo_ui_panels

Reply #665
This may have been already answered, but when this is enabled, foobar doesn't appear on the task bar anymore. Is there a way to fix this?

foo_ui_panels

Reply #666
This may have been already answered, but when this is enabled, foobar doesn't appear on the task bar anymore. Is there a way to fix this?

Did you try the uh..options?


foo_ui_panels

Reply #667
hah that was stupid of me


foo_ui_panels

Reply #669
Hi,
I feel that with Panels UI, the foobar window is responding slower :
minimizing to tray for example, and also the taskbar button doesn't get the focus anymore (doesn't looked 'focused') when closing another window and foobar is automatically given the focus back.

 

foo_ui_panels

Reply #671
Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request

Thanks for  your amazing work

foo_ui_panels

Reply #672
Sorry for my poor english,

There is somewhere, a list of panelsUI keyboard shortcuts?

Keyboard shortcuts are native to foobar and work regardless of which UI is used.
you can find and set them as you wish in Foobar's Preferences.

Alphameric's situation is unique because his logitech keyboard does things it's own, proprietary, way.
If you also have a Logitech keyboard then the shortcut keys probably won't work until Terrestrial, the developer of PanelUI, "fixes" it.


Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request

Thanks for  your amazing work
you could already do this (well, something close to it) with some code.
elevatorladylevitateme

foo_ui_panels

Reply #673

Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request

Thanks for  your amazing work
you could already do this (well, something close to it) with some code.

You mean with egoh s component?

foo_ui_panels

Reply #674
no. I mean with PanelsUI.
think about it, all you're talking about is buttons and pvars and panel size.

PanelsUI already has all of these.



What you are directly asking for would be nearly impossible, and is already perfectly implimented by columnsUI itself.


In CSS, for example, you can either style webpages by using Float positioning (which is similar to Columns) or by absolute positioning (like Panels). If you'd ever try to create a page using both elements simultaneously, you get terrible, messy, incoherent results.
elevatorladylevitateme