Am 02.10.2012 um 11:56 schrieb Евсеев Алексей:

> sorry for my english
> 
> I have a form with NSTableView and two button "add" and "remove"
> 
> "Add" button add's item into datasource array. And new row will show only 
> after restart program.
> 
> "Remove" button remove item from array.  While select another rows deleted 
> rows will empty but visible.
> 
> how i may reload table data. I test table.reload that no visible effect.
> 

[myTableView reloadData]

if you are using a data source - which is what your message suggests.
If you switch to an NSArrayController it will do that auto-magically for you.

> Thank you.
> Aleksey.
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/magnard%40web.de
> 
> This email sent to magn...@web.de
> 


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to