Changeset 446 for gssim_ui


Ignore:
Timestamp:
09/06/12 16:30:44 (13 years ago)
Author:
mcichenski
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/WorkloadEditor.mxml

    r445 r446  
    133133                                                        <mx:HBox> 
    134134                                                                <mx:Label text="{resourceManager.getString('WorkloadEditor', 'ResourceDescription')}"/> 
    135                                                                 <mx:ComboBox change="{resourcesFileName = resourceDescriptionFile.text}" id="resourceDescriptionFile" labelField="fileName" dataProvider="{parentApplication.experimentEditor.workspaceResourcesFileList}" width="250"/> 
     135                                                                <mx:ComboBox change="{resourcesFileName = (resourceDescriptionFile.selectedItem != null ? resourceDescriptionFile.selectedItem.fileName : null)}" id="resourceDescriptionFile" labelField="fileName" dataProvider="{parentApplication.experimentEditor.workspaceResourcesFileList}" width="250"/> 
    136136                                                        </mx:HBox> 
    137137                                                        <mx:HBox> 
Note: See TracChangeset for help on using the changeset viewer.