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