How to change tooltip position in AppDesigner?

조회 수: 7 (최근 30일)
Luna
Luna 2019년 9월 25일
댓글: Omar 2022년 12월 13일
Hello dear community,
I have created a GUI in appdesigner. I created a checkbox with a label text and a button right side of the check box. I have created a tooltip string for checkbox and whenever user holds the mouse arrow over checkbox or its label my tooltip string shows up. That works perfectly.
The problem is that: The tooltip string box comes just right side of the check box which prevents to see my button I have created and I want to change the position of the tooltip string. It can be above or below the check box or left side of it. But I couldn't find anything related to the tooltip position.
Do we have any property for that? Or any java object property, etc?
Thanks very much!
  댓글 수: 2
Ricardo Krause
Ricardo Krause 2020년 5월 4일
+1 for this feature request
Omar
Omar 2022년 12월 13일
@Luna How did you create the tooltip string for the checkbox on App Designer ? Did you implement it in the Callback function of the checkbox? I am trying to create a similar effect but with edit field instead of a checkbox.

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

답변 (1개)

Amanda Irving
Amanda Irving 2020년 11월 24일
In MATLAB R2020b the tooltip shows up closer to where the mouse cursor is hovering.
Ideally, this will help prevent the case where neighboring components are hidden because of a tooltip.
b = uibutton;
b.Tooltip = 'tooltip';

카테고리

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

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by