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

2 views (last 30 days)
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 Comment
Micke Malmström
Micke Malmström on 4 Nov 2019
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

Sign in to comment.

Answers (1)

Ned Gulley
Ned Gulley on 12 Apr 2011
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 Comment
Nicholas Howe
Nicholas Howe on 25 Nov 2015
It looks like one can control datatips in edit mode, but not in debug mode. I'd like to turn them off in both.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!