Skip to content

LabDataGUI dies when started #9

@trungtranle

Description

@trungtranle

LabDataGUI crashed on opening with error.

Cannot define property 'Enable' in class 'uiextras.BoxPanel' because the property has already been defined in the superclass
'matlab.ui.container.Panel'.
Error in LabDataGUI/buildUIComponents (line 126)
            obj.handles.L_cellTypesPanel = uiextras.BoxPanel('Parent', L_mainGrid, ...
Error in LabDataGUI (line 94)
            obj.buildUIComponents(); 

Need to edit uiextras.BoxPanel, comment out Enable in properties, as well as get.Enable and set.Enable functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions