cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

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