Howdy, Are there any messages in your Run Log or in Console that might help you figure out the problem? Can you verify the table data source method implementations are returning the right values?
Kiel I have an NSTableView object and an NSPopUpButton that I use to select a > category of information to display in the table... > The problem is this: If I select a category with 0 items in it, the table view will update as expected... but, if I select one with more than one item right afterwards, the entire list does not display right away. Instead, it updates row by row when I select it. I AM sending it a [nameOfTable reloadData] message, and it IS getting that information it needs to be getting... but I cannot figure out why it's doing this! To see what I mean, click here: http://www.gooblidood.com/temp/weird.mp4 Anyone have any idea how to fix this stupid problem? Any help would be greatly appreciated! _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
