Ignore:
Timestamp:
Mar 29, 2010, 6:34:55 PM (14 years ago)
Author:
sommeria
Message:

civ3D updated: introduction of image size
imadoc2struct: reding of image size from the xml file
set_object, view_field and related functions: improvement of projection object editing
mouse: possibility of adjusting the calibrations points with the mouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/delete_object.m

    r19 r71  
    77function delete_object(hObject)
    88
    9 huvmat=findobj('Name','uvmat');%handles of the uvmat interface
     9huvmat=findobj('tag','uvmat');%handles of the uvmat interface
    1010UvData=get(huvmat,'UserData');
    11 hlist_object=findobj(huvmat,'Tag','list_object');%handles of the object liçst in the uvmat interface
     11hlist_object=findobj(huvmat,'Tag','list_object_1');%handles of the object liçst in the uvmat interface
    1212list_str=get(hlist_object,'String');%objet list
    1313ObjectData=[];%default
     
    7272set(hlist_object,'String',list_str)
    7373set(hlist_object,'Value',length(list_str))
     74hlist_object=findobj(huvmat,'Tag','list_object_2');%handles of the object liçst in the uvmat interface
     75set(hlist_object,'String',[list_str {'...'}])
     76set(hlist_object,'Value',length(list_str)+1)
Note: See TracChangeset for help on using the changeset viewer.