Robyn Jackey
Robyn Jackey
g3198185 - The error comes from ListSelectorTwoPane.m. The following update is proposed: function set.HighlightedValue(obj,value) if isempty(value) return; end if isempty(obj.ItemsData) [~, obj.RightList.Value] = ismember(value, obj.Items); else [~, obj.RightList.Value] = ismember(value,...
Due to PreferenceGroup being a string type, need to change get.PreferenceGroup away from empty char format: function value = get.PreferenceGroup(app) value = app.PreferenceGroup; if isempty(value) value = class(app); end value...
Add this to constructor to ensure background color listener is still set if the concrete class doesn't modify the BackgroundColorableComponents. This ensures it will still update the color of the...
Enable search / suggestions as you type Will likely require uihtml
https://iconrepository.mathworks.com/