problem with NSBrowser
problem with NSBrowser
- Subject: problem with NSBrowser
- From: "Tom Wenger" <email@hidden>
- Date: Fri, 26 May 2006 21:02:08 +0530
Hai all,
My application got a browser and i am able to load texts into into it.But I
need to add another text into it.
But this remains the same string value in browser.What would i do to load
the browser again with new vlues.
please give some examples.
I gave these codes.
- (void)browser:(NSBrowser *)sender willDisplayCell:(id)cell atRow:(int)row
column:(int)column;
{
String *className=@"";
if ((column == 0)&&( row==0))
{
className = [textContent stringValue];
}
[cell setTitle:className];
}
--
Thanks &Regards
TomWenger.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden