Can one suppress the display of dataset objects triggered by mouseover (datatips)?

조회 수: 3 (최근 30일)
Can one suppress the display of dataset objects triggered by mouseover? This causes great inconvenience under MacOSX because large dataset objects do not hide quickly - leaving the user unable to see the edit window (or anything else) for several seconds while it is obscured by a large yellow variable display.
  댓글 수: 1
Micke Malmström
Micke Malmström 2019년 11월 4일
Is there a way of figuring out who is calling the function? Then this would speed up things...
if CallingFunction == DataTipInEditMode
out=[];
else
% Run regular code
end

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

답변 (1개)

Ned Gulley
Ned Gulley 2011년 4월 12일
Mike's blog may be of service here: Exploring your data with datatips.
To turn on datatips in edit mode (and conversely to turn them off), go to Preferences -> Editor/Debugger -> Display and select Enable datatips in edit mode.
  댓글 수: 1
Nicholas Howe
Nicholas Howe 2015년 11월 25일
It looks like one can control datatips in edit mode, but not in debug mode. I'd like to turn them off in both.

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by