Changeset 376 for gssim_ui


Ignore:
Timestamp:
08/10/12 20:04:47 (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/ExperimentEditor.mxml

    r365 r376  
    4343                         
    4444                        [Bindable] 
    45                         public var showDebug : Boolean = false; 
     45                        public var showDebug : Boolean = true; 
    4646                         
    4747                        private var isFileTransfering : Boolean = false; 
     
    197197                                var reader : resourceReader = new resourceReader(parentApplication.topologyEditor.objectCanvas, false); 
    198198                                reader.readFromString(file.data); 
    199                         } 
    200                          
    201                         /***************** 
    202                          * GRMS3 Methods * 
    203                          *****************/ 
    204                         private function submit() : void 
    205                         { 
    206                                 //var serviceDN : String = "/C=PL/O=GRID/O=PSNC/CN=grms/elder3.man.poznan.pl"; 
    207                                 //var serviceURL : String = "https://elder3.man.poznan.pl:8443/gridge/services/GrmsJobFactory"; 
    208                                 var serviceDN : String = "/C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg-broker.man.poznan.pl"; 
    209                                 var serviceURL : String = "https://elder12.man.poznan.pl:8443/qcg/services/JobFactory"; 
    210                                 parentApplication.service.doSubmitApplication(serviceURL, serviceDN, jobDesc.text); 
    211199                        } 
    212200                         
     
    368356                                                        width="200" y="150" change="onServerComboChange(event)" 
    369357                                                /> 
    370                                                 <mx:TextArea id="jobDesc" text="{parentApplication.xml}" width="400" height="300" y="170" enabled="false"/> 
    371358                                        </mx:VBox> 
    372359                                        <mx:TextArea id="propertiesFile" width="400" height="300" y="170" /> 
    373                                         <mx:Button label="submit job" click="submit()"/> 
    374360                                </mx:HBox> 
    375361                        </mx:VBox> 
Note: See TracChangeset for help on using the changeset viewer.