Re: Cocoa-View plug-in resizing
Re: Cocoa-View plug-in resizing
- Subject: Re: Cocoa-View plug-in resizing
- From: Timothy Place <email@hidden>
- Date: Fri, 13 Nov 2009 12:33:54 -0600
That's exactly what I needed. Thanks!
Tim
On Fri, Nov 13, 2009 at 12:16 PM, Michael Hopkins <email@hidden> wrote:
> Tim,
>
> There is a standard NSView notification that you can register for to receive
> these resize notifications.
>
> NSViewFrameDidChangeNotification
>
> http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/doc/uid/20000014-BBCDBGGD
>
> Hope this helps,
>
> Michael
>
> On Nov 12, 2009, at 12:37 PM, Timothy Place wrote:
>
>> Hi,
>>
>> I have an AudioUnit host that currently has trouble with a couple of
>> the Apple-provided plug-ins (AUDelay and AUDynamicsProcessor) on OS
>> 10.6.x because of the disclosure triangle. This widget appears to
>> resize the view, but my window does not resize to allow it to fit
>> properly.
>>
>> With a Carbon view I have no problem -- I simply get the
>> ControlBoundsChanged notification. However, on OS 10.6 these plugs
>> appear to be Cocoa views. Despite much searching, I can't come up
>> with a way to get a similar notification from these Cocoa views. Can
>> someone point me to the correct incantation?
>>
>> AULab seems to handle the situation properly.
>>
>> Thanks in advance,
>> Tim
>>
>> Cycling '74 | Electrotap | 74Objects
>> http://blog.74objects.com
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Coreaudio-api mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden