Nerves getting raw from rawKeyDown

Richmond Mathewson richmondmathewson at gmail.com
Sat Nov 28 08:30:48 EST 2009


However, by moving the  pass rawkeydown  statement
inside the switch statement the problemI described in
the previous message is solved:

on rawKeyDown RAWK
   switch RAWK
     case 121
       put "Fred Flintstone" into fld "fTEXT"
       break
     case 122
       put "Barney" into fld "fTEXT"
       break
     default
       pass rawKeyDown
   end switch
end rawKeyDown

Time "someone" wrote some considerably better
documentation on   pass rawkeydown  . . .    :)



More information about the use-livecode mailing list