Re: Custom param text box in fcp
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dave On Oct 5, 2007, at 8:37 AM, Benjamin Kent wrote: Hi, Cheers Ben _______________________________________________ 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... Have you referred to the Example "ScrollingRichText?" That's a good reference. As far as rearranging text, hopefully that's just a bug in your use of NSTextView. If not, please let us know what's going on. For resizing, it is not clear to me that subsequent FCP controls will move up and down correctly if you programmatically change your view's height. You may need to just choose some size big enough to accommodate a vertical scrollbar, and recommend copy-and-paste for larger text selections. I'm trying to make a custom parameter text box using fxplug on fcp. The strings I'll need to put in may vary in length quite considerably. Using NSTextView at the moment, the result seems a little flaky - as you click around it, the displayed text occasionally seems to rearrange itself. Also, I can't figure out how to make it resize automatically to the length of the string. Is there a more sensible way to do this? This email sent to site_archiver@lists.apple.com
participants (1)
-
Dave Howell