Custom Region Controling

Asked by Atiar

I have two region of layout, first one is a table content and the bottom one is news scrolling from left. when i update table content of the first region then full layout with news scrolling takes reload and scrolling starts from the first on the client player. But i wanted a specific region's content to be reloaded or updated. So, is there any better solution for this problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Mike H
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

You can't refresh a single region without reloading the whole layout

Revision history for this message
Atiar (atiar-cse) said :
#2

In future, is it possible?

Is there any initiative for this problem of the author?

Thanks!
Atiar

Revision history for this message
Best Mike H (s-mike-s) said :
#3

Point the content section to an off server web page that you update , set the area to expire/reload on a fixed time. ex. 3 to 4. mins.
 The news crawl can be setup read an rss feed you update to after a couple mins.. Just some ideas, Good luck
Later

Revision history for this message
Dan Garner (dangarner) said :
#4

I think this: https://blueprints.launchpad.net/xibo/+spec/region-loop would resolve your issue?

In the mean time you could add your dataset view to the same region again (so that there are two), they will then loop accordingly.

Revision history for this message
Atiar (atiar-cse) said :
#5

Thanks Mike H, that solved my question.