<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">Is it possible to tell
if the user has used the mouse to change the position of the I-beam
cursor within an editable text field?  I thought that perhaps I could
detect this via mouseDown and chunkselected, but it appears that when a
text field is set to "editable" that mouseDown isn't a message that's
registered to the field.<br>
<br>
I know that I can detect the "first time" that the I-beam is placed,
but I want to detect when a user is typing, and then moves the I-beam
cursor and clicks within a different paragraph in the text.<br>
</font></font>
</body>
</html>