site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Sep 5, 2008, at 11:26 AM, JongAm Park wrote: How are you doing, all? I wrote a Final Cut Pro plugin which had a few NSTextFields on it. There is no published way for 3rd parties to add menu items to FCP. Darrin -- Darrin Cardani dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... What I figured out is that the Final Cut's Edit=>Copy & Paste menu are not enabled and it doesn't allow copy and paste text for the text fields on the plugin window. I tried checking how other FxP plugins work and they work Ok with the copy and paste. Can any one explain me how to enable the Copy & Paste for my plugin? I checked the "First Responder"'s methods and found copy:, paste:, cut: there. Some plugin like "Cinema Tools Audio EDL..." has its own menu bar while "EDL" shares the menu of the FCP. Because my plugin doesn't have menu resource, if there is a way to share the FCP's, it would be better. What sort of plugin is this? If it's an FxPlug, you can just use a text edit parameter, and it should behave correctly. This has the added bonus of not needing to write your own code to handle an NSTextView. This email sent to site_archiver@lists.apple.com