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?

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
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-23 Thread Kyle Sluder
On Sun, Dec 23, 2012, at 03:06 PM, Gordon Apple wrote: > Another issue is that the popover will not resize when its content view > size > changes. It does come up initially in the right size. I even tried > subclassing NSPopover, put an observer on the content view frame, then > set > contentSize

Re: NSPopover will not morph or resize

2012-12-23 Thread Gordon Apple
Bug 12930212 filed. Popover not resizing is shown in simple modification of Popover sample code project. Haven¹t found answer on failure to morph. Works in sample code. Our content view is considerably more complex. Something is defeating it. On 12/23/12 5:06 PM, "Gordon Apple" wrote: > I¹m ha

NSPopover will not morph or resize

2012-12-23 Thread Gordon Apple
I¹m having a few issues with NSPopover. ³animates² is the default, but is explicitly set anyway. I have a tear-off window that instantly comes up where it wants when the popover is clicked. It does not morph. Also, it leaves the popover up, although I now explicitly close if when the window lau