Home > functions > gui > brain_file_maker > brain_file_maker_show_wait_dialog.m

brain_file_maker_show_wait_dialog

PURPOSE ^

show waiting dialog

SYNOPSIS ^

function [h] = brain_file_maker_show_wait_dialog

DESCRIPTION ^

 show waiting dialog
 [USAGE]
    [h] = brain_file_maker_show_wait_dialog
 [IN]
    none
 [OUT]
    h : dialog handle

 Author: rhayashi
 Created: 2007-07-23

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [h] = brain_file_maker_show_wait_dialog
0002 % show waiting dialog
0003 % [USAGE]
0004 %    [h] = brain_file_maker_show_wait_dialog
0005 % [IN]
0006 %    none
0007 % [OUT]
0008 %    h : dialog handle
0009 %
0010 % Author: rhayashi
0011 % Created: 2007-07-23
0012 %
0013 % Copyright (C) 2011, ATR All Rights Reserved.
0014 % License : New BSD License(see VBMEG_LICENSE.txt)
0015 
0016 %
0017 % --- Main Procedure
0018 %
0019 drawnow;
0020 h = msgbox('Now processing ...');
0021 drawnow;

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005