Parent of Target
    Trevor DeVore 
    lists at mangomultimedia.com
       
    Wed Aug 23 11:23:10 EDT 2017
    
    
  
On Wed, Aug 23, 2017 at 9:59 AM, Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> wrote:
> Whaaaa??? So send would but dispatch won't?
>
That is correct, as long as you aren’t using `in time` with `send`. The
following script won’t cause an error until the last `send`:
on mouseUp
  send "NotThere" to me in 0 seconds
  dispatch "NotThere" to me
  send "NotThere" to me
end mouseUp
-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
    
    
More information about the use-livecode
mailing list