QUOTE(shakey_snake @ Apr 25 2007, 22:12)

I don't see how it would be any less feasible than $eval(). Just rather than returning a number, it would return True or False.
its the way functions return truth values... I don't think its possible

QUOTE(kabuki @ Apr 26 2007, 00:56)

Thanks for your reply. So it seems that I have some trouble for non-english text. Look at screenshots:
hmmm... I'm not sure... I'll see if I can track it down later.
QUOTE(carmenm @ Apr 26 2007, 01:40)

I have to redraw the panel with another thing like next track or anything for it to go well. Does that mean that not all panel is redrawn when doing what i did
yeah, its not redrawing to reflect the changes in the variables...
QUOTE(carmenm @ Apr 26 2007, 07:50)

Terrestrial: would it be possible to allow something like that in $eval() :
$eval(2+-4)
and make it $eval(2-4)
this is problem when you have a variable and you do $eval(2+$get(toto))
if the variable equals -2. I would like to allow positive and negative values for toto but currently it is not possible
Thanks
maybe try $eval(2$get(toto)) and set toto to "+2" or "-2" as a temporary workaround...
QUOTE(alphaex32 @ Apr 26 2007, 20:33)

It would also be useful to have an option for $drawrect to make them formatted like 3d system boxes.
you should be able to fake it using $drawrect and using SYSCOL-
QUOTE(UnduTheGun @ Apr 29 2007, 06:22)

I don't know why, but since I installed the new version (0.10.2), foobar crashes on startup saying "unhandled exception: bad allocation", even when using default settings. (foobar doesn't create a crash log)
delete foo_uie_single_column_playlist.dll and foo_uie_trackinfo_mod.dll. you don't need them with PanelsUI and they are incompatible.
QUOTE(Keikonium @ Apr 30 2007, 22:43)

I made a topic asking how to override cursor status (
Here) with no replies as of yet.
the command is not possible for the near future, but you can use CONTEXT-PLAYING and CONTEXT-SELECTED for the buttons...
QUOTE(Keikonium @ May 2 2007, 15:02)

Oh, also, I am having trouble applying a CUSTOM sort command to a button. I am using:
CODE
$button(0,$get(butY),0,0,22,21,$get(dir1)sort1.png,$get(dir1)sort2.png,SORT:artist|%artist%:album|%album%,)
But when I click the button, nothing happens. Any help would be great!

need single quotes (') around the SORT:
---------------
I've uploaded 0.11.0. The main new thing is the ability to popup new panels ui windows through a button.