Re: Peoblems with expanding items in NSOutlineView
Re: Peoblems with expanding items in NSOutlineView
- Subject: Re: Peoblems with expanding items in NSOutlineView
- From: Brendan Younger <email@hidden>
- Date: Thu, 5 Jul 2001 14:53:16 -0500
Updating the display in your delegate is just not good cricket. Better
to have an external method of expanding/collapsing rows. What I think
happened was, when you called -expand row, it fetched all the data for
the expanded row, then continued as before, i.e, as though the row had
not been expanded. I fixed your application, it's now at:
http://homepage.mac.com/occam_razor/.cv/occam_razor/Public/testBug.tgz-binhex.
hqx.
Brendan Younger