Page 1 of 1

Detect which tab of a container is visible

Posted: 05 Jan 2013 20:38
by Traxus
Am I correct in assuming that there is no way to programatically detect which tab of a container is showing?

Re: Detect which tab of a container is visible

Posted: 06 Jan 2013 15:27
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 81 times

Re: Detect which tab of a container is visible

Posted: 06 Jan 2013 23:13
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...