필터 지우기
필터 지우기

Can i call Designer apps from guide apps?

조회 수: 1 (최근 30일)
Martin Poulsen
Martin Poulsen 2019년 10월 28일
편집: Martin Poulsen 2019년 10월 28일
Hello!
At the moment my project contains a "main" GUI i use to call other GUI's.
The whole project is large and is created in GUIDE GUI's, but i would like the start using the App Designer for new additions. When i call the Designer GUI directly in the editor via the main gui (using "name.mlapp" or "name.m" after i exported the file) it works fine. But after i compile the whole thing as a stand-alone, it wont work.
Do i need to add some files in the compiler to make it work or somthing like that?
I do not wish it migrate the old guide GUI's.
  댓글 수: 2
Adam
Adam 2019년 10월 28일
I have combined App Designer apps into other GUIs no problem.
You can just call it as
name
though, rather than
name.m
name.mlapp
It's a class so can be called like any other.
Martin Poulsen
Martin Poulsen 2019년 10월 28일
Oh yes sorry that was what i meant. I tried to call them bot individually with name1.m as name1 and name2.mlapp as name2, but the error is still there. I might be overlooking somthing obvious

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

채택된 답변

Martin Poulsen
Martin Poulsen 2019년 10월 28일
편집: Martin Poulsen 2019년 10월 28일
I tried making a Catch ME statement to figure out what the error after compiling is. I get the following measage:
Unrecognized property "Tooltip" for class "matlav.ui.control.editField".
  댓글 수: 1
Martin Poulsen
Martin Poulsen 2019년 10월 28일
Deleting and recreating the editfield and not setting the tooltip, fixed the issue. I am using Matlab 2017b for compiling. I have not checked if this is an issue with newer versions of matlab when compiling

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by