GUI Pop-up menu problem with the text in the "String"

5 ビュー (過去 30 日間)
Ethar Alkamil
Ethar Alkamil 2019 年 2 月 28 日
When I run the GUI which contains popupmenu with "Text" in the "String" property of the popupmenu, I got the following problems:
1) I cannot access the window from "guide" anymore !!
2) I got the following error mesage:
Warning: 'popupmenu' control requires a non-empty Character vector
Control will not be rendered until all of its parameter values are valid
> In matlab.hg.internal.openfigLegacy (line 128)
In gui_mainfcn>local_openfig (line 286)
In gui_mainfcn (line 233)
In Boundry_Inormation (line 42)
  • I use the following: "dbstop if warning", but its not help
  • I use this: set(handles.popupmenu5, 'string', str); but not work as well
Please, help

回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by