CALLBACK REMOVED !!!! in APP Designer
4 次查看(过去 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
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!