Driving Scenario Designer error in opening app
Show older comments
I am getting following error code when I try to open Driving Scenario Designer App. Please help.
Error using matlab.ui.internal.toolstrip.Column/processCustomProperties
"Width" property accepts a positive finite integer in the unit of pixels.
Error in matlab.ui.internal.toolstrip.Column (line 76)
this.processCustomProperties(varargin{:});
Error in matlab.ui.internal.toolstrip.Section/addColumn (line 134)
col = matlab.ui.internal.toolstrip.Column(varargin{:});
Error in driving.internal.scenarioApp.Toolstrip/createPropertiesSection
Error in driving.internal.scenarioApp.Toolstrip
Error in driving.internal.scenarioApp.Designer/createToolstrip
Error in matlabshared.application.Application/open (line 102)
this.Toolstrip = createToolstrip(this);
Error in driving.internal.scenarioApp.Display/open
Error in driving.internal.scenarioApp.Designer/open
Error in matlabshared.application.launchApplication (line 25)
open(h);
Error in drivingScenarioDesigner (line 48)
[varargout{1:nargout}] = matlabshared.application.launchApplication(...
2 Comments
Yashvardhan Sinha
on 1 May 2022
I'm facing the same issue!
yang
on 1 Sep 2022
Hello ~ have you fixed this issue?
Answers (3)
星源 冼
on 9 Nov 2022
3 votes
Problem solved. I use 2560 x 1600 resolution on my windows. The case i ran it succcessfully was when i was remotely using my windows under 1920 x 1080 resolution. And after i set it to 1920 x 1080 (which is not my default value) it opens flawlessly.
zhiming chen
on 29 Mar 2022
0 votes
The same Error.
Jiang Xin
on 22 Sep 2022
0 votes
Any progress on this issue?
Categories
Find more on MATLAB Parallel Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!