<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>I can use something other than rootIcon for onKeyDown?<br>I've tried the INT id and the TE id and rs with onKeyDown but get nothing.<br><br><br><br><hr id="stopSpelling">From: Julian.Tenney@nottingham.ac.uk<br>To: xerte@lists.nottingham.ac.uk<br>Date: Wed, 1 Dec 2010 18:05:02 +0000<br>Subject: RE: [Xerte] Flash - that way lies madness<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">

<style>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</style>

<style>
</style><style title="owaParaStyle">
.ExternalClass P
{margin-bottom:0px;}

</style>


<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>handle onKeyDown for the text field and do</div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">if (Key.isDown(Key.ENTER))</font></div>
<div><font face="tahoma">{</font></div>
<div><font face="tahoma">&nbsp; //add one to your count</font></div>
<div><font face="tahoma">}</font></div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">You' ll have to handle the rest of the response in the event handler.</font></div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">Should work I think.</font></div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font>&nbsp;</div>
<div id="ecxdivRpF306655" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 01 December 2010 16:56<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> [Xerte] Flash - that way lies madness<br>
</font><br>
</div>
<div></div>
<div><br>
Regular text entry set to multi-line.<br>
<br>
Goal: determine when user has hit return 3 times.<br>
<br>
debug:<br>
debug('length ' + icon.parentNode.clip().text.length);<br>
debug('split ' + icon.parentNode.clip().text.split(chr(13)).length);<br>
<br>
If I simply hit return 3 times:<br>
<br>
length 1<br>
split 2<br>
length 2<br>
split 3<br>
length 3<br>
split 4<br>
<br>
// as expected.<br>
<br>
If I type a letter each time, then hit return each of those 3 times:<br>
<br>
length 1<br>
split 1<br>
length 3<br>
split 2<br>
length 5<br>
split 3<br>
<br>
// it will not register that 3rd return *until I type a character* on that 4th line.<br>
<br>
<br>
sigh.<br>
Any ideas?<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
&nbsp;<br>
</div>
</div>
<br>

This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, 
copy or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.
<BR>

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
<BR>


<br>_______________________________________________
Xerte mailing list
Xerte@lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.                                               </body>
</html>