필터 지우기
필터 지우기

uigetfile like behavior for new guis

조회 수: 1 (최근 30일)
Justin
Justin 2012년 9월 8일
uigetfile basically prevents doing anything before user input is finished (i.e a file is loaded). I was wondering how one could mimic this behavior for other guis. I.e, for my program I have a menu where a new figure is opened. I'd like for the user to only be able to return to the original GUI when they've input the info I need from them.
Right now the button opens a new figure. I save the figure handle and make sure only one is open. But, the user could click on other buttons while the original is open which is something I'd like to avoid.
Is there sort of an easy way I could implement this? Thanks
Thanks.
  댓글 수: 1
Justin
Justin 2012년 9월 8일
편집: Justin 2012년 9월 8일
Maybe I can be a little more specific. How about a way to only access other figures once the current figure is closed? Or something along these lines. Thanks.
Maybe a there can be a callback function where if the GCA isnt a specified figure handle, it returns the current figure to a specified figure handle...

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2012년 9월 8일
set() the figure WindowStyle property to 'modal'
  댓글 수: 2
nanren888
nanren888 2012년 9월 8일
Yes, it seems between the property 'modal', modal dialogs & mabye using uicontrol property 'enable','off' you may get what you wanted.
Justin
Justin 2012년 9월 8일
Exactly what I wanted. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by