cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Add Menu script along side native jmp platform menu items

 I want to add menu items to native JMP platforms without having to encasing it in a outline box or something like that.  

Like below

 

Names default to here(1);
dt = open("$SAMPLE_DATA\Big Class.jmp");
biv = dt << Bivariate(Y(:height), X(:weight));
bivr = report(biv);
bivr << Set Menu Script({"something", print("something")}); 
//doesn't work unless I do this and then it gets rid of all of the native platform scripts
bivr << Set Scriptable Object(Empty());
//I want to be able to do something like
bivr << Add Menu Script(index, "name", script);

 

1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!