FROM : Mike Manzano
DATE : Tue Apr 22 21:26:39 2008
I have an application that periodically needs to save content
contained in an NSTextView. The text view is bound to a Core Data
managed object. Currently, I am ending editing on the text view to
force it to save its contents into the store. However, since I'm doing
it automatically on a time interval, the view goes out of focus which
is annoying if you're typing into it. Is there a way to save the text
view's contents without ending editing on it?
Thanks,
Mike
DATE : Tue Apr 22 21:26:39 2008
I have an application that periodically needs to save content
contained in an NSTextView. The text view is bound to a Core Data
managed object. Currently, I am ending editing on the text view to
force it to save its contents into the store. However, since I'm doing
it automatically on a time interval, the view goes out of focus which
is annoying if you're typing into it. Is there a way to save the text
view's contents without ending editing on it?
Thanks,
Mike
| Related mails | Author | Date |
|---|---|---|
| Mike Manzano | Apr 22, 21:26 | |
| Ferhat Ayaz | Apr 24, 08:33 | |
| Mike Manzano | Apr 26, 02:06 |






Cocoa mail archive

