QUOTE(carmenm @ Jun 6 2007, 10:51)

By the way i think there should be a place when we could put feature requests and where you could refuse them and let us know you refused them. I think this could be great because i made some feature requests taht in my opinion could be good, yet i don't know if you saw them and i don't want to ask them again and put any kind of pressure on you. I know what a great job you do and i want to respect you for that. And yet i want this project to grow more and i think users feature requests are good for that.
I think a wiki page might be useful. If you (or someone else) want's to start one, I will try to categorize feature requests.
QUOTE(FofR @ Jun 6 2007, 11:03)

Any chance of being able to trigger a per-track change? I really want to overlay some lyrics on cover art. And my new design (
http://host.trivialbeing.org/up/foobar-jun...obalbackgro.gif) has a lot of features that would depend on this feature.
yes, I'll try to add an option for the next version.
QUOTE(FofR @ Jun 6 2007, 11:21)

$button2 is incredibly frustrating to incorporate into existing text. It'd be great if a button could be created that aligned itself based on the text alignment and the text around it, with width and height defined by the length and height of the text in the button automatically.
the $button code get processed separately from the text code (such as $font) so this isn't really technically possible at the moment. I have been meaning to rewrite the text code to be more flexible, but haven't gotten to it yet.
QUOTE(cartman(2vd) @ Jun 7 2007, 05:38)

i found absolutly no way to open tray context menu... any idea what can be wrong?
panels ui version: 0.13.6 beta (from may 31 2007)
right clicking on the tray icon does nothing? what version of windows do you use?
QUOTE(mil3s @ Jun 7 2007, 06:11)

Hi Terrestrial. I trying to make a Last Modified category in the Library Filter so I can see the files that were added/modified last. This is pretty cool, though it would be even better if there was a way to reverse the sorting, and perhaps even limit results to x lines.
the sorting within library filter goes according to what's displayed (so you could do something like 12-month to get reverse sorting). when tracks are sent to the playlist they use the current sort/group criteria.
QUOTE(eboomer @ Jun 9 2007, 18:19)

I believe you have to use "$panel(Toolbar,..." rather than "$panel(Search,...".
In general, in the layout window, click the "Panels" button towards the upper left corner, and look up the desired panel from the dropdown list. They will look like "Catagory / Panel Name". The panel command should then look like "$panel(Catagory,Panel Name,...".
the first arguement can be any "id" that you choose... you can use the same id again if you want to move or resize the panel, or a new id to create a new instance of the panel.
QUOTE(bit4bit @ Jun 10 2007, 14:48)

REQUEST:
I've got a request for multi-dimensional variables. I've tried the following without success:
$puts(abc,'str1,str2,str3,...,strN')
$select(n,$get(abc))
The reason is obvious: $select is executed before $get and finds only one item. If there is another solution to this problem, please let me know.
no, the $get is execute before the $select. the problem is that abc is treated as a single string (not multiple strings separated by a comma).
QUOTE(metal_termite @ Jun 10 2007, 18:42)

Hmm, one more thing. Would it be out of the scope of Panels UI titleformatting to make a $forloop (for loop) function?
yes

QUOTE(metal_termite @ Jun 10 2007, 20:42)

None of the
playlist info functions work in a ui panel, with the exception of
%isplaying%.
Sorry if that has been brought up before, but a search yielded nothing of the sort.
for playlist name try %playlistname% (I actually didn't know about the other one, or I would have used the same name....)
%isplaylist% and %ispaused% should work. %list_index% and %list_total% only work in scpl as that's the only one that works with lists of songs.
QUOTE(Nickoladze @ Jun 11 2007, 10:50)

I found a bug on Vista when using $glass for the entire window:

All black text and $drawrect boxes are completely transparent, the background of the items in the library filter panel are actually 150-150-150, but show up white.
on glass the "whiter" the color the more opaque, and the "darker" the color, the more transparent (for text and $drawrect). you can use images if you want better handling of colors.