barrymavin
2014-04-03, 05:26
In v1.1 there has been a change made to the way the "Refresh Interval" is used which you need to aware of.
For the sake of consistency I have added a new "Timer" delegate to pages, sections and formitems (in the atttributes). If the "Timer Interval" is specified and a timer delegate exists it will be called rather than just refreshing the section. If there is no delegate nothing happens so you need to be aware of this.
This is only active in runtime mode.
It is particularly useful for refreshing dynamic content in Canvas and WebView sections at given intervals to pull data into the UI and can be very effective for building management information dashboards..
This is implemented in Desktop, Web and Mobile.
For the sake of consistency I have added a new "Timer" delegate to pages, sections and formitems (in the atttributes). If the "Timer Interval" is specified and a timer delegate exists it will be called rather than just refreshing the section. If there is no delegate nothing happens so you need to be aware of this.
This is only active in runtime mode.
It is particularly useful for refreshing dynamic content in Canvas and WebView sections at given intervals to pull data into the UI and can be very effective for building management information dashboards..
This is implemented in Desktop, Web and Mobile.