Close a GUI
- From: Zedelein <zedelein@xxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 14:21:53 -0400
Dear friends,
I wanna close a GUI when I push the button close... i wrote this code
:
function hboton_cerrar_Callback (hObject, eventdata)
delete(f);
end
where f was defined as:
f = figure ('Visible', 'off', 'Name', 'My 1st GUI',...
'Position', [260,260, 300, 300]);
i have read some post and people told to do it this way (or I
understood it, my english is bad and maybe i'm in a mistake...)
Please, help is needed ! THANKS !
.
- Follow-Ups:
- Re: Close a GUI
- From: Jeremy Smith
- Re: Close a GUI
- Prev by Date: Re: weird
- Next by Date: Re: TolFun with a log-likelihood
- Previous by thread: turn $6 into $6000 in two weeks... legally
- Next by thread: Re: Close a GUI
- Index(es):