Multi-user sync "live_update"

Hi all,

I Just want to know if it is posible to use the “live_update” in mobile using the actions_table.

I try to do it with this:

dhx.dp($$("scheduler")).setAutoUpdate(2000);

But it didn’t work. Is there a way to make it work?

Regards,
Walter

Hi Walter,

setAutoUpdate is not support in touch dataProcessor. And we do not have a ready functionality for this.
Try to use Node.js. In my opinion it would be the best solution for “live update”

How would we the code for activating it. I try this:

dhx.dp($$("scheduler")).live_updates("http://localhost:8008/sync");

But it didn’t work.

Regards,
Walter

There is not ready functionality for live_updates in Touch library.

So if I understand correctly using Node.js in Touch library is not possible?

Hello,

I’ve meant that Touch doesn’t provide a ready implementation with Node.js