At 14:55 Uhr -0700 11.08.2002, Buzz Kettles wrote:
>At 3:06 PM -0500 8/11/02, you wrote:
>>Yes, but I need to know if the value has been changed not if they have
>>tabbed into it with no change at all.

how about a behvior like the following on the field ?

property pChangedByUser

on beginsprite me
   pChangedByUser = 0
end

on keyDown me
   if the key <> TAB then pChangedByUser = 1
   pass
end

on mDisplaySum me, sumValue
   if not pChangedByUser then
     sprite(me.spritenum).text = sumValue
   end if
end
-- 

   |||
a�ex
  --
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to