Posted by member 99 on 2003-11-17 22:42:29 link

$evars$ are expanded by litestep before skinbox has a chance to do anything with them. It's not possible for it to be messed up, most likely it's expanding to something including backslashes, which skinbox tries to evaluate. Either use \d or surround it with the block escape: {["$path$"]}

For example:
*skinbox test 50c -24 24 24 #t
testOnLButtonClick {["$FileManager$" "$drives$"]}
; or:
testOnLButtonClick "\dFileManager\d" "\ddrives\d"


If all else fails, put in !alert 'original setting' and you can see what it's expanding to.