Re: [F-Script-talk] FSCoreDataSample
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2005-10-31 00:23:37
|
On 30 oct. 05, at 18:09, J.C.Burns wrote: > Am I correct that the FSCoreDataSample included has no > persistentStores.. You are correct. > therefore is essentially a read only example? You can still modify the objects in-memory. > is there some way to convert it into a read/write example so we can > experiment with making changes? You can modify the F-Script source code that deal with this (see the FSCoreDataSample class). You can also build your own persistent object model and attach F-Script to it. Best, Philippe Mougin |