Active tab flag?

I’m trying to set up a UI with some tabbed parts, and I hit a roadblock.
To know which inputs need to be harvested and used further down in the interface, I need to know what tab the user has selected, but there doesn’t seem to be any way to do that.

It seems like I need to “branch” the whole interface downstrean of each tab because of this.

Here’s a silly example, just to illustrate :

Name your produce.gh (16.9 KB)

I don’t have a computer with me but the value listener attached to a tab control will tell you which tab the user has selected - does that help?

1 Like

It helps immensely !

I hadn’t classified this component as a regular element in my mind, therefore I didn’t event think it was relevant to connect it to a value listener.

This rocks !!!

Thanks Andrew

1 Like