Re: Size limitations for custom ui parameters
Re: Size limitations for custom ui parameters
- Subject: Re: Size limitations for custom ui parameters
- From: Darrin Cardani <email@hidden>
- Date: Mon, 10 Mar 2008 09:07:25 -0700
On Mar 10, 2008, at 7:56 AM, Steve Christensen wrote: On Mar 10, 2008, at 2:42 AM, Stig Sandø wrote: we're seeing that in FCP 6 our custom UI parameters seem to be restricted to a certain width, and more worryingly to a height of about 30 pixels.
Is there a way to work around this to provide bigger/taller custom UIs?
Unless I've been lucky, it sounds like the problem is with your NSView. I have a custom view that contains a 160 x 67 pixel image. The full height of the image is visible in the Viewer window, although the right edge can be clipped if the Parameters column width is reduced. Same behavior in both FCP 6.0.2 and FCE 4.0.
That's right. You should be able to tell the host application that your view is as large as you want. Remember though, that users may get annoyed if it's really large and they have to constantly resize their parameter pane to see the whole thing. If you want to post the code from your -createViewForParm: method, I could see if there's anything obviously wrong with it. Are you creating the view in code or using a .nib file?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden