Search Type: Posts; User: caretta
Search: Search took 0.02 seconds.
-
16 May 2012 6:47 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
i think that you must use 2 diffrent model. One for offline mod one for online sync.
claimSyncStore.on('load', function() { console.log('Sync: Saving data to local DB'); ... -
16 May 2012 2:58 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
i have override some functions for listpagging plugin fix; because store.getTotalCount must return "Total Row Number". Not paged row number. store.getCount() returning paged row number.
So i... -
16 May 2012 1:04 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
i use that but store.totalCount is giving undefined still.
-
16 May 2012 12:58 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
listpaging plugin works with store.totalCount and the getCount parameters. If store.totalCount property comes 0 than listpaging shows that "No More Records" because of totalCount=0.
... -
16 May 2012 12:49 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
i never try that but i try to override store.totalCount property with a transaction "Select count(*)" but i cant do this : )
-
16 May 2012 12:43 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
i m using with no problem. I have database and tables. But i found a bug. i used ListPaging plugin and not showing correctly. i think store.totalCount always get 0.
-
16 May 2012 12:39 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by caretta
- Replies
- 190
- Views
- 37,836
can we use store hasmany table relation ?
I-|
Results 1 to 7 of 7
