GUi WindowScrollWheenFcn problem. Please help

4 ビュー (過去 30 日間)
Stelios Fanourakis
Stelios Fanourakis 2019 年 9 月 26 日
コメント済み: Stelios Fanourakis 2019 年 9 月 26 日
Please don't delete or flag my questions.
This is important for me. Next time, I will flag other's questions as weill.
To those who have knowledge on designing GUI, please can you let me know what this error is and how can I solve it?
Warning: Setting the "WindowScrollWheelFcn" property is not permitted while this mode is active.
> In matlab.uitools.internal.uimodemanager>localModeWarn (line 211)
In matlab.uitools.internal.uimodemanager>@(obj,evd)(localModeWarn(obj,evd,hThis)) (line 86)
In experiment (line 134)
And the line I am facing problems is this
set (hFig, 'WindowScrollWheelFcn', @mouseScroll);
Where hFig is the main figure of my GUI.
Any help please?
I am using R2017b and R2018b

採用された回答

Steven Lord
Steven Lord 2019 年 9 月 26 日
Please send this question to Technical Support using the telephone icon in the upper-right corner of this page.
  1 件のコメント
Stelios Fanourakis
Stelios Fanourakis 2019 年 9 月 26 日
I'll do. Thanks for your advice

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by