필터 지우기
필터 지우기

Errors in app designer after installing 2019b

조회 수: 2 (최근 30일)
Tom Shlomo
Tom Shlomo 2019년 12월 1일
댓글: Anirban Mukherjee 2020년 8월 3일
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));

채택된 답변

Ijab Zhan
Ijab Zhan 2019년 12월 3일
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
Ijab Zhan
Ijab Zhan 2019년 12월 9일
Yes Tom, it will be fixed in Update 3 based on my knowledge.
Anirban Mukherjee
Anirban Mukherjee 2020년 8월 3일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by