Ignore:
Timestamp:
Jan 9, 2012, 8:26:06 AM (12 years ago)
Author:
sommeria
Message:

fill_GUI debugged: civ can open the xml file of a previous operation (instead of opening the saved GUI figure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/check_data_files.m

    r340 r361  
    134134                    end
    135135                    Tabchar(1,i_slice)={['slice #' num2str(i_slice)]};
    136                     Tabchar(index+1,i_slice)={[file '   ' lastfield]};
     136                    Tabchar(index+1,i_slice)={[file '...' lastfield]};
    137137                end
    138138            end
     
    165165    set(hfig,'name',['view= ' num2str(iview)])
    166166   
    167     h=uicontrol('Style','listbox', 'Position', [20 20 500 300], 'String', Tabchar, 'Callback', @ncbrowser_uvmat);
     167    h=uicontrol('Style','listbox', 'Position', [20 20 500 300], 'String', Tabchar, 'Callback', {'open_uvmat'});
    168168    hh=uicontrol('Style','listbox', 'Position', [20 340 500 40], 'String', message);
    169169end
Note: See TracChangeset for help on using the changeset viewer.