In the std.mi there is this command:
code:
setMenuTransparency()
Set the menu's transparency value (alpha blending). Ranges
from 0 to 255. 0 being totally transparent and 255 being
totally opaque.
@param alphavalue The transparency value to set.
extern System.setMenuTransparency(int alphavalue);
Is this command supposed to make Winamp's main context menu transparent? Because if yes, nothing happens.