can i change the size of msgbox?

11 visualizaciones (últimos 30 días)
Dimple
Dimple el 21 de Ag. de 2013
can i change the size of msgbox and want to know about color options for msgbox

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Ag. de 2013
You can in theory change the size of msgbox by changing the root property 'DefaultFigurePosition' via set(0,'DefaultFigurePosition',[....])
There are no options provided to change msgbox()'s size.
There are no color options for msgbox.
  2 comentarios
Dimple
Dimple el 20 de Sept. de 2013
Thank You....
Jan
Jan el 20 de Sept. de 2013
Do not forget to restore the original value of the DefaultFigurePosition afterwards. Otherwise other dialogs might look too strange.
You can create a local copy of msgbox.m and modify it to your needs, e.g. as msgboxXtra.m .

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Holidays / Seasons en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by