save data from NSScrollView

hi
Ive just been mucking around with Shane’s sample project from here
http://www.scriptingmatters.com/ASObjC and was wondering how to
have the data that is entered into NSScrollView saved, so when I reopen
the app the newly entered data is their?

If you mean the table example, you just need to save the record when you quit, and reload it when you launch (or add open/save handlers and connect them to the relevant menu items).

yeah, it was the table example, ill play around with open/save handlers

cheers