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

Re: OutlineView


  • Subject: Re: OutlineView
  • From: Scott Stevenson <email@hidden>
  • Date: Wed, 1 Dec 2004 10:45:21 -0800


On Dec 1, 2004, at 12:39 AM, Amit Kumar(R&D) wrote:

I am trying to add some static data upto more than 2 levels in a OutlineView.I am stuck here and only able to add up to one level.

You should probably post your outline view data source methods.


Also, remember that you need curly braces for conditional that contain more than one line of instructions. For example:



if ( something ) { dothis } else { dothis andthis alsothis }

This will *not* work the way you expect:

if ( something )
	dothis
else
	dothis
	andthis
	alsothis


- Scott


-- http://treehouseideas.com/ http://theobroma.treehouseideas.com/ [blog]

_______________________________________________
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


References: 
 >OutlineView (From: "Amit Kumar(R&D)" <email@hidden>)

  • Prev by Date: Re: Swapping isa's (was Re: Hex Edit controls (resknife))
  • Next by Date: System service can't get multiple filenames from Finder
  • Previous by thread: Re: OutlineView
  • Next by thread: Re: Strangeness when moving data through an array.
  • Index(es):
    • Date
    • Thread