Changeset 432 for gssim_ui


Ignore:
Timestamp:
08/23/12 12:56:28 (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/gssim/editors/archive/ExperimentStatisticsWindow.mxml

    r431 r432  
    8989                                var height : Number = name.split("_")[5].split(".")[0]; 
    9090                                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; 
    9292                                img.width = width; 
    9393                                img.height = height; 
     
    178178                </mx:TabNavigator> 
    179179                 
    180                 <s:Button label="LOAD" click="setCurrentExperiment()" visible="true" includeInLayout="false"/> 
     180                <s:Button label="LOAD" click="setCurrentExperiment()" visible="false" includeInLayout="false"/> 
    181181        </mx:Canvas> 
    182182</mx:VBox> 
Note: See TracChangeset for help on using the changeset viewer.