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.

Discussions

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

Call a Platform and log the action

If a user uses the Jmp Menu to open a platform and clicks OK, a corresponding JSL code is added to the log.

 

If the same action is triggered via JSL, nothing is added to the log.

 

If the OK button in the platform is clicked "virtually" *), the log stays also empty.

 

Is there an option for the JSL code or for the virtual button click to tell Jmp that the action should be recorded via advanced log?

 

*) virtual button click:

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
joinWindow = new window ("",dt << join())
joinWindow[ComboBox(1)] << set (1,1)
joinWindow[ButtonBox(2)] << click
1 REPLY 1
hogi
Level XIII

Re: Call a Platform and log the action

Application case:

Add an  Update Button to the Tables/Join platform:
https://community.jmp.com/t5/JMP-Wish-List/Tables-join-option-to-update-main-table/idc-p/653857/high... 

Recommended Articles