App Connect JSON Data Source Support Product Page
Solved
Json data doesnt work with action schedular ...
Reported 02 Feb 2018 16:57:35
1
has this problem
02 Feb 2018 16:57:35 Serhat ALPASLAN posted:
How can I use action schedular with json data source .. I get an error like "data formatter doesnt.. parse.js "
Replies
Replied 03 Feb 2018 10:01:11
03 Feb 2018 10:01:11 Teodor Kuduschiev replied:
Hello,
Please provide a link to your page, where we can check this.
Please provide a link to your page, where we can check this.
Replied 03 Feb 2018 10:32:37
03 Feb 2018 10:32:37 Serkan ATABAY replied:
Replied 04 Feb 2018 09:59:21
04 Feb 2018 09:59:21 Teodor Kuduschiev replied:
Thanks, we are going to check that.
Replied 08 Feb 2018 11:33:46
08 Feb 2018 11:33:46 Teodor Kuduschiev replied:
Hello,
Just change Load to lowercase here:
so it becomes:
This will fix your issue. We will improve how is this generated in the next update.
Just change Load to lowercase here:
dmx-on:tick="jsondatasource1.Load()
so it becomes:
dmx-on:tick="jsondatasource1.load()
This will fix your issue. We will improve how is this generated in the next update.
Replied 08 Feb 2018 11:50:56
08 Feb 2018 11:50:56 Serkan ATABAY replied:
Thank you Teodor ..now working
Can I use action schedular like a socket connection ?
Can I use action schedular like a socket connection ?
Replied 08 Feb 2018 11:55:55
08 Feb 2018 11:55:55 Teodor Kuduschiev replied:
What exactly do you need to do?
Replied 08 Feb 2018 11:59:53
08 Feb 2018 11:59:53 Serkan ATABAY replied:
I want to get data instantly. (for chat application)
Replied 08 Feb 2018 12:12:22
08 Feb 2018 12:12:22 Serkan ATABAY replied:
I want to create chat application but I need to refresh every 1 sec so maybe this way wrong method for chat application ... (I dont know.. )
summary I want to create like this script..
socket.io/get-started/chat/
summary I want to create like this script..
socket.io/get-started/chat/
Replied 08 Feb 2018 12:19:53
08 Feb 2018 12:19:53 Teodor Kuduschiev replied:
If you want to read the content of a json file every 1sec that is the way to go - with the scheduler.
Replied 08 Feb 2018 12:21:41
08 Feb 2018 12:21:41 Serkan ATABAY replied:
ok thank you very much ...