|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #52804] "Interruptible" and "BusyAction" properties |
| Date: | Thu, 11 Jan 2018 14:57:06 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #52804 (project octave):
Status: Patch Submitted => In Progress
_______________________________________________________
Follow-up Comment #6:
Here is a list of callback functions that Matlab recognizes:
http://www.mathworks.com/help/matlab/creating_guis/write-callbacks-using-the-programmatic-workflow.html
You are right that these are either all of the type "XXXFcn" such as
"ButtonDownFcn" or all of the type "Callback" such as "ClickCallback".
I agree that we should not apply these properties to listeners.
The question now is does "Interruptible" and "BusyAction" work for the XXXFcn
correctly?
And two, if you revert the code do listeners always run through to completion
or can they be interrupted by other property listeners? I don't think
listener's should be able to be interrupted.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52804>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |