I have an LSUIElement application that displays a menubar status item. The application can display a dialog window that contains a text field.
If the u
Just about 1 hour ago I stumbled upon the same problem. You don't need to code anything. I could do this in Interface Builder:
FirstResponder's cut:, copy: and paste: functions to your corresponding menu itemsThat worked for me. Unfortunately this (default) behavior doesn't seem to work when you hide the "Edit" menu (just tried it).