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

3 次查看(过去 30 天)
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.

回答(1 个)

Siriniharika Katukam
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