Errors in app designer after installing 2019b

2 visualizaciones (últimos 30 días)
Tom Shlomo
Tom Shlomo el 1 de Dic. de 2019
Comentada: Anirban Mukherjee el 3 de Ag. de 2020
Hello,
I have installed 2019b a few days ago (from 2018a), and now I have trouble working with the app designer.
For example, if open a new blank app, and simply drag and drop an axes component on the canves, I immediatly get the following error messege (in the command line):
Undefined function 'isvalid' for input arguments of type 'double'.
Error in matlab.graphics.interaction.graphicscontrol.ControlManager/removeControl
Error in matlab.graphics.shape.internal.ScribeStackManager/createLayer
Error in matlab.graphics.shape.internal.ScribeStackManager/getLayer
Error in matlab.graphics.internal.CanvasSetup.createScribeLayers
Error in matlab.ui.control.UIAxes
Error in appdesigner.internal.componentmodel.DesignTimeComponentFactory/createComponent (line 79)
component = feval(componentType,...
Error in appdesigner.internal.componentmodel.DesignTimeComponentFactory/createModel (line 17)
component = DesignTimeComponentFactory.createComponent(componentType, parentModel, peerNode);
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));

Respuesta aceptada

Ijab Zhan
Ijab Zhan el 3 de Dic. de 2019
Hi Tom,
We apologize for the inconvenience. This is a known issue, and you can find the cause, and workaround from the follwing link:
iJab
  3 comentarios
Ijab Zhan
Ijab Zhan el 9 de Dic. de 2019
Yes Tom, it will be fixed in Update 3 based on my knowledge.
Anirban Mukherjee
Anirban Mukherjee el 3 de Ag. de 2020
Hello,
can you please guide how to disable pause on error for app designer?! I tried 'dbclear if error' and also 'dbclear all' command in command space and then opened appdesgner from there; it didn't work. Also in code view of appdesigner no debugging option is there to disable breakpoints. Please help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by