Changeset 426 for gssim_ui/branches
- Timestamp:
- 08/21/12 13:37:43 (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
r425 r426 90 90 var img : Image = new Image(); 91 91 img.source = array[j].fileAccessUrl; 92 img.width = width;93 img.height = height;92 //img.width = width; 93 //img.height = height; 94 94 img.x = posX * 500; //todo - change this value to the splitting size 95 95 img.y = posY * 500;
Note: See TracChangeset
for help on using the changeset viewer.