Changeset 726 for trunk/src/keyboard_callback.m
- Timestamp:
- Mar 1, 2014, 10:46:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/keyboard_callback.m
r713 r726 50 50 uvmat('runmin_Callback',hObject,eventdata,handleshaxes) 51 51 otherwise 52 if ischar(get(gco,'Tag')) 52 53 switch get(gco,'tag')% tag of the current edit box 53 54 case {'RootPath', 'SubDir','RootFile','FileExt','RootPath_1', 'SubDir_1','RootFile_1','FileExt_1'} 54 set(handleshaxes.InputFileREFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (int yroduce the whole series)55 set(handleshaxes.InputFileREFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (introduce the whole series) 55 56 case 'num_IndexIncrement'% no action 56 57 otherwise 58 if isfield(handleshaxes,'REFRESH') 57 59 set(handleshaxes.REFRESH,'BackgroundColor',[1 0 1])%indicat that run0 must be activated 60 elseif strcmp(get(gco,'Type'),'uicontrol') 61 set(gco,'BackgroundColor',[1 0 1])%indicate that the edition must be validated by carriage return 62 end 63 end 58 64 end 59 65 end
Note: See TracChangeset
for help on using the changeset viewer.