I have my own menu in which I have a Find… menu item.
I have applied a shortcut command-F to the menu item.
When I select the menu item with the mouse the script works but when I
command-F the menu flashes but nothing happens.
Here is the script.
on menuPick pItemName
switch pItemName
case "Categories..."
open stack "Categories" as sheet
break
case "Find..."
open stack "Find" as sheet
break
end switch
end menuPick
Why does the menu not display when I command-F.
LC 6.7.4 on Yosemite
All the best
Terry
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode