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."
esfit UI crash in dev.43
-
- User
- Posts: 37
- Joined: Tue May 26, 2015 1:50 pm
- Contact:
-
- EasySpin Creator
- Posts: 1120
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: esfit UI crash in dev.43
Thanks for reporting this bug! Which MATLAB version are you using?
-
- User
- Posts: 37
- Joined: Tue May 26, 2015 1:50 pm
- Contact:
Re: esfit UI crash in dev.43
I am unfortunately stuck with R2018b, Update 8 (9.5.0.1586782), 64-bit (maci64)
-
- EasySpin Creator
- Posts: 1120
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: esfit UI crash in dev.43
Try the latest 6.0.0-dev.46 - this bug should be fixed now.
-
- User
- Posts: 37
- Joined: Tue May 26, 2015 1:50 pm
- Contact:
Re: esfit UI crash in dev.43
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.
-
- EasySpin Creator
- Posts: 1120
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: esfit UI crash in dev.43
Try v6.0.0-dev.47
-
- User
- Posts: 37
- Joined: Tue May 26, 2015 1:50 pm
- Contact:
Re: esfit UI crash in dev.43
works, thanks!