Changeset 238 for gssim_ui/branches/vine/gssimstudio/src
- Timestamp:
- 04/11/12 14:15:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/experiment/ExperimentProperties.as
r102 r238 2 2 { 3 3 import gssim.gssimstudio.db.dao.data.Experiment; 4 import mx.controls.Alert;5 4 6 5 /** … … 139 138 public function setGlobal(item : Object) : void 140 139 { 141 Alert.show(item.data);142 140 properties[gridSchedulingPlugin] = item.data; 143 141 global = item.label; … … 146 144 public function setLocal(item : Object) : void 147 145 { 148 Alert.show(item.label);149 146 properties[localAllocPolicyPlugin] = item.data; 150 147 local = item.label;
Note: See TracChangeset
for help on using the changeset viewer.