Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Interruptible + busyaction has no effect
Posted:
Jan 10, 2011 3:33 AM
|
|
Hi, my goal: prevent anything happening during execution of a callback of a toggle-button X how I'm doing it: toggle button X has Interruptible set to 'off'; push button Y has busyaction set to 'cancel' (reference - http://www.mathworks.com/help/techdoc/creating_guis/bq61qtj-1.html) What I want to happen - when X is pressed it does what it should; if Y is pressed during that time nothing happens until X is done AND Y is not executed after X is done. in my case - after X is pressed and Y is pressed, X is activated and then Y is activated!
On the other hand - if I use a break-point in the callback function of X, then press Y, then continue X, Y is not executed when X is done (as should happen).
Any help is most appreciated Alex
|
|
|
|