필터 지우기
필터 지우기

CALLBACK REMOVED !!!! in APP Designer

조회 수: 7 (최근 30일)
José Barrera Alvarez
José Barrera Alvarez 2020년 6월 17일
댓글: José Barrera Alvarez 2020년 6월 17일
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
José Barrera Alvarez 2020년 6월 17일
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