Here is a method introduced by Jensen:
Adopting this method if you don't want title truncated.
For example, If you want to place a SCPL you may use:
CODE
$panel(SCPL,Single Column Playlist,$get(x),$get(y),$get(w),$get(h),)
In this method, you can replace it by:
CODE
$panel(Playlist,Track Display,$get(x),$get(y),$get(w),$get(h),)
In the configuration(code) window of
"Playlist" we've just created, replace all with:
CODE
$setpvar(PLwidth,%_width%)
$panel(SCPL,Single Column Playlist,0,0,
$ifequal($getpvar(HideScrollBar),1,$eval(%_width%+20),%_width%),
%_height%,
)
Finally, into the configruation(code) window of
"SCPL" we've just created, add the following to the first line:
CODE
$puts(width,$ifequal($getpvar(HideScrollBar),1,$getpvar(PLwidth),%_width%))