2 NSTextViews and binding
2 NSTextViews and binding
- Subject: 2 NSTextViews and binding
- From: DevReseune <email@hidden>
- Date: Tue, 14 Sep 2004 14:02:12 +0200
Hi,
It seems that NSTextView works fine with binding with only one
NSTextView. This is my problem:
- my model is in a list (NSMutableArray) and has 2 NSDatas for rich
text
- I use NSArrayController to manage this list
- I can select, add and remove in a NSTableView data of my list
- if I use only one NSTextView to manage the selection of my list, it
works (just one rich text)
- if I use 2 NSTextViews, one by rich text in my data, it works,
BUT:
when I change the selection, phantom text of the previous selection
can stays.
It seems that is a bug. What is the solution?
Frederic
_______________________________________________
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