Re: Set the size of a sheet when it's first loaded

2016-08-25 Thread Shane Stanley
On 25 Aug 2016, at 10:22 PM, Sandor Szatmari wrote: > > What are you calling to set the window's frame? I am under the impression > that calling setFrame: is not respected when using autolayout. Thanks -- that's the simple thing I was forgetting. -- Shane Stanley ,

Re: Set the size of a sheet when it's first loaded

2016-08-25 Thread Sandor Szatmari
Shane, > On Aug 25, 2016, at 04:28, Shane Stanley wrote: > > I have a window that is shown as a sheet over another window. The sheet > contains a small table, and I want the sheet to be sized vertically to show > however many rows are required. So just before I show the sheet I update the

Set the size of a sheet when it's first loaded

2016-08-25 Thread Shane Stanley
I have a window that is shown as a sheet over another window. The sheet contains a small table, and I want the sheet to be sized vertically to show however many rows are required. So just before I show the sheet I update the table and adjust the window's frame. This works fine -- except for the