Re: Removing text container from layout manager stops delegate messages
Re: Removing text container from layout manager stops delegate messages
- Subject: Re: Removing text container from layout manager stops delegate messages
- From: Aram Greenman <email@hidden>
- Date: Tue, 3 Feb 2004 22:54:02 -0800
On Feb 2, 2004, at 11:33 AM, Douglas Davidson wrote:
On Feb 1, 2004, at 2:41 AM, Aram Greenman wrote:
So I have a page-layout-type view where each page has its own text
view, with all the text views sharing the same layout manager, pages
are added and removed as needed, pretty much based on
MultiplePageView in the TextEdit example code.
The problem is after I the first time I remove a page (i.e. remove a
text container from the layout manager) my text view's delegate stops
receiving certain events
Please file a bug. The delegate should not need to do anything
special for this.
Done. In case anyone else has this problem, my workaround is to not
actually remove any text containers from the layout manager, I just
zero their container size.
Aram
_______________________________________________
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.