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!

Discussions

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

How to make JSL pop up a dialog box and wait for the user to fill in the parameters?

How can a single JSL have it pop up a dialog at runtime, and when I fill in the text, it can read the content and pass it to the variable and continue running?

 

Thanks!

10 REPLIES 10
lala
Level IX

Re: How to make JSL pop up a dialog box and wait for the user to fill in the parameters?

  • Can I adjust the start width of the dialog box in JSL parameters?

  • Thanks Experts!
ex=New Window("",<<modal,panel Box("",H List Box(teb=Text Edit Box())),
panel box("",h list box(button box("OK",na=teb<<get text))));

2023-04-07_09-58-22.png

Recommended Articles