esfit UI crash in dev.43

A place to report and discuss potential bugs
Post Reply
ThomasMCasey
User
Posts: 34
Joined: Tue May 26, 2015 1:50 pm

esfit UI crash in dev.43

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

Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: esfit UI crash in dev.43

Post by Stefan Stoll »

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

ThomasMCasey
User
Posts: 34
Joined: Tue May 26, 2015 1:50 pm

Re: esfit UI crash in dev.43

Post by ThomasMCasey »

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

Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: esfit UI crash in dev.43

Post by Stefan Stoll »

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

ThomasMCasey
User
Posts: 34
Joined: Tue May 26, 2015 1:50 pm

Re: esfit UI crash in dev.43

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

Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: esfit UI crash in dev.43

Post by Stefan Stoll »

Try v6.0.0-dev.47

ThomasMCasey
User
Posts: 34
Joined: Tue May 26, 2015 1:50 pm

Re: esfit UI crash in dev.43

Post by ThomasMCasey »

works, thanks!

Post Reply