<div dir="ltr">Thanks Robin. I've asked on the JUCE list. I would rather they deal with it. It would save me from messing with their code base!</div><div class="gmail_extra"><br><div class="gmail_quote">On 7 April 2016 at 16:16, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 04/07/2016 05:11 PM, Robin Gareus wrote:<br>
> On 04/07/2016 01:50 PM, Rory Walsh wrote:<br>
>> I've been looking through the JUCE source and I can't find<br>
>> anything regarding the AU resizing flag. I'll ask on the Juce list. I'll<br>
>> let you know what they get back to me with.<br>
>><br>
><br>
> The relevant upstream documentation is<br>
><br>
> <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/" rel="noreferrer" target="_blank">https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/</a><br>
><br>
> and two quotes from there<br>
><br>
> "When creating a view, it is important to assign an appropriate value to<br>
> the autoresizingMask ..."<br>
><br>
> "The default value of this property is UIViewAutoresizingNone, which<br>
> indicates that the view should not be resized at all."<br>
><br>
> best,<br>
> robin<br>
><br>
<br>
</div></div>oops. wrong link. The actual doc for this case is<br>
<br>
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/" rel="noreferrer" target="_blank">https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/</a><br>
<br>
</blockquote></div><br></div>