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: [Not my release] foo_uie_panel_splitter (Read 400650 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not my release] foo_uie_panel_splitter

Reply #50
Well, it doesn't appear that you put the code on the panel config, so I assume you put it under Splitter Settings.

But when I put anything there, nothing appears to change in my window. Is there something that must be done to have it use the code and add it to the window?

I've tried every way I can to add a text button, but nothing ever shows up in the window.


here is where you have to code the buttons and other stuff like pictures, text, ... :


[Not my release] foo_uie_panel_splitter

Reply #51
Huh. I must be doing something incorrectly then, because no matter what I put there, nothing ever shows in the foobar window.

[Not my release] foo_uie_panel_splitter

Reply #52
Huh. I must be doing something incorrectly then, because no matter what I put there, nothing ever shows in the foobar window.


have you put it in a columnsUI layout using a horizontal splitter for the basis ?




A little preview of my CUI config IBIZA using Panel Stack Splitter :


[Not my release] foo_uie_panel_splitter

Reply #53
Yep:


Splitter Settings:

[Not my release] foo_uie_panel_splitter

Reply #54
Yep:


ok, i see what's wrong, you have misunderstood how it works and where it will be display (your code!)

so, i see that you code an $imageabs2() in the panel stack splitter !!!
=> $imageabs2() is not a function for this panel !!! but for Trackinfo_mod !

i see that your panel trackinfo mod is positionned at the top of the panel stack splitter with a height of 127 pixels ... if you want to display an image in, you have to code your $imageabs2() function in it and not in the panel stack splitter like you have done. for this, rigth click on the TrackInfoMod --> settings & then put your code in the new window.

by the way, if you want to code images in the panel stack splitter (the container of all other panels like Trackinfomod), you can but use $imaeabs(..) or $imageabs_rc(...) functions. ... read the doc for more info and syntax.

ok for you now ?

[Not my release] foo_uie_panel_splitter

Reply #55
The image code you see there was just me attempting to get anything to show. I've been testing it with the textbutton code I found in this post.

My goal for right now is just to get anything to show, whether it be image or text.

Attempted with $imageabs, no change, nothing shows up.

There must be something I'm missing, some checkbox I missed, or some settings I've skipped over. Something must explain why nothing I put in Splitter Settings is reflected in my foobar window.

[Not my release] foo_uie_panel_splitter

Reply #56
The image code you see there was just me attempting to get anything to show. I've been testing it with the textbutton code I found in this post.

My goal for right now is just to get anything to show, whether it be image or text.

Attempted with $imageabs, no change, nothing shows up.

There must be something I'm missing, some checkbox I missed, or some settings I've skipped over. Something must explain why nothing I put in Splitter Settings is reflected in my foobar window.


here is an example that works and that may could help you to understand what's you are doing wrong,

just import this .fcl file with columnsUI

http://cnoovo.free.fr/foobar/CUI/test.fcl

Regards,


[Not my release] foo_uie_panel_splitter

Reply #58
I got it! It seems that the stuff I was adding to the Splitter Settings was showing up behind the first panel, which is my case is Track info mod.

I figured that whatever was put in Splitter Settings would be on top of everything else, but it seems that simply isn't the case and Track info mod was covering up anything I added.

Thanks for all the help Falstaff.

[Not my release] foo_uie_panel_splitter

Reply #59
I got it! It seems that the stuff I was adding to the Splitter Settings was showing up behind the first panel, which is my case is Track info mod.

I figured that whatever was put in Splitter Settings would be on top of everything else, but it seems that simply isn't the case and Track info mod was covering up anything I added.

Thanks for all the help Falstaff.


good 

 

[Not my release] foo_uie_panel_splitter

Reply #60
To the developper of this wonderfull component 

problem when resizing ELPlaylist panel in a Panel Stack Splitter (PSS) with command $movepanel_c(caption,x,y,w,h) !!
no refresh of the playlist which become a blank white screen ! ok, now it's only flashing on resize, that's killing mu eyes on each resize or track change...

could you fix this flashing pb on resize in PSS please, for now, i must remove ELPlaylist from my config Ibiza and oinly use NG Playlist which work fine with $movepanel_c(caption,x,y,w,h)

+ i always request the support of %isplaying% default foobar variable in PSS please.

thanx by advance

keep the good work 

[Not my release] foo_uie_panel_splitter

Reply #61
Where does panel splitter save its settings?

I'm trying to use WSH panel, but panel splitter overides my settings anytime I make an edit.  I want to try to edit the settings directly at the source and see if that will fix the problem.

[Not my release] foo_uie_panel_splitter

Reply #62
I have got strange results when placing a the normal Seekbar over a track info mod component.Zhe Bar isn't visible till the slider slides over it. Very wierd.


[Not my release] foo_uie_panel_splitter

Reply #64
putting a seekbar over a trackinfo_mod is wierd too, PSS allow similar function that Trackinfo_mod has ...

Yes I know but I had some problems how things are rendered.So I wanted to use a trackinfo mod. Maybe I have to some tricky fake things.

[Not my release] foo_uie_panel_splitter

Reply #65

putting a seekbar over a trackinfo_mod is wierd too, PSS allow similar function that Trackinfo_mod has ...

Yes I know but I had some problems how things are rendered.So I wanted to use a trackinfo mod. Maybe I have to some tricky fake things.


nice seekbar possible using WSH Panels.



[Not my release] foo_uie_panel_splitter

Reply #68
great plugin

I'm having problems, though. I want to toggle a lyrics panel that is to the left of my ElPLaylist panel. So far I've managed to create a button for showing/hiding it, but I want the ElPlaylist panel to change its left position when the lyrics panel is hidden (and the widht, too). I'm using:

$if($isvisible_c('LYRICS'),400,0)

in the left position box. but the panel doesn't move when I hide/unhide the lyrics, they just overlap.

has anyone managed to do this? is it not allowed to use $isvisible in a position box?

I have forced layout ticked

thanks

ps. today I've been trying with :

$if($isvisible_c('LYRICS'),$movepanel_c(ElPlaylist,400,0,600,600),)

in the per track formatting, but it doesn't work either. The command works when I hit "apply" in the settings, but only then. when I unhide/hide the lyrics button it still doesn't respond.

I'm thinking it has to do with the settings of both panels (ignore panel size limits, force layout.. etc) but I can't figure it out.

[Not my release] foo_uie_panel_splitter

Reply #69
ps. today I've been trying with :

$if($isvisible_c('LYRICS'),$movepanel_c(ElPlaylist,400,0,600,600),)

in the per track formatting, but it doesn't work either. The command works when I hit "apply" in the settings, but only then. when I unhide/hide the lyrics button it still doesn't respond.

I'm thinking it has to do with the settings of both panels (ignore panel size limits, force layout.. etc) but I can't figure it out.


The code works for me. I use 3 layout buttons in my config, and they all work fine. I keep "forced layout" checked and it moves the panels correctly. It is a bit buggy, however, if you try to re-size the foobar window, the panel will jump back and forth between its forced position and the one you have set with $movepanel. To fix this, you can use the same if statement in your forced layout with both positions.

Overall, I like this plugin. It has a long way to go to catch up to panels ui, but it is a nice package and works with newer versions of foobar.

Quick pic of a columns ui theme I made with it:

[Not my release] foo_uie_panel_splitter

Reply #70
Thanks for the help johnredcorn. What I'm doing is setting the size of all panels that move to 0 (forced), and then moving them via titleformat, specifying both "moved", and"unmoved" positions.

I also like this plugin. I never made the switch to panels ui, so I can't compare, but I'm getting a really clean theme with this. no ugly borders anymore, and I also like the possibility of faking a "pressed tab" state (using more levels of panels splitters), so I can use images for active tabs and such..

thanks a lot to the author

ps. the redrawing of the panels, when showing and hiding panels, and when resizing foobar is a bit clunky, though. I hope this gets resolved, but it's really no big issue

[Not my release] foo_uie_panel_splitter

Reply #71
ps. the redrawing of the panels, when showing and hiding panels, and when resizing foobar is a bit clunky, though. I hope this gets resolved, but it's really no big issue


If you set it up the way I mentioned, the panels will move or hide instantly and smoothly without the need of resizing the foobar window. You also wont see the panels flickering or jumping back and forth between 2 positions when resizing foobar.

[Not my release] foo_uie_panel_splitter

Reply #72
request the support of %isplaying% default foobar variable in PSS please.


[Not my release] foo_uie_panel_splitter

Reply #74
I have decided I am going to recreate my panels UI config using this component, but for some reason, I can't figure out how to get this thing working how I need it. I want to create a layout like this:

[a href="http://img.photobucket.com/albums/v326/keikonium/layoutwanted.jpg" target="_blank"].
Song List: keikoniumboards.ke.funpic.org/files/songlist.html