Detect which tab of a container is visible

Discuss Lemur and share techniques.
Post Reply
Traxus
Regular
Posts: 211
Joined: 30 Nov 2012 06:19
Location: Detroit
Contact:

Detect which tab of a container is visible

Post by Traxus »

Am I correct in assuming that there is no way to programatically detect which tab of a container is showing?
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Detect which tab of a container is visible

Post by Softcore »

Correct..........



But you can always use your imagination ;)
(make something else control the tabs and detect that instead)
TabSelection.jzml
(4.45 KiB) Downloaded 82 times
Traxus
Regular
Posts: 211
Joined: 30 Nov 2012 06:19
Location: Detroit
Contact:

Re: Detect which tab of a container is visible

Post by Traxus »

Hah, yeah that option crossed my mind as well although I am very much dreading having to re-write all the absolute paths I have to the objects within the currently tabbed container... I was thinking of using pads instead of switches though, as they seem to be my go to duct tape for this environment.

It would be cool if tabbed containers got a variable assigned to them that was an array of which tab was visible versus which werent...
Post Reply