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 Center および File ExchangeDevelop 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