I have read through the other posts in the forum, and found many suggestions, ideas, tests, etc… But no solid “I DID IT!” anywhere… so I shall ask, before I attempt to code one myself, in Javascript…
Has anyone already coded a custom proxy for ExtJS data stores that maps back and forth to a Data Abstract Table? Any partial coding would be nice, so that we would not have to reinvent the wheel here…
Ah yes, I see… You are manually dealing with the JSON message object…
and what you really want is my magic non-existant code … LOL
I’ll keep you posted…
I am currently fighting the stupid Javascript applyUpdates on a data table… Keeps giving an “Out of Memory” error because the bin message on the server is some how malformed.
I am currently fighting the stupid Javascript applyUpdates on a data table.. Keeps giving an "Out of Memory" error because the bin message on the server is some how malformed.
hum… I abandoned bin-message because it does not work with IE <= 9 …
I can’t seem to get the stupid thing to work in chrome or firefox either… getting the database works fine, posting back the apply messages does not appear to work…