Re: NSTableView scrollbars won't activate
Re: NSTableView scrollbars won't activate
- Subject: Re: NSTableView scrollbars won't activate
- From: "David Baker (Acorn Web Designs)" <email@hidden>
- Date: Fri, 3 May 2002 10:20:23 -0600
>
I think this is something that has been seen before. In your
>
awakeFromNib call either [table reloadData], or [table tile] (not sure
>
which). The problem is that the archived table doesn't properly get
>
synced up with the live data until the tile method happens. This is an
>
important problem we are looking into fixing.
>
>
-chuck
That was the problem! I added [table tile] to my app and now it works
fine! Thanks a lot Chuck.
David
--
Acorn Web Designs
http://www.AcornWebDesigns.com
Quality websites designed at low prices.
_______________________________________________
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.