App Designer - ListBox Tooltip for too long entries not there any more in 2019b
조회 수: 10 (최근 30일)
이전 댓글 표시
I made an app with App Designer in Matlab 2018a. Now I swichtched to 2019b.
In my app are a lot of list boxes with entries that are too long for showing it completely. In 2018a too long entries ended with "..." and if you hover over it, a tooltip appeared, that showed the full entry text.
Now in 2019b this is not the case any more. I tried all the options in the graphic version of the app designer, but could not solve the problem. I want to avoid useless scrolling to the right and left. So I want the tooltips back.
Is there any way to get a tooltip in 2019b , like in the 2018a app designer?
Thank you!
2018a (too long entries with three dots, and if you hover over an entry, you see the full text):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/260225/image.png)
2019b (text just cut, but therefore the scrollbar is there, hovering not possible):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/260226/image.png)
댓글 수: 0
답변 (1개)
Cameron B
2020년 1월 7일
How did you originally get the tooltip to specify only the line you're hovering on in 2018a? The only way I know is to use mouse wheel movement callbacks, but maybe there's another method. Every time I use tooltip it just shows the entire contents of the tooltip cell array.
댓글 수: 5
Cameron B
2020년 1월 9일
Do you need to be able to select multiple items at once? If not, you can use the uidropdown feature instead. This might be easier than all other suggestions which may include java or other undocumented matlab work.
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!