Page 2 of 2

Re: Why can't I copy/paste into fields using ctrl+v etc

Posted: Sun Sep 07, 2014 6:55 pm
by jacque
My mother told me I stopped listening to advice when I was about three years old. ;)

The menu builder tool assigns a blank script to the menu buttons if you click its auto-script button. That provides a structure you can fill in with various commands, but if you don't do that, the menuPick handler effectively blocks the actions in its case statements. The fix is to not click "autoscript", or delete the unfinished menupick handler, or remove the menubar assignment. Or better, just add some code to the menu items in the menuPick handler.

I've often thought that the auto-script feature should be slightly expanded. I understand why it shouldn't put in default statements for many of the items, but it would cause less trouble if it could add the one-word commands needed to activate the items in the Edit menu.

Re: Why can't I copy/paste into fields using ctrl+v etc

Posted: Sun Sep 07, 2014 7:30 pm
by glynypig
Thanks, that fixed it - reminds me of the old "knowing where to tap" parable : -)
Image