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

foo_ui_panels

Reply #1451
I'm having problems understanding how to use CONTEXT-SELECTED. I made some buttons in the main panelsUI layout, outside the SCPL. With one of them I want to to run tag& rename. Problem is: it takes as parameter the playing file instead of the selected file(in the SCPL). This doesn't happen if I press the Hotkey I created for the Tag & rename service.

The button code is like this
Code: [Select]
$button(260,30,0,0,34,24,/images\LL Dark Blue\tag.png,/images\LL Dark Blue\tag g.png,Tag & Rename,CONTEXT-SELECTED)


Is this not possible?


foo_ui_panels

Reply #1453

i am noticing this also.


ouf!!, i'm not the only one having this problem ...

please Terrestiral, could you fix this bugg ... screen flashing and refresh pics latency on tracks display ?


Yeah that the pic latency is annoying -.- (though no screen flashing here)

I pretty much understand all the panels functions but the SCPL layout selector cracks me up. What I want to do is the following:

I want to have two SCPL layouts (One displaying just Singles without headers and one for Albums with headers (art etc.))
And I want to change between them through buttons (pvar or whatever ^^)

Any tips how to accomplish that? I tried some things but never worked the way I wanted!

foo_ui_panels

Reply #1454
can't download (404 error)

/signa folder and onwards do not exist on http://users.bowie-cass.com/

foo_ui_panels

Reply #1455
download's broken...

foo_ui_panels

Reply #1456
hi can someone reup it  with the library.pp file, please

thx

foo_ui_panels

Reply #1457
anyone care to reupload this?

foo_ui_panels

Reply #1458
Terrestrial: would it be possible to have the playlist menu from SCPL as a button, like MENU ?

That would be awesome

foo_ui_panels

Reply #1459
can someone upload this to like rapidshare or megaupload... it'd only take like 2 minutes of your time

 

foo_ui_panels

Reply #1460
so, i uploaded the file from my plugin folder, hope, it work and i didn't made any settings, that doenst work under the normal foobar-installation, but it should work =)

http://www.megaupload.com/de/?d=LO161P2W

seeya



foo_ui_panels

Reply #1463
I'm almost 100% sure that terrestrial said that he doesn't want anyone else uploading his compontent(s).


foo_ui_panels

Reply #1465
Quote
I'm almost 100% sure that terrestrial said that he doesn't want anyone else uploading his compontent(s).
Afair, he asked not to freely distribute older versions.

I have 0.13.3, but the latest one is 0.13.4. So that's up to someone else.

foo_ui_panels

Reply #1466
so, heres a question:
how to: i wanna make the average of an grup (e.g. average bitrate of a group(columns-groups)/album)  and that he add all song lenghts wwhich are in the columnsgroup (for albumlenght)

is this possible? would be very nice =)


seeya

foo_ui_panels

Reply #1467
Here's 0.13.4, just the component, no readme or library.pp, because I didn't have them saved.

-- link removed -- you'll find the latest version here instead.

(will remove the download link as soon as the site is back up...)


foo_ui_panels

Reply #1469
Terrestrial: is there a way from a popup window to set the size of the main window?

foo_ui_panels

Reply #1470
I've changed ISPs so the old download links won't work. I've uploaded the new version here (check the first post), as my new ISP doesn't have web space

foo_ui_panels

Reply #1471
updated to 0.13.5
started up foobar and all fonts look smaller
checked my code, fonts still set the same as before
does this version handle fonts diff? maybe in relation to the windows dpi settings?

*edit*
a $calcheight() on a 12 pt. font yields an 18, it was previously 23

foo_ui_panels

Reply #1472
good! thanks for the update!

foo_ui_panels

Reply #1473
I've changed ISPs so the old download links won't work. I've uploaded the new version here (check the first post), as my new ISP doesn't have web space


Thanx a lot for update !! there is no more flashing pics on track display panel and no more latency when refreshing the Track display pics on changing track !

(thanx too for having resolved the pb on PVAR storing on POPUPs!  )

Great job !

Br3tt

PS: no font size pb for me with this new release.

foo_ui_panels

Reply #1474
$if(%date%
,%date%|%discogs_release_month%|%album%
,##NODATE##|%album%)

is it me or is something like this not possible in the library filter??
I tried and tried but I'm always getting "?" until I'm at the 3 child.

example

##NODATE##
      ?
              album
2007
        2
            album

I want the album child directly after ##NODATE##
how do I do this??

thanks in advance