Borrar filtros
Borrar filtros

CALLBACK REMOVED !!!! in APP Designer

7 visualizaciones (últimos 30 días)
José Barrera Alvarez
José Barrera Alvarez el 17 de Jun. de 2020
Comentada: José Barrera Alvarez el 17 de Jun. de 2020
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 comentarios
Geoff Hayes
Geoff Hayes el 17 de Jun. de 2020
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 el 17 de Jun. de 2020
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by