hi,

in mIRC 6.3 there was the undocumentated feature, /setlayer N [@window]
now i tried using this in 6.32 and it doesnt seem to work for a @window, is this command completely removed or is the syntax changed, cause i want a transparent window smile :P
i currently have;

Code:
alias imgpreview {
  window -p @preview 100 100 $mouse.x $mouse.y
  setlayer 100 @preview
}


which doesnt seem to work, i also tried;
Code:
  setlayer 100 preview
  setlayer @preview 100


Thanks.