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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
miguello
Level VII

Red triangle menu edits

Is there a way to edit the name and the script of a red triangle menu item after I created them rather than recreate the whole menu?

ob << Set Menu Script(
	{"A", Print( "A" ), "B", Print( "B" ), "B1",
	Print( "B1" ), "B2", Print( "B2" ), "B3", Print( "B3" ),
	"C", Print( "C" )}
);
ob << Set Submenu( 2, 3 );

Let's say I need change 

"B2", Print( "B2" ) --> "BeeToo", Print( "BeeToo" )

for one specific item?

1 REPLY 1
jthi
Super User

Re: Red triangle menu edits

If I remember correctly, you update single item. It has been some time since I had to update those but I think I did just create a function to do it.

-Jarmo

Recommended Articles