Multiple lines in "Edit Text" box in GUIDE

Hi,
I'm making a GUI for my program and I wanted to allow multiple lines of text to be entered in an "Edit Text" box (email addresses) which I would then separate and continue with the program. I noticed I am not able to enter multiple lines using the Edit Text box...it just keeps writing on the same line. Is there a way around this? How can i allow the option of multiple lines?

Respuestas (2)

Paulo Silva
Paulo Silva el 18 de Jul. de 2011

6 votos

'edit' – Editable text fields enable users to enter or modify text values. Use editable text when you want text as input. If Max-Min>1, then multiple lines are allowed. For multi-line edit boxes, a vertical scrollbar enables scrolling, as do the arrow keys.

3 comentarios

Alex
Alex el 17 de Sept. de 2013
Thank you! Very helpful on a not very obvious quirk
Pau Micó
Pau Micó el 16 de Mzo. de 2017
Thanks a lot! And yes, it was not so an obvious question!!!
raym
raym el 2 de Mzo. de 2023
The string field is not a cell string, but a transposed char mat filled with many blanks.
Thus multiple-line edit is not a very good solution for real text with new-line functionalities.

Iniciar sesión para comentar.

huyen nguyen
huyen nguyen el 24 de Abr. de 2018

0 votos

How to create multiple data in edit text in matlab? help me, please. thank you.

Categorías

Más información sobre Characters and Strings en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Jul. de 2011

Comentada:

el 2 de Mzo. de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by