Home > Archive > Matlab > September 2006 > pushbutton Callback function of GUI
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
pushbutton Callback function of GUI
|
|
| daniel_of_vienna 2006-09-29, 4:13 am |
| Dear Experts,
I'm just try to get familiar with t5he GUI pragramming. Now I've got an
..m-file with several functions, which calls a gui saved in a different
..m-file. THe GUI collects user inputs, and stores them in a global
struct, and closes the GUI and returns to the caller by perssing OK.
So far, so good.
But I also placed a Cancel button on the GUI. This should close the GUI
(that's working) and also terminate the caller. How can I achieve that?
Thanks a lot,
Daniel
| |
| daniel_of_vienna 2006-09-29, 4:13 am |
|
daniel_of_vienna schrieb:
> Dear Experts,
>
> I'm just try to get familiar with t5he GUI pragramming. Now I've got an
> .m-file with several functions, which calls a gui saved in a different
> .m-file. THe GUI collects user inputs, and stores them in a global
> struct, and closes the GUI and returns to the caller by perssing OK.
> So far, so good.
> But I also placed a Cancel button on the GUI. This should close the GUI
> (that's working) and also terminate the caller. How can I achieve that?
> Thanks a lot,
> Daniel
I've forgot: in the caller there is a finish function... When
cancelling the GUI, I'de like to have the programme to ponit to this
function. Such like caller/finish... Is there a syntax to do that?
|
|
|
|
|