Case problem

Dominique mcdomi at free.fr
Thu Sep 26 11:48:01 EDT 2002


I have a little notepad made with MC.
I wanted to navigate with CMD-1... as in HC
That works.
I want now to create a new card with CMD-n: doesn't work!

The stack script:
==============
on commandkeydown touche
  switch touche
  case 65436
    go first
    break
  case 65433
    go prev
    break
  case 65435
    go next
    break
  case 65430
    go last
    break
  case 110
    go last
    create card
    break
    # case default
    # pass commandkeydown
    # break
  end switch
  pass commandkeydown -- not utile if "case default" ?
end commandkeydown
================

Seems odd, because "CMD-a" works (the text in the field is selected),
but not CMD-n... !
-- 
Regards,
(-8 Dominique



More information about the metacard mailing list