braph-software / BRAPH-2

BRAPH 2.0 is a comprehensive software package for the analysis and visualization of brain connectivity data, offering flexible customization, rich visualization capabilities, and a platform for collaboration in neuroscience research.
http://braph.org
Other
32 stars 12 forks source link

Ubuntu/linux GUI incompatibilities #1245

Closed annacanal closed 1 year ago

annacanal commented 2 years ago

List of GUI compatibilities

  1. PlotBrainView gives some errors, probably uipanel works different than in MAC&Windows
  2. Setting a range of densities, 1:5
annacanal commented 2 years ago
  1. PlotBrainView error: When pressing plotbrainview button
    
    Error using uipanel
    Unrecognized property Enable for class Panel.

Error in PlotBrainGraph/settings (line 1195) ui_panel_graph = uipanel(f_settings, ...

Error in PlotBrainView/settings (line 886) f_settings = pr.bg.settings();

Error in PPMeasure_M/cb_brain_view_fig (line 853) f_settings = pbv.settings();

Error in PPMeasure_M/draw/cb_brainview (line 769) pr.cb_brain_view_fig(); Error while evaluating UIControl Callback.

When in atlas visualization going form surfaces to measure: 

Error using matlab.ui.container.Panel/set Unrecognized property Enable for class Panel.

Error in PlotBrainGraph/settings/cb_panel_mcr (line 1223) set(surface_panel, 'Visible', 'off', 'Enable', 'off')

Error while evaluating PushTool ClickedCallback.

annacanal commented 2 years ago
  1. Setting a range of densities or a density different than default (same for threshold):

image

image

Error:

Unrecognized function or variable 'characterListPattern'.

Error in PlotPropSmartVector/cb_edit_value (line 933)
            pat = characterListPattern(allowedChars); % pattern

Error in PlotPropSmartVector/draw/cb_edit_value (line 854)
                pr.cb_edit_value()

Error while evaluating UIControl Callback.

image