Ignore:
Timestamp:
Jun 26, 2012, 8:41:27 AM (12 years ago)
Author:
sommeria
Message:

series fcts updated to fit with new waitbar fct and background run mode, and various bug repairs

File:
1 edited

Legend:

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

    r462 r478  
    7373else
    7474    hseries=guidata(Param.hseries);%handles of the GUI series
    75     WaitbarPos=get(hseries.waitbar_frame,'Position');%position of the waitbar on the GUI series
    7675    if isfield(Param,'Specific')&& strcmp(Param.Specific,'?')
    7776        checkrun=1;% will only search interactive input parameters (preparation of BATCH mode)
     
    322321for ifile=1:nbfield
    323322    if checkrun
    324         update_waitbar(hseries.waitbar_frame,WaitbarPos,ifile/nbfield)
     323        update_waitbar(hseries.Waitbar,ifile/nbfield)
    325324        stopstate=get(hseries.RUN,'BusyAction');
    326325    else
Note: See TracChangeset for help on using the changeset viewer.