Changeset 86 for gssim_ui/branches/vine/gssimstudio
- Timestamp:
- 09/14/11 12:28:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/experiment/FileManager.mxml
r85 r86 156 156 private function openFile(event:ResultEvent):void{ 157 157 var downloadRequest:URLRequest = new URLRequest(parentApplication.gsSimStudioModel.openUrl); 158 /* 158 159 var file : FileReference = new FileReference(); 159 160 try{ … … 164 165 Alert.show(err.toString()); 165 166 } 166 //navigateToURL(downloadRequest, "_blank"); 167 */ 168 //FIXME: user has to save the file manually :/ 169 navigateToURL(downloadRequest, "_blank"); 167 170 } 168 171
Note: See TracChangeset
for help on using the changeset viewer.