esfit UI crash in dev.43
In dev.43 the esfit UI comes up but crashes after a few seconds. error is: "Error using uicontrol. There is no ContextMenu property on the UIControl class."
In dev.43 the esfit UI comes up but crashes after a few seconds. error is: "Error using uicontrol. There is no ContextMenu property on the UIControl class."
Thanks for reporting this bug! Which MATLAB version are you using?
I am unfortunately stuck with R2018b, Update 8 (9.5.0.1586782), 64-bit (maci64)
Try the latest 6.0.0-dev.46 - this bug should be fixed now.
Same crash for me, full error message is:
Unrecognized property 'ContextMenu' for class 'matlab.ui.control.UIControl'.
Error in esfit
Error in esfit
Error in cwEPR/esfit (line 4201)
esfit(spc(:,app.currslice), @app.custom_fittwomethods, {Sys,
Exp, Opt}, {Vary}, FitOpt);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 335)
Error while evaluating Button PrivateButtonPushedFcn.
Try v6.0.0-dev.47
works, thanks!