cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
lala
Level VII

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 VII

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