Changeset 476 for trunk/src/uvmat.m
- Timestamp:
- Jun 25, 2012, 10:50:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r469 r476 207 207 guidata(hObject, handles); 208 208 209 %% check the path and date of modification of all functions in uvmat210 path_to_uvmat=which ('uvmat');% check the path detected for source file uvmat211 [errormsg,date_str,svn_info]=check_files;%check the path of the functions called by uvmat.m212 date_str=['last modification: ' date_str];213 214 215 209 %% set the position of colorbar and ancillary GUIs: 216 210 set(hObject,'Units','Normalized') … … 330 324 end 331 325 else 332 if ishandle(handles.UVMAT_title) 333 set(handles.UVMAT_title,'String',... 334 [{'Copyright LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};... 335 {'GNU General Public License'};... 336 {path_to_uvmat};... 337 {date_str};... 338 {['SVN revision : ' num2str(svn_info.cur_rev)]};... 339 errormsg]); 340 end 326 %% check the path and date of modification of all functions in uvmat 327 path_to_uvmat=which ('uvmat');% check the path detected for source file uvmat 328 [infomsg,date_str,svn_info]=check_files;%check the path of the functions called by uvmat.m 329 date_str=['last modification: ' date_str]; 330 if ishandle(handles.UVMAT_title) 331 set(handles.UVMAT_title,'String',... 332 [{'Copyright LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};... 333 {'GNU General Public License'};... 334 {path_to_uvmat};... 335 {date_str};... 336 infomsg]); 337 end 341 338 end 342 339 set(handles.uvmat,'UserData',UvData) … … 4127 4124 set(handles.ViewObject,'value',1) 4128 4125 ViewObject_Callback(hObject, eventdata, handles) 4129 % if isempty(hset_object)% open the GUI set_object with data of the currently selected object4130 % ViewObject_Callback(hObject, eventdata, handles)4131 % % hset_object=findobj(allchild(0),'Tag','set_object');4132 % else4133 % hhset_object=guidata(hset_object);4134 % set(hhset_object.PLOT,'enable','on');4135 % set(get(hset_object,'children'),'enable','on')4136 % end4137 4126 else % desctivate object edit mode 4138 4127 set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) … … 4586 4575 set(handles.edit_object,'Value',1) 4587 4576 edit_Callback(hObject, eventdata, handles) 4588 4589 % %------------------------------------------------------------------------4590 % function enable_transform(handles,state)4591 % %------------------------------------------------------------------------4592 % set(handles.transform_fct,'Visible',state)4593 % set(handles.TRANSFORM_txt,'Visible',state)4594 % set(handles.transform_fct,'Visible',state)4595 % set(handles.path_transform,'Visible',state)4596 % set(handles.pxcmx_txt,'Visible',state)4597 % set(handles.pxcmy_txt,'Visible',state)4598 % set(handles.pxcm,'Visible',state)4599 % set(handles.pycm,'Visible',state)4600 4577 4601 4578 %------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.