Is there a way for a button box to "know" its location within a container box?
Hi. I'm wondering if there's a convenient method for a button box to somehow know where it lies within a lineup box. My specifics: JMP Pro 16.2.0macOS Monterey 12.5 I have a script that creates a window with a LineUp box. In each cell, there's a button box that I want to perform a different action, based on which column the button appears in. For example: Names Default to Here(1);
list = {"ca
...