<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>revDeleteFolder updated</title></head><body>
<div>Now it isn't happy in the standalone either. Maybe it was
only happy when I was in the Rev IDE before creating the
standalone?</div>
<div><br></div>
<div>Hey... maybe it needs a special library?</div>
<div><br></div>
<div>I haven't successfully been able to use Rev to build a
standalone, so if there is a library it needs, I'll need to manually
add it.</div>
<div><br></div>
<div>Any idears?</div>
<div><br></div>
<div>The exact error is:</div>
<div><br></div>
<div>stdDev: error in expression</div>
<div>Image: bad pixmap id</div>
<div>proc token: revDeleteFolder</div>
<div><br></div>
<div>The handler is used to delete the desktop alias, which I needed
to add to as it apparently broke on Macintel. (My handler worked
okey dokey on non-Macintel-OSX and Windows.) I got the handler
additive from the list archives:</div>
<div><br></div>
<div>put specialFolderPath("desktop") into theFile</div>
<div>put "/NameOfAlias" after theFile</div>
<div> if there is a folder theFile then</div>
<div> revDeleteFolder theFile</div>
<div> end if</div>
<div><br></div>
<div><br></div>
<div>TIA</div>
<div>Shari</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div>Gypsy King Software<br>
Mac and Windows shareware games<br>
http://www.gypsyware.com</div>
</body>
</html>