Monthly Archives: February 2010

5 relevant articles found:

Inactive Control Tooltips & Event Chaining

Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.

Categories: Guest bloggers, GUI, Handle graphics, Hidden property, Java, Listeners, Medium risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented function
Tags: , , , , , , , ,
8 Comments

Additional uicontrol tooltip hacks

Matlab’s uicontrol tooltips have several limitations that can be overcome using the control’s underlying Java object.

Categories: Guest bloggers, GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , , ,
7 Comments

Continuous slider callback

Matlab slider uicontrols do not enable a continuous-motion callback by default. This article explains how this can be achieved using undocumented features.

Categories: GUI, Java, Listeners, Medium risk of breaking in future versions, UI controls
Tags: , , , , , , ,
56 Comments

Solving a MATLAB bug by subclassing

Matlab’s Image Processing Toolbox’s impoint function contains an annoying bug that can be fixed using some undocumented properties.

Categories: Guest bloggers, Hidden property, Low risk of breaking in future versions, Stock Matlab function, Toolbox
Tags: , , ,
4 Comments

Customizing listbox & editbox scrollbars

Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.

Categories: GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , ,
50 Comments