Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R2019a weirdness with plugins #61

Open
schluppeck opened this issue Mar 9, 2020 · 3 comments · May be fixed by #62
Open

R2019a weirdness with plugins #61

schluppeck opened this issue Mar 9, 2020 · 3 comments · May be fixed by #62

Comments

@schluppeck
Copy link
Contributor

... just came across this (and thought I was slowly losing the plot).

I think mlrAdjustGUI can't do some of the GUI adjustments in more recent versions (I tried to R2019a). Not quite sure which bit of TMW 💯 genius addition has broken this... but leads to GLM_v2 plugin not being loadable.

Just keep an eye out - possibly similar issues with other site-specific plugins people are using.

I will try to have another look at this soon - in the meantime some details on what this looks like for me (R2019a, macos 10.13.6, high sierra)

>> mrLoadRet
(mrGlobals) mrTools has been tested on Matlab versions 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 7.1 7.11 7.12 7.13 7.14 8.0 8.1 8.2. You are running Matlab 9.6
(mrGlobals) mrLoadRet 4.7, Matlab 9.6
(mlrPlugin) Installing plugin Default
(mlrPlugin) Installing plugin GLM_v2
(mlrAdjustGUI) *** Could not find property callback of uimenu exportImageMenuItem ***
(mlrAdjustGUI) *** Could not find property label of uimenu exportImageMenuItem ***
(mlrAdjustGUI) *** Could not find property callback of uimenu copyOverlayMenuItem ***
(mlrAdjustGUI) *** Could not find property label of uimenu copyOverlayMenuItem ***
(mlrAdjustGUI) *** Could not find property callback of uimenu pasteOverlayMenuItem ***
(mlrAdjustGUI) *** Could not find property callback of uimenu copyScanMenuItem ***
(mlrAdjustGUI) *** Could not find property label of uimenu copyScanMenuItem ***
(mlrAdjustGUI) *** Could not find property callback of uimenu pasteScanMenuItem ***

For reference: everything works fine in earlier versions of Matlab (e.g. R2016a)

@julienbesle
Copy link
Contributor

julienbesle commented Mar 9, 2020

Hi Denis,

I think I fixed this in my fork. You can check out this commit:
julienbesle@8202538

Unfortunately, I haven't submitted a pull request to Justin' repository in a long time, but for now you can try using my fork or just apply the fix to yours.

I should really take the time to submit a pull request one of these days..

@julienbesle
Copy link
Contributor

note that my fork if fairly up-to-date with Justin's repository (last merge was in September 2019 and there hasn't been too many change since)

@julienbesle julienbesle linked a pull request Mar 9, 2020 that will close this issue
@julienbesle
Copy link
Contributor

I've now merged all the latest changes on justingardner's fork into my fork and created a pull request that includes a fix to this (#62)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants