<!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>Re: Getting Started and Getting
Info</title></head><body>
<div>Hi Tom,</div>
<div><br></div>
<blockquote type="cite" cite><font size="-1">1. When your script
executes &quot;answer&quot; or &quot;ask,&quot; the dialog box (or
whatever it's called)&nbsp; comes up with a big, honkin' R for
Revolution. How do I get rid of it? Actually my game is a fish game
and I would really love to assign the fish image instead of the R. How
can I do that?</font></blockquote>
<div><br></div>
<div>Both ask &amp; answer syntax include an optional first argument,
iconType</div>
<div><br></div>
<div>From Rev Dictionary:</div>
<div><br></div>
<div><font color="#000000">&quot;The<i> iconType</i> parameter is one
of the following types: information, question, error, or warning. The
icon is displayed on the left side of the dialog box. If you don't
specify an icon, none is displayed.&quot;</font></div>
<div><font color="#000000"><br></font></div>
<div><font color="#000000">So, if you are seeing an icon, I presume
the first word after ask/answer is in&nbsp; &quot; information,
question, error, warning&quot;.&nbsp; Remove that word and the icon
should be gone.</font></div>
<div><font color="#000000"><br></font></div>
<div><font color="#000000">To make the icon a fish, your would have to
determine where &amp; how Revolution resolves the image ids associated
with &quot; information&quot;,&nbsp; &quot;question&quot;,&nbsp;
&quot;error&quot;,&nbsp; and &quot;warning&quot; icons--I presume they
are different for different platforms--and replace them with yours if
this is possible.&nbsp; It may turn out Rev uses system resources on
each platform, and therefore your changes would affect other
applications.</font></div>
<div><br></div>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1">2. The &quot;window&quot;
that appears when Rev executes &quot;answer&quot; or &quot;ask&quot;
goes clean across the screen. Can I make it more compact in shape and
size like in HyperCard? That'd be nice.</font></blockquote>
<div><br></div>
<div>I believe the window tries to expand to fit the message line
width.&nbsp; If so, inserting returns to block your text into several
short lines will make the window narrower.&nbsp; If this doesn't work,
one can clone the Rev ask/answer stacks and and create custom dialongs
to distribute with one's standalone.</div>
<div><br></div>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1">3. How do I get Rev to
inspect itself completely for incompatible script? I suspect there is
some left there because when I try to build a distribution version, it
crashes with some dialog box flashing and I have to FORCE revolution
to quit. Am I doing something wrong?</font></blockquote>
<div><br></div>
<div>Whenever you press the &lt;enter&gt; key while editing a script,
syntax is checked and any errors are immediately reported.&nbsp; If
the Script Editor closes the window without complaint, your syntax is
OK.</div>
<div><br></div>
<div>It sounds to me like your standalone is looking for a stack or
file when opening and cannot find it.&nbsp; Note, when running the Rev
Dev environment, the folder containing the Revolution app is the
defaultFolder until it is changed.&nbsp; When your standalone starts
up, the folder it resides in is the defaultFolder.&nbsp; One needs to
take this into account, especially in Mac OS X, where the application
bundle comes into play.</div>
<div><br></div>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font size="-1">4. By the way, the dialog
box for creating the distribution file is cut off at the bottom and I
can only see the tip top of three buttons to click. Only one is active
and I've been clicking the barely visible sliver of that button, but I
don't know its name because it's cut off. What
gives?</font></blockquote>
<div><br></div>
<div>There is a know (but undiagnosed) problem with screen window
sizes that appears to have something&nbsp; to do with menus &amp; Mac
OS.&nbsp; I can open the Distribution Builder several times with no
problem; but sometimes when rebuilding a second or subsequent time the
window will shrink.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Rob Cozens, CCW<br>
Serendipity Software Company<br>
<br>
&quot;And I, which was two fooles do so grow three.<br>
&nbsp;Who are a little wise, the best fooles bee.&quot;<br>
<br>
>From &quot;The Triple Foole&quot;<br>
by John Donne 1573-1631</div>
</body>
</html>