cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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