Nobody answered...
My problem was (and still is) this one:
I have a text member with editShortCutEnabled set to true
So I can use the keyboard for copy,cut and paste
But when I install a menu with shortcuts for those functions, I can't use anymore my keyboard, because the menu
sets editShortCutEnabled to false.
I tried this:


menu: edit
Cut/X|pass
Copy/C|pass
Paste/V|pass

An this:

menu: edit
Cut/X| editShortCutEnabled =true
Copy/C| editShortCutEnabled =true
Paste/V| editShortCutEnabled =true

But it does not work.
Do you think I'm obliged to write a behaviour(I did it) with keydown etc... (tedious and overall slow), or is there a workaround ?
thank you very much
jean-louis valero


[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