OpenControl

Sri sritcp at gmail.com
Mon Aug 4 23:24:53 EDT 2014


Hi Jacque:

Wilstrand's method seems to work (with a little modification). In the
following, oldCardID is a custom property of the group. The first focusOut
is issued on closeCard.

on focusOut
   local tID
   put the ID of this card into tID
   if tID is not the oldCardID of me then
      set the oldCardID of me to tID
      -- here, change the contents of the group, as necessary
   else
      send "focusOut" to me in 50 milliseconds
   end if
end focusOut

Let me know if this doesn't serve your purpose. I am just trying to learn
from all you experts on this use group.

Sri.



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/OpenControl-tp4681692p4681736.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list