Hi everyone,
I have a simple system status application where I have several UI dashboards on different tabs and I'd like to cycle through each tab at a preset interval. I have been successful in doing this with a message node on repeat, a function and the UI Control node. All of that works great so main mission accomplished, but I'd like to make it better/more flexible.
Currently the way I do it is the function node has a hand-coded list of tab names to pass to UI Control. What I'd like to do is grab a list of tab names from somewhere and avoid the hardcoding part. Then I could drop this flow into any application where I need to cycle through all of the dashboard tabs.
Does dashboard expose a list of dashboard tabs in a property somewhere? If so, where? Is there a list somewhere of everything that dashboard exposes?
Sorry if this is an obvious question...
Thanks,
Dave