| Article: |
Modifying Stickies | |
| Subject: | stickies database | |
| Date: | 2005-12-29 14:15:00 | |
| From: | brads | |
| i want to be able to use stickies stored in the StickiesDatabase in my Cocoa/Java app...any ideas? | ||
Showing messages 1 through 1 of 1.
-
stickies database
2005-12-29 17:16:31 Erica Sadun |
[View]
I believe you need to use the NSUnarchiver class. The data is stored in a typed stream as an array (if I recall correctly) of data objects that store rich text.


