cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

Text Edit Box - wrap text method?

Any known ways or tricks to do so using a Text Edit Box?  Pretty sure that <<set wrap() only works with a Text Box and not a Text Edit Box...  thx... dj

1 REPLY 1
David_Burnham
Super User (Alumni)

Re: Text Edit Box - wrap text method?

If you mean that you want a text edit box with multiline input then you can use the SetNLines message:

new window("demo",

  text edit box("", << set width(200), <<setNlines(5) )

)

Dave

-Dave

Recommended Articles