<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Please remove me from the list. Thanks.<br>
<br>
<br>
Wilhelm Sanke wrote:<br>
<blockquote type="cite" cite="mid3EC4A3C1.A83E6090@hrz.uni-kassel.de">
<pre wrap="">On Thu, 15 May 2003 Alex Rice <a class="moz-txt-link-rfc2396E" href="mailto:alrice@ARCplanning.com"><alrice@ARCplanning.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is it possible to suppress the text formatting of the prompt of the
answer dialog? I'm using it for an error message and I don't want it it
to flow the text all together just because there appears to be a single
html tag within it somewhere.
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
<a class="moz-txt-link-abbreviated" href="mailto:alrice@ARCplanning.com">alrice@ARCplanning.com</a>
<a class="moz-txt-link-abbreviated" href="mailto:alrice@swcp.com">alrice@swcp.com</a>
</pre>
</blockquote>
<pre wrap=""><!---->Alex,
As far as I see, you would have to comment the following lines of the
answer dialog script
"put max(the formattedWidth of field 1 + foffset + 16, bwidth) into
twidth
if twidth > 600 then
put 600 into twidth
set the dontWrap of field 1 to false
end if"
and add a line that sets a fixed width for the prompt field.
But that would make the answer dialog unusable for normal use.
The best thing for you would be to write your own modal dialog for the
error messages.
Regards,
Wilhelm Sanke
_______________________________________________
use-revolution mailing list
<a class="moz-txt-link-abbreviated" href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</a>
<a class="moz-txt-link-freetext" href="http://lists.runrev.com/mailman/listinfo/use-revolution">http://lists.runrev.com/mailman/listinfo/use-revolution</a>
</pre>
</blockquote>
<br>
</body>
</html>