Re: FXPlug custom UI -> resignFirstResponder
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Rainer, Would simply having your custom view call -becomeFirstResponder do the trick? Also, is what you're trying to do what the user wants? Is it possible they might have changes they aren't ready to "commit" in a text field when they press this button? Just some food for thought. Darrin On Sep 5, 2011, at 12:06 PM, Rainer Standke wrote:
Hello,
I have a custom UI in an FxPlug effect for FCP 7. It's only a button that triggers some actions. If that button is pressed while a standard UI element in the effect is still editing - as in: the user is entering text, and the text cursor is still blinking in a text field - then the effect doesn't report the new value from the text field.
I am suspecting that resignFirstResponder would need to be called on the text field. I am also thinking that we can't do that with the existing API.
Is that correct?
Thanks,
Rainer _______________________________________________ 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/dcardani%40apple.com
This email sent to dcardani@apple.com
-- 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani