- Timestamp:
- 08/21/12 12:24:54 (13 years ago)
- 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 1200 1200 ServiceContext serviceContext = VineFlexUtilClass.getServiceContext(); 1201 1201 FileResourceManager fileResourceManager = getFileResourceManager(serviceContext); 1202 return delegateGannt(new Object[]{expId, fileResour eceManager}, index);1202 return delegateGannt(new Object[]{expId, fileResourceManager}, index); 1203 1203 } 1204 1204 -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GanntChart.java
r421 r422 131 131 132 132 try { 133 134 135 133 // Update current folder location 136 /*FileLocation folderLocation = fileManager.getCurrentLocation();134 FileLocation folderLocation = fileManager.getCurrentLocation(); 137 135 138 136 // Current location item 139 137 HashMap<String, String> currentLocationItem = new HashMap<String, String>(); 140 fileListComModel.setCurrentLocationItem(currentLocationItem);138 //fileListComModel.setCurrentLocationItem(currentLocationItem); 141 139 142 140 currentLocationItem.put("real_path", folderLocation.getFilePath()); … … 144 142 currentLocationItem.put("url", folderLocation.getUrl()); 145 143 currentLocationItem.put("downloadUrl", VineFlexUtilClass.getDownloadURL(folderLocation)); 146 */ 144 147 145 // List files in defafult directory 148 146 List<? extends FileLocation> fileLocationList;
Note: See TracChangeset
for help on using the changeset viewer.