cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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