Ignore:
Timestamp:
Apr 29, 2013, 11:27:46 PM (11 years ago)
Author:
sommeria
Message:

waitbar system for series improved to aloow use as stand alone fcts.

to add at the head of series fcts:
hseries=findobj(allchild(0),'Tag','series');
RUNHandle=findobj(hseries,'Tag','RUN');%handle of RUN button in GUI series
WaitbarHandle?=findobj(hseries,'Tag','Waitbar');%handle of waitbar in GUI series

call to waitbar:

update_waitbar(WaitbarHandle?,index/nbfield)
if ishandle(RUNHandle) && ~strcmp(get(RUNHandle,'BusyAction?'),'queue')

disp('program stopped by user')
break

end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r606 r623  
    4747    'create_grid';...% called by the GUI geometry_calib to create a physical grid
    4848    'create_grid.fig';...% GUI corresponding to create_grid.m
    49     'delete_object';...%delete a projection object, defined by its index in the Uvmat list or by its graphic handle
    5049    'displ_uvmat';...
    5150    'editxml';...%display and edit xml files using a xls schema
Note: See TracChangeset for help on using the changeset viewer.