• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
problem with NSBrowser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: problem with NSBrowser
      • From: Uli Kusterer <email@hidden>
  • Prev by Date: Re: Capturing audio from input and saving
  • Next by Date: Re: Determining how the app is run (intel/ppc/rosetta/os version)?
  • Previous by thread: Drawing a focus ring around an NSScrollView? (drawing glitches)
  • Next by thread: Re: problem with NSBrowser
  • Index(es):
    • Date
    • Thread