- Timestamp:
- 08/23/12 12:56:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/archive/ExperimentStatisticsWindow.mxml
r431 r432 89 89 var height : Number = name.split("_")[5].split(".")[0]; 90 90 var img : Image = new Image(); 91 img.source = "http:// gssim.man.poznan.pl:5050/images/"+expId+"/"+array[j].fileName;91 img.source = "http://localhost:8080/images/"+expId+"/"+array[j].fileName; 92 92 img.width = width; 93 93 img.height = height; … … 178 178 </mx:TabNavigator> 179 179 180 <s:Button label="LOAD" click="setCurrentExperiment()" visible=" true" includeInLayout="false"/>180 <s:Button label="LOAD" click="setCurrentExperiment()" visible="false" includeInLayout="false"/> 181 181 </mx:Canvas> 182 182 </mx:VBox>
Note: See TracChangeset
for help on using the changeset viewer.