TABLE COMP how to get toggle down buttons?

Hey,

I’m looking to get toggle down buttons instead of momentary ones.
Is there a way to do it like radio buttons?

Thanks !

Lots of ways… you’ll just have to dig in a little and learn about the table COMP.

In this example look at the green nodes - these are the one’s I’ve added / changed from from a regular table COMP.

table_radio_example.tox (1.62 KB)

In my experience working with the table COMP, it’s very important to read the documentation very thoroughly - I still go back realizing that I’m just not reading something correctly.

Conceptually, think of the appearance of the table COMP as being defined by a set of states that are in tables. It’s all lookup tables at the end of the day. I like them a lot, they just take a little getting used to.

Hey, thank you Matthew, that’s really cool!

I searched a bit with this wiki :
derivative.ca/wiki088/index. … dio_Button

But didn’t understand the Tscript code.

I think this is really the page that’s the most important:

[url]http://www.derivative.ca/wiki088/index.php?title=Table_COMP[/url]

Here are a few more examples - how you can use images / TOPs as background elements for tables, as well as how you can create a table that can be edited as a field.
table_examples.tox (3.4 KB)

Awesome ! Thank you Matthew, I will learn it thoroughly :wink: