Re: OutlineView
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>) |