Results 4 comments of Yair Altman

@Dev-iL - if you look at the error stack provided by @Proxoso , you'll see that it stems from `mlapptools.fontColor`:69 - ```Matlab [win, ID_struct] = mlapptools.getWebElements(uiElement); ``` which indicates that...

@t2m4k1 - since you're limited to R2016b where web-based (Add-Designer) uifigures are quite limited, I suggest that you consider using regular (java-based) figures instead, where uitables are much more powerful...

@Dev-iL - I think that it should be simple enough to modify `mlapptools.setStyle` (and the other sibling methods) to accept an array of IDs, i.e. to implement `arrayfun()` inside `mlapptools.setStyle`...

hi again - any chance that you might get around to this issue (updating your FEX utility to use your latest code on Github)? I just came across this again...