Removing text container from layout manager stops delegate messages
Removing text container from layout manager stops delegate messages
- Subject: Removing text container from layout manager stops delegate messages
- From: Aram Greenman <email@hidden>
- Date: Sun, 1 Feb 2004 02:41:48 -0800
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, including textViewDidChangeSelection: and
textViewDidChangeTypingAttributes: (but it still receives
textView:doCommandBySelector:). I added a textViewDidChangeSelection:
method to the TextEdit example code and found it has the same problem.
Any suggestions?
Thanks,
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.