Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.
There are 2 watchers.
View Refresher for SkySpark adds auto refresh functionality to your custom views by making the following quality-of-life action buttons available. All or none may be added to your views.
If using View Builder - buttons may be added your custom view like this:
If editing your View source by hand, buttons may be added with:
btnStart : { action:"afViewRefresherExt::AutoRefresh.start" dis:"Start" } btnStop : { action:"afViewRefresherExt::AutoRefresh.stop" dis:"Stop" } btnRefresh : { action:"afViewRefresherExt::AutoRefresh.refresh" dis:"Refresh" } btnSettings : { action:"afViewRefresherExt::AutoRefresh.openSettings" dis:"Settings" }
The refresh interval may be set via the Settings Dialogue button:
A default value may be set via the View Builder via the afRefreshInterval
variable:
Or via the source:
afRefreshInterval : { var kind:"Number" defVal:3s }
If no afRefreshInterval
var is specified, it defaults to 5 seconds.
A simple clock can be created by making a new Custom View that inherits the Table View which shows the the Axon expression now()
view : { inherit: "table" } data : { expr : "now()" } btnSettings : { action:"afViewRefresherExt::AutoRefresh.openSettings" dis:"Settings" }
View Refresher can only be used on Views you can add custom Actions to, so sadly, we do not think View Refresher can be added to existing default Views.
But you can create a new Custom View that re-uses a default View and add View Refesher to that!
Need a helping hand with SkySpark Viewbuilder? Then look no further than...
Explore and create dashboards and views with practical exercises and guided walkthroughs.
View Refresher is not open source, but it is free to use.
By using View Refresher you agree to the End User Licence Agreement contained within the software.
Version | 1.1.0 |
---|---|
License | Commercial |
Build date | 2 years ago on 2nd Mar 2022 |
Requirements | SkySpark v3.1.1 |
Depends on | |
File name | afViewRefresherExt.pod |
File size | 55.49 kB |
MD5 | a17bdda9aa588aa1ec6ec0e96e75374f |
SHA1 | b31741f126d24fd9d71c01feae8c9882863a39cd |
Published by Fantom FactoryDownload nowAlso available via SkyArc Install Manager |