I've had some trouble implementing some shortcuts in a document based application (i.e. Bold, Italic etc) available here:
Connecting Menu Items in Document Based Applications
The issue is that the method described disconnects the actual 'Bold' menu item from the Font Manager, and replaces it with my action I created (in this case, boldIt
). Because there can be only one sent action, it is replaced, not added. How can I overcome this? Very frustrating. If anyone can help me I would greatly appreciate it.
Zach