Changeset 422 for gssim_ui/branches


Ignore:
Timestamp:
08/21/12 12:24:54 (13 years ago)
Author:
mcichenski
Message:
 
Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r420 r422  
    12001200                ServiceContext serviceContext = VineFlexUtilClass.getServiceContext(); 
    12011201            FileResourceManager fileResourceManager = getFileResourceManager(serviceContext); 
    1202                 return delegateGannt(new Object[]{expId, fileResoureceManager}, index); 
     1202                return delegateGannt(new Object[]{expId, fileResourceManager}, index); 
    12031203        } 
    12041204         
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GanntChart.java

    r421 r422  
    131131 
    132132        try { 
    133  
    134              
    135133                // Update current folder location 
    136             /*FileLocation folderLocation = fileManager.getCurrentLocation(); 
     134            FileLocation folderLocation = fileManager.getCurrentLocation(); 
    137135 
    138136            // Current location item 
    139137            HashMap<String, String> currentLocationItem = new HashMap<String, String>(); 
    140             fileListComModel.setCurrentLocationItem(currentLocationItem); 
     138            //fileListComModel.setCurrentLocationItem(currentLocationItem); 
    141139 
    142140            currentLocationItem.put("real_path", folderLocation.getFilePath()); 
     
    144142            currentLocationItem.put("url", folderLocation.getUrl()); 
    145143            currentLocationItem.put("downloadUrl", VineFlexUtilClass.getDownloadURL(folderLocation)); 
    146 */ 
     144 
    147145            // List files in defafult directory 
    148146            List<? extends FileLocation> fileLocationList; 
Note: See TracChangeset for help on using the changeset viewer.