Aaaah, ok! That explanation will be a great benefactor to my night sleep :)
I guess i reclutantly have to I agree that it probably isn't something most people use since you say it hasn't come up... As a very not-in-practice-example. Say i want to throw up a sc.say every time i get data that says "loaded x rows from server". I don't want to pop it up when i add something in a form, so the only thing i can think of is a global static parameter somewhere "is adding" that i then un-set in ondataarrived.
Anyway, great to get an explanation, after some hardships ;)
EDIT: since it is called because of some "local filtering" as you say, can i not turn that off somehow, so that it won't get called when i add or remove?
I guess i reclutantly have to I agree that it probably isn't something most people use since you say it hasn't come up... As a very not-in-practice-example. Say i want to throw up a sc.say every time i get data that says "loaded x rows from server". I don't want to pop it up when i add something in a form, so the only thing i can think of is a global static parameter somewhere "is adding" that i then un-set in ondataarrived.
Anyway, great to get an explanation, after some hardships ;)
EDIT: since it is called because of some "local filtering" as you say, can i not turn that off somehow, so that it won't get called when i add or remove?
Comment