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 is 1 watcher.
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!
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.
afViewRefresherExt Auto-refresh your SkySpark Views | FREE | |
Download now Also available via SkyArc Install Manager |
Version | 1.0.0 |
---|---|
License | Commercial |
Build date | 1 year ago on 19th Aug 2019 |
Requirements | SkySpark v3.0.18 |
Depends on | |
File name | afViewRefresherExt.pod |
File size | 49.01 kB |
MD5 | e594f2bb19738cda9bf07a45141a056e |
SHA1 | 2f83273e28e5a2a9173cd19b6f1227438303ee14 |
Published by Fantom FactoryDownload nowAlso available via SkyArc Install Manager |