フィルターのクリア

CALLBACK REMOVED !!!! in APP Designer

7 ビュー (過去 30 日間)
José Barrera Alvarez
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 Center および File ExchangeDevelop 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