this is an amazing approach James, thankyou for sharing.
------------------------------
Thomas Wilson
Project Manager / Engineer
Innovative Production Services
------------------------------
Original Message:
Sent: 10-08-2024 10:53
From: James Peltzer
Subject: Hide Tabs In Dashboard Custom Panel
If you only want one tab visible at a time and they all share the same screen space, the <tab tabposition="none"/> approach is much more efficient for DashBoard to handle (and a little easier since you don't need to cycle-through and manually hide everything that shouldn't be visible). Tabs also have an added feature where each tab can have delay="true"/"false" where DashBoard won't even attempt to build/render the tab content until the tab is accessed (which can be very helpful if you have large panels with lots of components/images/etc.)
------------------------------
James Peltzer
Ross Video
------------------------------
Original Message:
Sent: 10-08-2024 06:56
From: Thomas Wilson
Subject: Hide Tabs In Dashboard Custom Panel
Each tab is an <abs> (canvas)
Rather than using the tab structure, why not just stack the canvas on top of each other, then use you buttons to show/hide them.
------------------------------
Thomas Wilson
Project Manager / Engineer
Innovative Production Services