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  . . .    :)
_______________________________________________
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