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

Error using uiextras.Panel #448

Closed
javierzsm opened this issue Oct 5, 2021 · 6 comments · Fixed by #595
Closed

Error using uiextras.Panel #448

javierzsm opened this issue Oct 5, 2021 · 6 comments · Fixed by #595

Comments

@javierzsm
Copy link

Hello,

I am on W10 and Matlab 2021a
Until last week everything seemed to work fine but now I get this message when I launch the GUI, any hint?

Error using uiextras.Panel
Cannot define property 'Enable' in class 'uiextras.Panel' because the property has already been defined in the superclass
'matlab.ui.container.Panel'.

Error in ksGUI/build (line 112)
obj.H.logPanel = uiextras.Panel(...

Error in ksGUI (line 47)
obj.build(parent);

Error in kilosort (line 18)
h = ksGUI(f);

Unrecognized field name "settings".

Error in ksGUI/saveGUIsettings (line 1486)
saveDat.settings.ChooseFileEdt.String = obj.H.settings.ChooseFileEdt.String;

Error in ksGUI/cleanup (line 1584)
obj.saveGUIsettings();

Error in ksGUI>@(,)obj.cleanup() (line 102)
'DeleteFcn', @(,)obj.cleanup(), 'Visible', 'on', ...

Error using closereq (line 18)
Error while evaluating VBox DeleteFcn.

@nsteinme
Copy link
Collaborator

nsteinme commented Oct 5, 2021 via email

@javierzsm
Copy link
Author

I did both and it doesn't change the result.

I recently ran CellExplorer (cellexplorer.org) and after that I started having this issue, any chance this is related?
Thanks for your help

@zsong30
Copy link

zsong30 commented Nov 2, 2021

Any follow-ups on this? I am having the same issue,

@javierzsm
Copy link
Author

Hi, sorry for not having left the feedback and thanks for asking.
I think that there are name conflicts between some functions of the Layout GUI add-on and others; in my case this came up when I used Cell Explorer.
I solved it bringing up in the list the paths corresponding to Kilosort.

@zsong30
Copy link

zsong30 commented Nov 2, 2021 via email

@CloeLhrx
Copy link

CloeLhrx commented Feb 8, 2022

Hello,
I just had the same problem, trying to run kilosort after using CellExplorer.
I solved it by removing CellExplorer from the path. Not a long term solution but at least it worked !
Have a nice day,
Hope it helped
Cloé

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.

4 participants