Changeset 323 for trunk/src/read_GUI.m


Ignore:
Timestamp:
Dec 7, 2011, 9:24:23 AM (12 years ago)
Author:
sommeria
Message:

GUI uvmat modified by introduction of a pannel InputFile?, NomType? now explicitley written in a edit box NomType? on this panel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r309 r323  
    2121                        separator=regexp(tag,'_');
    2222                        if isempty(separator)
    23                             input=get(hchild(ichild),'Value');
     23                            input=get(hchild(ichild),'String');
    2424                        else
    2525                            switch(tag(1:separator))
     
    4444                        listinput=get(hchild(ichild),'String');
    4545                        value=get(hchild(ichild),'Value');
     46                        if ~isempty(listinput)
    4647                        input=listinput(value);
     48                        end
    4749                        separator=regexp(tag,'_');
    4850                        if strcmp(tag(1:separator),'num_')
Note: See TracChangeset for help on using the changeset viewer.