Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

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?
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Erica Sadun photo stickies database
    2005-12-29 17:16:31  Erica Sadun | O'Reilly AuthorO'Reilly Blogger [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.