Changeset 86 for gssim_ui/branches


Ignore:
Timestamp:
09/14/11 12:28:01 (14 years ago)
Author:
mcichenski
Message:

navigateToUrl as download method

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  
    156156                        private function openFile(event:ResultEvent):void{ 
    157157                                var downloadRequest:URLRequest = new URLRequest(parentApplication.gsSimStudioModel.openUrl); 
     158                                /* 
    158159                                var file : FileReference = new FileReference(); 
    159160                                try{ 
     
    164165                                        Alert.show(err.toString()); 
    165166                                } 
    166                                 //navigateToURL(downloadRequest, "_blank"); 
     167                                */ 
     168                                //FIXME: user has to save the file manually :/ 
     169                                navigateToURL(downloadRequest, "_blank"); 
    167170                        } 
    168171                         
Note: See TracChangeset for help on using the changeset viewer.