cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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
Level X

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
Level X

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!

Recommended Articles