• 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
OutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OutlineView


  • Subject: OutlineView
  • From: Anthony Cheung <email@hidden>
  • Date: Wed, 5 Mar 2003 17:40:50 +0800

Dear all,

I am trying implement a OutlineView to my application. I have added
that through IB, created an outlet for it and the link between my
controller class. I have implemented the following

- (id)outlineView:(NSOutlineView *)olv child:(int)index ofItem:(id)item;
- (BOOL)outlineView:(NSOutlineView *)olv isItemExpandable:(id)item;
- (int)outlineView:(NSOutlineView *)olv numberOfChildrenOfItem:(id)item;
- (id)outlineView:(NSOutlineView *)olv
objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item;

in my source. I have set breakpoints. When I debug my program, I found
out that those four procedures were never be visited. I think this may
be the reason why I can't loaded data to the table.

Would you please help.

Best regards,

Anthony
_______________________________________________
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.

  • Follow-Ups:
    • Re: OutlineView
      • From: j o a r <email@hidden>
  • Prev by Date: Re: (newbie) drawer problem
  • Next by Date: Re: OutlineView
  • Previous by thread: Dragging problem
  • Next by thread: Re: OutlineView
  • Index(es):
    • Date
    • Thread