Borrar filtros
Borrar filtros

Problem with panels in a GUI

1 visualización (últimos 30 días)
Silvia
Silvia el 29 de Ag. de 2013
Hello,
I have a panel in a GUI, over this panel I have an edit text and a push button. At the beginning I only want to see the edit text and the push button:
set(handles.panel,'Visibility','off')
set(handles.editText,'visibility','on')
set(handles.button,'visibility','on')
This doesn't work, the edit text and the push button doesn't appear when I run the tool.
Thank you
  3 comentarios
Joe Bisbing
Joe Bisbing el 29 de Ag. de 2013
not sure if it will make a difference, but looks like you have a mix of V and v's in there.
Walter Roberson
Walter Roberson el 29 de Ag. de 2013
Joe, It would not make a difference for the properties of handle graphics objects.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by