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 1318101 times) previous topic - next topic
0 Members and 23 Guests are viewing this topic.

 

foo_ui_panels

Reply #2626
do you know how can i create a button to toggle sort/group presets?

foo_ui_panels

Reply #2627
do you know how can i create a button to toggle sort/group presets?

$textbutton():
$button2(x,y,hotspot-x,hotspot-y,hotspot-w,hotspot-h,text,hover text,command,options)

Example 1:
Code: [Select]
$button2(10,60,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(1)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(1)',SORTGROUP_PRESET:1,TOOLTIP:)

Example 2:
Code: [Select]
$button2(10,60,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(0)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(0)',SORTGROUP_PRESET:0,TOOLTIP:)

$button2(10,80,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(1)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(1)',SORTGROUP_PRESET:1,TOOLTIP:)

$button2(10,100,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(2)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(2)',SORTGROUP_PRESET:2,TOOLTIP:)

$button2(10,120,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(3)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(3)',SORTGROUP_PRESET:3,TOOLTIP:)

$button2(10,140,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(4)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(4)',SORTGROUP_PRESET:4,TOOLTIP:)


Example 3:
Code: [Select]
$if($greater(%sortgroup_preset_count%,0),
$button2(10,60,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(0)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(0)',SORTGROUP_PRESET:0,TOOLTIP:)
$setpvar(name,100))

$if($greater(%sortgroup_preset_count%,1),
$button2(10,80,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(1)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(1)',SORTGROUP_PRESET:1,TOOLTIP:)
$setpvar(name,120))

$if($greater(%sortgroup_preset_count%,2),
$button2(10,100,0,0,150,20,
'$font(Calibri,10,shadow,255-255-255)$sortgroup_preset(2)',
'$font(Calibri,10,glow-140-210-220 glowexpand-1 glowalpha-120,220-220-250)$sortgroup_preset(2)',SORTGROUP_PRESET:2,TOOLTIP:)
$setpvar(name,140))

etc...


foo_ui_panels

Reply #2629
eddy@

thanks for the fast reply.

foo_ui_panels

Reply #2630
Hi,

I'm trying to play around with ui_panels and have come across a question that I can't find the answer to.

If I open a new pui with POPUP, can I create a button to close this new pui later?

Thanks,

Chris

foo_ui_panels

Reply #2631
Which redraw type is recommended to use with $panel ?

foo_ui_panels

Reply #2632
// PerTrack
elevatorladylevitateme

foo_ui_panels

Reply #2633
Hi!

0.14.12 ($newsyntax):

I don't know, if anybody else have this issue, but I'm not able to set a specific color ($textcolor()) for text in SCPL (tags & text is always black)!

I tried so many things, but it simply doesn't work and I don't know why!
Do I have to add anything else to code beside font functions?

Please, could anyone help me with sample code?


Bye

foo_ui_panels

Reply #2634
I found the solution: $newsyntax() must also be in the code (SCPL!), even though you have it in the // Global redrew section! 

That's the reason, why the new syntax doesn't work in SCPL!


foo_ui_panels

Reply #2635
would it be possible to change the height of a row in the item view of the single column playlist dynamically? for example:

$if(condition
  ,
  $set_row_height(x+h)...
  ,
  ...
)

that would be really sweet. or you could make it possible to group in more layers then only album - song, for example album - disc# - song...

foo_ui_panels

Reply #2636
@crazymad

Not possible for only one row!

foo_ui_panels

Reply #2637
then I would like to state the following feature requests

- modification of the row hight for each element separately. the dialog boxes should also stay and function as a standard height, if the command to modify the height never got called.

- the ability to define your own number of group levels. say instead of only "Group Display" and "Item Display", I would love a list of own defined groups, ordered in a hierarchical order so I could, say, group my playlist under an artist, then group em by albums under the artist group, maybe group'em by discnumber additionally and then have the tracks displayed. of course you'll need a display type for each group and an individual row height of each group instead a defining a single row height and then the numbers of row within a group would be nice

foo_ui_panels

Reply #2638
Crazymad, this component is not being developed anymore barring a miracle.

foo_ui_panels

Reply #2639
I notice that some new Panels UI users start a topic for help, but most of their problems get ignored. The developer has left, and the skin makers seem to feel tired. New users have to learn without a teacher.
Less and less people use Panels UI now. To be honest, as one of the Panels UI users, I really hope less and less people use Panels UI. foobar's titleformatting scripts are complicated for some new users, but Panels UI's syntax  makes foobar more complicated.

foo_ui_panels

Reply #2640
well is the code open? Id love to have a look at it then. this component has so much potential!

foo_ui_panels

Reply #2641
Hello,

Another guy with a problem ... I've just registered here in order to ask, because I couldn't find any useful answers anywhere yet.

The problem is, I've installed Foobar recently (v. 0.9.5), and I just don't get my Panels UI (v. 0.13.8 beta) successfully working: It will show the skin and all just fine, but everytime I start the program, the window at first appears in the size defined by the skin for like a quarter of a second and then it somehow gets resized to 500x500 pixels in spite of the size definitions contained in the skin file, and I absolutely have no idea why that is. Resizing the window and saving my preferences also doesn't work to keep the window size constant. However, I have set up Foobar using Panels UI on my mother's old PC (runs XP Pro SP2 like my machine) as well and it works all fine there without any unwanted resizing. Both computers use the necessary libraries to run the skin (in this case, FooNion and/or FooLars by lassekongo83.deviantart.com), i.e. in the latest version I could find.

Here's a screenshot of my problem:



As you can see, the window is cut off at the right and gains additional space at the bottom in this case.

Thanks a lot for help,
cb

foo_ui_panels

Reply #2642
Hi!

Without code, it is very hard to say where the problem is!


foo_ui_panels

Reply #2644
Hi!

Without code, it is very hard to say where the problem is!

If I only knew where to look ... as I said, this is all new for me, also the scripting system.

foo_ui_panels

Reply #2645



How is it possible to set the player to the right upper corner of the screen everytime the application starts?


Is this not possible?


Yes this is possible using Panels UI. All you have to do is use this code in a $button(...) command (read the wiki for more info):

WINDOWSIZE:width:height:RIGHT:TOP


Is it not possible to set this on every start instead of clicking on a button for that?


Some more help please.

Another question:

How can I change the font of the song on the playlist?

foo_ui_panels

Reply #2646
I looked up the dev's blog day before yesterday.  The last thing I see from him was in October.

I assume others have tried to get in contact with him. Has he just dropped off the face of the interwebs?

foo_ui_panels

Reply #2647
...
If I only knew where to look ... as I said, this is all new for me, also the scripting system.

I think that it has to do with a '$eval(%_width%-...)'-calculation!
But without code, I can't help you even more.

@Mookey

A link to this blog?


foo_ui_panels

Reply #2649
This appears to be FofR's blog: http://fofr.trivialbeing.net/

I got it off the contact page on http://www.fooblog2000.com


This is not the creator of Panels UI. He just hosts the install files. The creator of Panels UI is a guy by the name of Terrestrial, and he seems to have disappeared :\
Song List: keikoniumboards.ke.funpic.org/files/songlist.html