<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
This a little puzzling.<br><br>Why would this work on one machine and not another:<br><br>I want the text object to start out not showing all the text.<br>I've added a 1 second delay before setting the property.<br><br>daveid.txt.setSize(200,30);<br>daveid.txt.autoSize = 'none';<br>daveid.setText('a long line of text');<br><br>One one machine it shows a 200 X 30 object with a single line of text.<br>On another, there is a 5 pixel high object and no text can be seen.<br><br>On both machines, when I rollOver the object, I trigger<br>daveid.txt.autoSize = 'left';<br><br>On both machines this works correctly and all text is shown.<br>                                        </body>
</html>