How to change tooltip position in AppDesigner?

7 次查看(过去 30 天)
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 个评论
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