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

Re: NSOutlineView


  • Subject: Re: NSOutlineView
  • From: Mahaboob <email@hidden>
  • Date: Wed, 31 Dec 2008 10:23:54 +0530
  • Thread-topic: NSOutlineView

I used awakeFromNib method. When I¹m running the program in debugger,
outlineView get instantiated and shows its value ³0x14c260² and also its
variables(_numberOfRows ,...) shows the value ³0² and opens the main window.
>From the main window when I¹m clicking the button, that opens the window
containing outlineView, then outlineView shows its value as ³0x99d6938b² and
also its variables shows nothing, thus opens the window without outline
data. Then I selected a table from the popup button (which calls the method
for loading outline data) then outlineView shows its value ³0x14c260² and
displays outline data.


On 12/30/08 6:33 PM, "Timothy Larkin" <email@hidden> wrote:

> I am assuming that the objects in question are loaded from a nib. In that
> case, you cannot assume that all the nib objects have been created until the
> nib loader send those objects an awakeFromNib message. Try writing an awake
> from nib method for one of the nib classes. If you then put a breakpoint, I
> think you will find that the outline view has been instantiated, and from
> there you can call your method that loads the outline data.
>
>
>
>
> --
>
>
> Timothy Larkin
>
>
> Abstract Tools
>
>
> Caroline, NY
>
>
>
>


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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

  • Follow-Ups:
    • Re: NSOutlineView
      • From: Mahaboob <email@hidden>
  • Prev by Date: Re: Initial Prefs Setting Of Checkbox?
  • Next by Date: UISlider changes between 2.1 and 2.2, rating widget?
  • Previous by thread: Re: NSOutlineView
  • Next by thread: Re: NSOutlineView
  • Index(es):
    • Date
    • Thread