Who even knows at this point
This commit is contained in:
@@ -21,8 +21,8 @@ exDirs=dir(exFolder)
|
||||
exFs= {exDirs.name}
|
||||
|
||||
|
||||
f = figure('Menubar','none','Position',[1000 100 640 750],'Name','Select Exp Folders' );
|
||||
hListbox = uicontrol(...
|
||||
f=figure('Menubar','none','Position',[1000 100 640 750],'Name','Select Exp Folders' );
|
||||
hListbox=uicontrol(...
|
||||
'Style', 'listbox',...
|
||||
'String',sort(exFs),...
|
||||
'value',[],...
|
||||
@@ -36,8 +36,8 @@ function load_listbox(source,eventdata)
|
||||
|
||||
%global CSrchRng
|
||||
%global CSrearchRange
|
||||
userIndx = (get(source,'value'))
|
||||
userStr = (get(source,'string'))
|
||||
userIndx=(get(source,'value'))
|
||||
userStr=(get(source,'string'))
|
||||
%scLstIndx= str2num(char(strrep(userStr(userIndx), 'Scan', '')))
|
||||
|
||||
user_entry=userStr(userIndx)
|
||||
@@ -51,7 +51,7 @@ user_entry=userStr(userIndx)
|
||||
yPos=0.85-(btnNumber-1)*(btnHt+spacing);
|
||||
btnPos=[xPos yPos-spacing btnWid btnHt];
|
||||
|
||||
hedit8 = uicontrol(...
|
||||
hedit8=uicontrol(...
|
||||
'Style', 'pushbutton',...
|
||||
'String',{'Continue'},...
|
||||
'Units','normalized',...
|
||||
|
||||
Reference in New Issue
Block a user