"This canvas does not support painters" error flooding command window

조회 수: 3 (최근 30일)
Carson Lay
Carson Lay 2019년 8월 22일
댓글: Matthias Walle 2019년 12월 23일
I have an issue using the appeditor. The error "This canvas does not support painters" floods my command window. I am using an app that was created by another user on a different computer, possibly with a different version of MATLAB.
  댓글 수: 2
Siriniharika Katukam
Siriniharika Katukam 2019년 8월 28일
Hi
May I know in which version of MATLAB the app was created and the version that you are using?
Carson Lay
Carson Lay 2019년 10월 22일
The app was designed in 2018b, and I am using 2019a.

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

답변 (1개)

Siriniharika Katukam
Siriniharika Katukam 2019년 10월 24일
I understand that you were receiving the error "canvas does not support painters" on opening your App with AppDesigner in MATLAB R2019a.
The issue is caused due a bug in MATLAB R2019a and has been fixed in MATLAB R2019b.
If the "DefaultFigureRenderer" property of "groot" was set to painters when the MLAPP file was saved, the error will occur if the MLAPP file is opened in MATLAB R2019a. Here is how to check the value of "DefaultFigureRenderer":
>> get(0, 'DefaultFigureRenderer')
  댓글 수: 1
Matthias Walle
Matthias Walle 2019년 12월 23일
I am having the same problem. I changed the Renderer back to opengl but the error still occurs now. App was created in R2019a and error occurs in R2019a. I cannot upgrade.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by