Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Commits
05d1e591
Commit
05d1e591
authored
May 02, 2018
by
Tyler Collins
Browse files
Formatting of button text.
parent
fa5c7f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch/pop_func/pop_runhtb.m
View file @
05d1e591
...
...
@@ -123,7 +123,7 @@ if nargin < 4
'set(findobj(gcbf,
''
tag
''
,
''
edt_hfn
''
),
''
string
''
,htb_fname);'
]}
...
%2 history file push button
{
'Style'
,
'edit'
,
'tag'
,
'edt_hfp'
}
...
%3 history path edit box
{
'Style'
,
'edit'
,
'max'
,
500
,
'tag'
,
'edt_hfn'
}
...
%4 history file edit box
{
'Style'
,
'pushbutton'
,
'string'
,
'Data file
s or ESS Capsule
'
,
...
{
'Style'
,
'pushbutton'
,
'string'
,
'Data file
import
'
,
...
'callback'
,
...
[
'path =
''
*.*
''
;'
...
'if exist(
''
context_config
''
,
''
var
''
); path = [find_hints_context_config(context_config,
''
data_dir
''
) path]; end;'
...
...
...
@@ -132,7 +132,7 @@ if nargin < 4
'if isnumeric(input_fname);return;end;'
,
...
'set(findobj(gcbf,
''
tag
''
,
''
edt_dfp
''
),
''
string
''
,input_fpath);'
,
...
'set(findobj(gcbf,
''
tag
''
,
''
lst_dfn
''
),
''
string
''
,input_fname);'
]}
...
%5 data file push button
{
'Style'
,
'pushbutton'
,
'string'
,
'B
ids is great!
'
,
...
{
'Style'
,
'pushbutton'
,
'string'
,
'B
IDS import
'
,
...
'callback'
,
...
[
'rootF = uigetdir();'
,
...
'fNames = pop_rfind(rootF);'
,
...
% call to recursive crawl method
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment