The App created fine using 9.15 on Mac 26, but when running, I could not cut and paste text using the keyboard or context menu, because the app default menu bar does not have an Edit menu.
Do I need to add that myself using the Inclusions when building the app?
--The following menuPick handler was generated by the Menu Builder.
on menuPick pWhich
switch pWhich
case "Cut"
--Insert script for Cut menu item here
break
case "Copy"
--Insert script for Copy menu item here
break
case "Paste"
--Insert script for Paste menu item here
break
case "Preferences"
case "Clear"
--Insert script for Clear menu item here
break
end switch
end menuPick
OK. How do I call the system wide Cut Copy Paste functions?