Changeset 713 for trunk/src/keyboard_callback.m
- Timestamp:
- Feb 20, 2014, 3:49:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/keyboard_callback.m
r710 r713 52 52 switch get(gco,'tag')% tag of the current edit box 53 53 case {'RootPath', 'SubDir','RootFile','FileExt','RootPath_1', 'SubDir_1','RootFile_1','FileExt_1'} 54 set(handleshaxes.REFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (intyroduce the whole series) 54 set(handleshaxes.InputFileREFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (intyroduce the whole series) 55 case 'num_IndexIncrement'% no action 55 56 otherwise 56 set(handleshaxes. run0,'BackgroundColor',[1 0 1])%indicat that run0 must be activated57 set(handleshaxes.REFRESH,'BackgroundColor',[1 0 1])%indicat that run0 must be activated 57 58 end 58 59 end
Note: See TracChangeset
for help on using the changeset viewer.