cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
DQR
DQR
Level I

Pop Up Boxes in JSL - is it possible to create submenus?

Hi - In JSL, I'd like to create a PopUp Box in which some of the items on the menu direct the user to a submenu, rather like the "Analyze | Multivariate Methods" selection from the main JMP menu leads the user to a selection of "Multivariate", "Cluster" and an assortment of others. Can this be done? And if so, how?

 

Many thanks

1 ACCEPTED SOLUTION

Accepted Solutions
ian_jmp
Staff

Re: Pop Up Boxes in JSL - is it possible to create submenus?

If you don't mind using 'OutlineBox()' you can do this kind of thing (slightly modified from the 'Scripting Guide').

View solution in original post

2 REPLIES 2
ian_jmp
Staff

Re: Pop Up Boxes in JSL - is it possible to create submenus?

If you don't mind using 'OutlineBox()' you can do this kind of thing (slightly modified from the 'Scripting Guide').

DQR
DQR
Level I

Re: Pop Up Boxes in JSL - is it possible to create submenus?

I think I can live with the Outline Box once I've reduced the name of it to a single space :)  Many thanks Ian!