Reference to non-existent field error when opening another gui from main gui

I have two guis. Gui1 has a button btn_open_gui2 clicking on which opens my gui2. Now, in gui2, I have declared a variable in the opening function as
handles.flag=1 handles.output = hObject; guidata(hObject, handles);
and I have used this flag variable in some button_callbacks, say, gui2_button1 in this same gui2. When I run gui2, everything is working fine. But when I run gui1 and open gui2 from my btn_open_gui2 and then click on gui2_button1, I get this error
Reference to non-existent field 'flag'.

답변 (0개)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

2012년 2월 7일

편집:

2013년 10월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by