In a message dated 3/21/05 12:36:57 AM, 
[EMAIL PROTECTED] writes:

>
>Date: Sun, 20 Mar 2005 23:38:16 -0500
>From: Mikey <[EMAIL PROTECTED]>
>Subject: SelectedChunk
>To: How to use Revolution <use-revolution@lists.runrev.com>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Hmm.  Per previous discussion, in an attempt to determine where the
>cursor was when the user hit a key (in this case a tab key), I
>generated the following script for the field in question
>
>on tabKey
>   get the selectedChunk
>   answer it
>end tabKey
>
>the variable watcher reports that IT is empty.
   It's worth noting that the tab key can serve to change the "focus" from 
one field to another -- which would tend to mess up the previously-existing 
selection. It might be appropriate to set up a different experiment in which 
the 
selected-affecting qualities of the tab key don't enter into it:

# in the script of a separate button
on mouseUp
  answer (the selectedChunk)
end mouseUp

   Hope this helps...
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to