Page 1 of 1

esfit UI crash in dev.43

Posted: Wed Aug 24, 2022 11:51 am
by ThomasMCasey

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."


Re: esfit UI crash in dev.43

Posted: Sun Aug 28, 2022 7:56 am
by Stefan Stoll

Thanks for reporting this bug! Which MATLAB version are you using?


Re: esfit UI crash in dev.43

Posted: Mon Aug 29, 2022 7:36 am
by ThomasMCasey

I am unfortunately stuck with R2018b, Update 8 (9.5.0.1586782), 64-bit (maci64)


Re: esfit UI crash in dev.43

Posted: Thu Sep 08, 2022 3:55 pm
by Stefan Stoll

Try the latest 6.0.0-dev.46 - this bug should be fixed now.


Re: esfit UI crash in dev.43

Posted: Fri Sep 09, 2022 3:03 pm
by ThomasMCasey

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.


Re: esfit UI crash in dev.43

Posted: Sat Sep 10, 2022 10:48 am
by Stefan Stoll

Try v6.0.0-dev.47


Re: esfit UI crash in dev.43

Posted: Sun Sep 11, 2022 9:07 pm
by ThomasMCasey

works, thanks!