Clearing cells in NSBrowser
Clearing cells in NSBrowser
- Subject: Clearing cells in NSBrowser
- From: Sanri Parov <email@hidden>
- Date: Mon, 4 Nov 2002 13:08:50 +0100
Hi everybody,
I'm creating a DiskMaster-like utilty and I'm stuck into this problem:
clearing an NSBrowser.
I've tried changing the "state" with the method setState: but nothing.
I've tried also with something like..
for (i=0; i<numColumns; i++)
{
[browser selectRow:-1 inColumn:i]
}
but nothing the same...
Does anyone of you know the solution?
Thank you very much.
--
Life is a state of mind
_______________________________________________
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.