cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

buttonbox accept the Get Title() message

What inspired this wish list request? Please describe the current issue that needs improvement or the problem to be solved that is not easy or possible right now, with an example use case. 

I would like to access the Title of the Button Box.

 

What is the improvement you would like to see? Please describe the idea for improving JMP. Please include mock-ups, wireframes, screenshots, scripts, other documents or examples from other software that help describe the change you would like to see. 

I would like the 

<< Title()

and 

<< Get Title()

commands to work for button boxes

 

Why is this idea important? Please describe the value to you and/or other users if the idea is implemented (for example, ease of use, must have,…).

This will enhance ability of scripts to make better GUI's.

 

1 Comment
hogi
Level XI
new window("test", bb= Button Box ("hello"));

bb <<Get Button Name;
bb <<set  Button Name("new name")