[flexcoders] LCDS Offline Synchronization

2010-02-09 Thread Dennis
I want to determine if the following offline synchronization behaviour is by design or a result of some improper LCDS config or client code. Scenario: After committing a change to the offline cache, I see the commitRequire flag on the DataStore is set as true and I save the offline cache.

Re: [flexcoders] LCDS Offline Synchronization

2010-02-09 Thread Jeffrey Vroom
It sounds to me like you are just not getting that particular DataService connected before you do the fill. There is a DataService.connect method if I recall correctly that might help. I don't think you get commitRequired=true when the app is in a disconnected state. The fill will auto-connect