Command Keys Not Working
Brahmanathswami
brahma at hindu.org
Sun Nov 10 02:00:00 EST 2013
And old problem has arisen:
I have an "Edit" pull down menu button with this script, which is in a
background group common to all the cards in the stack:
on menuPick pWhich
switch pWhich
case "Cut"
cut
break
case "Copy"
copy
break
case "Paste"
paste
break
case "Find"
findFirst
break
case "Find Again"
findAgain
break
end switch
end menuPick
and the button text is
Cut/X
Copy/C
Paste/V
---------
Find/F
Find Again/G
But if I run this from a standalone, these key commands do not work.
Oddly, they work in another stack (from which I copied the button over
to this stack) that is also run from a standalone... I wonder...is there
some inclusions that are required in the standalone for these to work?
Swasti Astu, Be Well!
Brahmanathaswami
More information about the use-livecode
mailing list