Text field and copy/paste...
Text field and copy/paste...
- Subject: Text field and copy/paste...
- From: Thierry Bucco <email@hidden>
- Date: Tue, 25 Sep 2001 18:14:55 +0200
Hi,
Here is my problem :
I have a text field in a custom window.
I don't have a main menu in the top of the screen, because my
application needs to be always in the foreground.
so the main menu appears as a contextual one when I click on a button on
my custom window using :
[NSMenu popUpContextMenu:mainMenu withEvent:theEvent
forView:mainMenuButton];
In this menu I have Cut/paste, but it doesn't works, in fact any
shortcut works, what must I do to get shortcut working ?
Thanks for your help.
Thierry