Would something like this work?

local lObjID

on focusIn
   put the ID of the target into lObjID
end focusIn

on focusOut
   -- do something wiht lObjID
   put "" into lObjID
end focusOut

-C
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to