Re: NSPopover will not morph or resize

2012-12-25 Thread Gordon Apple
Thanks, Kyle. That almost worked correctly. Now the subclassed popover does change to the correct size. However, the view seems to float over the popover, and when changed, is offset about 20 pixels to the lower left of the popover balloon. (I only update the content view¹s frameSize and don

Re: NSPopover will not morph or resize

2012-12-25 Thread Kyle Sluder
On Tue, Dec 25, 2012, at 12:14 PM, Gordon Apple wrote: > Thanks, Kyle. That almost worked correctly. Now the subclassed > popover > does change to the correct size. However, the view seems to float over > the > popover, and when changed, is offset about 20 pixels to the lower left of > the pop

Re: NSPopover will not morph or resize

2012-12-25 Thread Gordon Apple
Sorry, my mistake. I use a different computer for eMail and was not even in the same room when I sent it. I sent the code over via dropBox. Well, I¹m adjusting the size of the view specified in my popover¹s contentViewController, then setting the popover¹s contentSize. How else would I do it?