Changeset 28 for gssim_ui/branches/vine/gssimstudio/src
- Timestamp:
- 08/25/11 13:06:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/charts/GanntChart.mxml
r27 r28 89 89 protected function initChart() : void 90 90 { 91 Alert.show("initChart"); 91 92 initDataProvider(); 92 93 vZoom = 50; … … 99 100 protected function initFake() : void 100 101 { 101 102 Alert.show("fake!"); 102 103 } 103 104 … … 133 134 134 135 var data : ArrayCollection = parentApplication.gsSimStudioModel.ganntChartComponents['' + expId].allocationList; 135 136 Alert.show("getRowsData"); 136 137 startDate = new Date(3000); 137 138 endDate = new Date(0); … … 140 141 tempRowDataProvider = new ArrayCollection(); 141 142 var resMap : Object = new Object(); 142 143 Alert.show("iterate!"); 143 144 for( var i : Number = 0; i < data.length; i++ ) 144 145 {
Note: See TracChangeset
for help on using the changeset viewer.