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

foo_ui_panels

Reply #1475
There is a bug since the first version I used, but didn't see to be reported. Whe you right-click on the trayicon the menu doesn't appear on the trayicon. Screenshot:

foo_ui_panels

Reply #1476
Is there a built-in way to draw gradients in panels ui?  Such as a rectangle filled with a gradient instead of a solid color, for instance?  I don't think there is, but I wanted to check.

foo_ui_panels

Reply #1477
Is there a built-in way to draw gradients in panels ui?  Such as a rectangle filled with a gradient instead of a solid color, for instance?  I don't think there is, but I wanted to check.


Nope

foo_ui_panels

Reply #1478
Is there a built-in way to draw gradients in panels ui?  Such as a rectangle filled with a gradient instead of a solid color, for instance?  I don't think there is, but I wanted to check.
...you can always use a transparent .png
elevatorladylevitateme

foo_ui_panels

Reply #1479
I'm creating a layout in Panels, but I'd like to know how I can create a button that pops up the main menu (what the newest version of FofR does). I already have the button, but I just need to know the command.

The other thing I'd like to do at the moment is have album art in the item list of SCPL (next to the tracks). Anyone know how I can do this?

Thanks! I'm *almost* there.

foo_ui_panels

Reply #1480
the command is MENU
elevatorladylevitateme


foo_ui_panels

Reply #1482
Just wanted to say this plugin is the best!
PanelsUI has converted me from a somewhat begrudging Foobar user, to an enthusiast.
Thanks to terrestrial for all the time, support, and development.
If you're 666 I'm 222.

foo_ui_panels

Reply #1483
Terrestrial: is there a way as there is with SYSCOL to get a system used font?

EDIT : The last build is really cool, Thanks

foo_ui_panels

Reply #1484
Quote
WINDOWSIZE:x:y:LEFT:TOP


I can't get the last 2 parameters to do anything, do they work?

I tried LEFT,RIGHT,TOP,BOTTOM and numbers but the window never moved.

foo_ui_panels

Reply #1485
Quote
WINDOWSIZE:x:y:LEFT:TOP


I can't get the last 2 parameters to do anything, do they work?

I tried LEFT,RIGHT,TOP,BOTTOM and numbers but the window never moved.


It works when you have 2 of them. For example:

$setpvar(minimode,WINDOWSIZE:$eval(350):$eval(500):LEFT:BOTTOM)
$setpvar(fullview,WINDOWSIZE:$eval(1149):$eval(779):LEFT:BOTTOM)

when the pvar "minimode" is activated it will resize the window to the bottom left. (bottom left corner will stay on its place)

when the pvar "fullview" is selected it will resize the window to the top right (bottom left corner will stay on its place again)

if you change it to:
$setpvar(minimode,WINDOWSIZE:$eval(350):$eval(500):LEFT:BOTTOM)
$setpvar(fullview,WINDOWSIZE:$eval(1149):$eval(779):RIGHT:TOP)

when the pvar "minimode" is activated it will resize the window to the bottom left. (bottom left corner will stay on its place)

but when the pvar "fullview" is selected it will resize the window to the bottom left (top right corner of "minimode" will stay on its place)

I hope it's clear 

foo_ui_panels

Reply #1486
Yes it is, thanks.

foo_ui_panels

Reply #1487
I havn't read through this whole thread (its way too long) but im wondering how can i do so that when i click the minimize icon it goes to systray instead of just minimizing like normal?

foo_ui_panels

Reply #1488
^^ It's in the preferences menu.


foo_ui_panels

Reply #1490
I can confirm the problem reported by Gregory of all font sizes rendered too small with 0.13.5 (xp sp2).

The problem occurs at a windows dpi setting of large (120dpi) - panels ui 0.13.5 renders fonts smaller than those rendered, for example, by Word or earlier versions of panels ui.

At a windows dpi setting of normal (96dpi) fonts rendered by panels ui 0.13.5, Word and earlier versions of panels ui are of the same size.

Thank you for your continued development of this great plug-in.

foo_ui_panels

Reply #1491
I found something strange in the last buid that might be related to what pointed out WilB and Gregory. I used one of my conf on another computer. On that computer i dont have the font used in my skin and there is what i see

in the two circles the code is the same as we can see in the Track display clear type seams activated while it doesnt seem to be in the SCPL

EDIT: Terrestrial, in Track displays it seems that we cant $get a variable in //Per Second that was set in the //Per track. It oblige duplicated code in //Per Track and //Per Second. Do you see a way to deal with this?

foo_ui_panels

Reply #1492
EDIT: Terrestrial, in Track displays it seems that we cant $get a variable in //Per Second that was set in the //Per track. It oblige duplicated code in //Per Track and //Per Second. Do you see a way to deal with this?

pvars
elevatorladylevitateme

foo_ui_panels

Reply #1493
Damn, why didnt i think about that .... Thanks shakey_snake

foo_ui_panels

Reply #1494
Im having trouble getting my SCPL to be transparent. It has a background colour set via the "..." background colour button in the editor box which I can find no way of removing.

EDIT: I am a douche and missed that checkbox.

Anyone thought of a clever way of making reflected album art fade out to transparency not a fixed colour? It seems impossible to get the reflection to merge with the background irrespective of the background image/colour.

foo_ui_panels

Reply #1495
Im having trouble getting my SCPL to be transparent. It has a background colour set via the "..." background colour button in the editor box which I can find no way of removing.

Anyone thought of a clever way of making reflected album art fade out to transparency not a fixed colour? It seems impossible to get the reflection to merge with the background irrespective of the background image/colour.


Yeah, I do it all the time.

Just edit a piece of the background in photoshop and make it fade with a layer mask and gradient.


 

foo_ui_panels

Reply #1497
I found some strange behavior when making also the headers transparent(no drawrect) the background is a bit
distorted where Headers should be.

Is this a bug?

foo_ui_panels

Reply #1498
Panels transparent has many bugs!
Every panel's transparent area just display the "//backgroud" images.

foo_ui_panels

Reply #1499
I would be cool if someone could make a spectrum analyser (equal to the integrated) with transparancy ability (or if it's already possible - how?)
Can't wait for a HD-AAC encoder :P