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 408399 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not my release] foo_uie_panel_splitter

Reply #575
@R3v0 : and when string complete, how do you do to send the request to your search engine ??


That was the second thing i was thinking about: how to do it.
Maybe there is some way to send it to the quick search toolbar or
maybe through the quicksearch for the same in the context menu?
<3 f00

[Not my release] foo_uie_panel_splitter

Reply #576
2000 lines for that ? It can be optimized for sure (near 50 lines...)

btw, what this is made for ? I have already think about this kind of system to let the user enter some parameters, but never found a real need ...



WOW,is that true?
Maybe you can show me how to write 

Because,I don't know how to write the loop,
so,I have to write all the cases,
and that makes my code so many lines.



@r3v0:
I made this for foobar to display the string I type.

[Not my release] foo_uie_panel_splitter

Reply #577
in a PSS, just code a button per character to add to the string box, it just need one line per character to code then maybe 10 lines to handle the stringbox by using titleformatting text functions and a global variable in PSS 

[Not my release] foo_uie_panel_splitter

Reply #578
When I place a WSH Mod Panel with its Pseudo Transparency enabled, graphics behind the panel are only shown if they are entered in the Panel Stacker's Behavior tab. When the WSH Panel is placed over an $imageabs() image, the image is overwritten by white color. No transparency then. How to fix?

[Not my release] foo_uie_panel_splitter

Reply #579
Is it possible to force a panel redraw?

[Not my release] foo_uie_panel_splitter

Reply #580
So many questions... one thing I thought about when I started using Panel Stacker was if it is better to have a Columns UI Splitter like Horizontal Splitter/Vertical Splitter at the very top of the CUI Interface or a Panel Stack Splitter. Does it make any difference?

[Not my release] foo_uie_panel_splitter

Reply #581
in a PSS, just code a button per character to add to the string box, it just need one line per character to code then maybe 10 lines to handle the stringbox by using titleformatting text functions and a global variable in PSS 


Falstaff,

i'm having a hard time finding out adding characters to the string.
Do You have a suggestion?

BTW, another question.
Does anyone know if it's possible to hide/show column titles in NG playlist with a button in panel splitter?
<3 f00

[Not my release] foo_uie_panel_splitter

Reply #582
It would be a great addition if Text Buttons could have gradients. I'd love to see this in future versions.

[Not my release] foo_uie_panel_splitter

Reply #583
I want to ask a question,
is there any title formatting syntax like  %playback_time%  that can show total time played in foobar?

[Not my release] foo_uie_panel_splitter

Reply #584
I want to ask a question,
is there any title formatting syntax like  %playback_time%  that can show total time played in foobar?


Royalknight,

I always use this page to lookup formatting code.
<3 f00

[Not my release] foo_uie_panel_splitter

Reply #585
Oh.....

I can't find any syntax that can display total time played in that page.But, thanks anyway. 

After googled,I found "foo_cwb_hooks" can do what I want,
but it's no more update... 

By the way, I have another question,
where can I find COMMAND that can be used in imagebutton and textbutton?

I wrote "COMMAND:Open Containing Folder" on my code which found in keyboard shortcuts of foobar ,but it did not work

[Not my release] foo_uie_panel_splitter

Reply #586
Oh.....

I can't find any syntax that can display total time played in that page.But, thanks anyway. 

After googled,I found "foo_cwb_hooks" can do what I want,
but it's no more update... 

By the way, I have another question,
where can I find COMMAND that can be used in imagebutton and textbutton?

I wrote "COMMAND:Open Containing Folder" on my code which found in keyboard shortcuts of foobar ,but it did not work


I have this button in my config:

Code: [Select]
$imagebutton(372,$sub(%_height%,20),19,19,%openfolder%,%openfolder_over%,CONTEXT:Open Containing Folder;REFRESH;,,)


cheers r3v0
<3 f00

[Not my release] foo_uie_panel_splitter

Reply #587
I have this button in my config:

Code: [Select]
$imagebutton(372,$sub(%_height%,20),19,19,%openfolder%,%openfolder_over%,CONTEXT:Open Containing Folder;REFRESH;,,)


cheers r3v0



That works!!
Thanks again r3v0

[Not my release] foo_uie_panel_splitter

Reply #588

Is there a way to create a panel that appears when you mouse-over a certain area? What I am trying to achieve is a pop-up panel that contains the playback buttons when you mouseover the cover art...

[Not my release] foo_uie_panel_splitter

Reply #589
Is there a way to create a panel that appears when you mouse-over a certain area? What I am trying to achieve is a pop-up panel that contains the playback buttons when you mouseover the cover art...


basically it´s not possible for a panel, but

maybe you can create one big fake button which only shows all of your C-buttons (when hovering above) but doesn´t have a function.

Your real C-buttons (with functions) would be above but do only use empty .png files for normal and over states.

This way you would create the illusion of all buttons showing up at the same time.  (I always did something like this for my Xion skins)

edit: of course you can also give each of your real C-buttons its own hover image to show up

[Not my release] foo_uie_panel_splitter

Reply #590
basically it´s not possible for a panel, but

maybe you can create one big fake button which only shows all of your C-buttons (when hovering above) but doesn´t have a function.

Your real C-buttons (with functions) would be above but do only use empty .png files for normal and over states.

This way you would create the illusion of all buttons showing up at the same time.  (I always did something like this for my Xion skins)

edit: of course you can also give each of your real C-buttons its own hover image to show up


Thanks for the suggestion, but I could only give each button one function using this method, and I was hoping to have normal/shuffle/repeat as one button and open/stop as one button...

 

[Not my release] foo_uie_panel_splitter

Reply #591
I have another two questions.

1.
There is an Action in foobar keyboard shortcuts:[main]->view->Columns playlist->Activate now playing.
I wrote "COMMAND:View/Columns playlist/Activate now palying"
,but it seems not working. 

2.
There is also an Action in foobar keyboard shortcuts:[context/playlist]->open containing folder.
How should I write it in my code?

[Not my release] foo_uie_panel_splitter

Reply #592
1. should work, I tried it it does not, don´t know why....

2. CONTEXT:Open containing folder

P.S.: if you want to open the folder of the selected track, not the track playing, the PSS in which you use this button must be set to "follow cursor" in title format set on startup.

[Not my release] foo_uie_panel_splitter

Reply #593
1. should work, I tried it it does not, don´t know why....

2. CONTEXT:Open containing folder

P.S.: if you want to open the folder of the selected track, not the track playing, the PSS in which you use this button must be set to "follow cursor" in title format set on startup.
OK, thanks. 
I will try it !



I try to write:
Code: [Select]
$init_ps_global(pre.input,)
$font(,12,)

$textbutton(0,0,20,20,A,A,SETGLOBAL:pre.input:$pad(A,%pre.input%);REFRESH,fontcolor:0-0-0,fontcolor:180-180-180)

$drawtext(input is : %pre.input%,0,20,1000,20,0-0-0,)

It did not pad A to pre.input.
So, I think ,I can't put %pre.input% in the SETGLOBAL.
Is that right?

[Not my release] foo_uie_panel_splitter

Reply #594
Hello,

i want to increase a value each time a button is pressed. What can i use as COMMAND? The following did not work:

$imagebutton(x,y,b,h,path,hover_path,SETGLOBAL:hlu:$add(%hlu%,25);REFRESH,,)

Thanks


[Not my release] foo_uie_panel_splitter

Reply #596
Well...
I found the problem.
The problem is if I change $pad to $insert.
Then it work...

[Not my release] foo_uie_panel_splitter

Reply #597
I think to retrieve the information from a variable you need to use $ get_ps_global (name)

help: http://translate.google.com/translate?prev...sl=ja&tl=en


$ get_ps_global (name) or % name%
Returns the name of global variable value.
All global variables are shared by PanelStackSplitter.
If there is no global variable name is true, false returns.

-> %hlu% should work ... but it does not

[Not my release] foo_uie_panel_splitter

Reply #598
Is there a way to place a button over a panel?

[Not my release] foo_uie_panel_splitter

Reply #599
I have another two questions.

1.
There is an Action in foobar keyboard shortcuts:[main]->view->Columns playlist->Activate now playing.
I wrote "COMMAND:View/Columns playlist/Activate now palying"
,but it seems not working.


works here in now playing TF mode.
COMMAND:'View/Columns playlist/Activate now playing';

did you forget the ' ?