CALLBACK REMOVED !!!! in APP Designer

7 次查看(过去 30 天)
When loading my user interface it first correctly appears during a few seconds in the APP designer window, but after that the screen is cleared and the message CALLBACK REMOVED appears at the bottom of the screen.
In addition the following list of red messages (copy paste made them black) appears in the Matlab Home window,
Error using appdesigner.internal.model.AppModel
Error: File: AppModel.m Line: 610 Column: 44
Invalid use of operator.
Error in appdesigner.internal.model.AppDesignerChildModelFactory/createModel (line 29)
model = appdesigner.internal.model.AppModel(parentModel, proxyView, uifigure);
Error in appdesservices.internal.interfaces.controller.DesignTimeParentingController/processClientCreatedPeerNode (line
193)
child = obj.Factory.createModel(obj.getModel(),peerNode);
Error in appdesservices.internal.interfaces.controller.DesignTimeParentingController/handlePeerNodeAdded (line 270)
obj.processClientCreatedPeerNode(peerNode);
Error in
appdesservices.internal.interfaces.controller.DesignTimeParentingController>@(varargin)obj.handlePeerNodeAdded(varargin{:})
(line 137)
obj.ChildAddedListener = addlistener(obj.ProxyView.PeerNode,'childAdded', @obj.handlePeerNodeAdded);
Error in hgfeval (line 62)
feval(fcn{1},varargin{:},fcn{2:end});
Error in javaaddlistener>cbBridge (line 52)
hgfeval(response, java(o), e.JavaEvent)
Error in javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
@(o,e) cbBridge(o,e,response));
Warning: Error occurred while evaluating listener callback.
This is happening with user interface in the today design process and with the backup version of yesterday.
I don't know how to recover from this situation.
  2 个评论
Geoff Hayes
Geoff Hayes 2020-6-17
José - where is the error message for "callback removed"? Is there more of the error message that tells us which callback is failing? Can you post the code for that callback?
José Barrera Alvarez
Geoff,
I attach the photo of the APP designer window with the message CALLBACK REMOVED.
As I said before, the message appears during the process of opening my user interface without any other action from my side.
The sequence of events are as indicated namely, open my user interface file, once loaded it my design appears for a few seconds in the APP designer window, after that and for a few seconds again the CALLBACK REMOVED message appears.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by