Re: Programatically resizing a NSTableView
Re: Programatically resizing a NSTableView
- Subject: Re: Programatically resizing a NSTableView
- From: jim kitchen <email@hidden>
- Date: Tue, 30 Sep 2003 14:13:21 -0600
Dear Rolf,
Try this one line of code:
[theWindow setContentSize:NSMakeSize(500,300)];
jim k
On 9/30/03 1:46 PM, "Rolf" <email@hidden> wrote:
>
Hi,
>
>
I am desperately trying to resize a NSTableView programatically but it just
>
won't resize and I don't understand why.
>
I have tried setFrame, setFrameSize, added setNeedsDisplay, etc. Why doesn't
>
setFrame work, and what's the correct way to do it ?
>
>
/Rolf
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.