Re: NSTableView Clear method
Re: NSTableView Clear method
- Subject: Re: NSTableView Clear method
- From: "I. Savant" <email@hidden>
- Date: Wed, 14 Feb 2007 08:15:57 -0500
Raj:
You're going to need to give this a thorough read:
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/
index.html
You don't "clear" a table view ... you tell it to -reloadData and
it asks its data source for the appropriate data for each row/column.
--
I.S.
On Feb 14, 2007, at 8:03 AM, Rajashekhar Managoli wrote:
Hi,
I am inserting some rows in NSTableView from the Database.
what I want to do is when I click Clear button the rows in the
NSTableView
should get cleares and againg I want to insert some different rows
from the
database.
I am trying to clear the rows of the NSTableView but the problem I
am facing
is its even clearing the title of the rows.
Can anyone suggest me the method or function for the same.
Regards,
Raj
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
40gmail.com
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden