Ignore:
Timestamp:
08/25/11 13:06:30 (14 years ago)
Author:
mcichenski
Message:

debug messages

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  
    8989                        protected function initChart() : void 
    9090                        { 
     91                                Alert.show("initChart"); 
    9192                                initDataProvider(); 
    9293                                vZoom = 50; 
     
    99100                        protected function initFake() : void 
    100101                        { 
    101                                  
     102                                Alert.show("fake!"); 
    102103                        } 
    103104                         
     
    133134                                 
    134135                                var data : ArrayCollection = parentApplication.gsSimStudioModel.ganntChartComponents['' + expId].allocationList; 
    135                                  
     136                                Alert.show("getRowsData"); 
    136137                                startDate = new Date(3000); 
    137138                                endDate = new Date(0); 
     
    140141                                tempRowDataProvider = new ArrayCollection(); 
    141142                                var resMap : Object = new Object(); 
    142                                  
     143                                Alert.show("iterate!"); 
    143144                                for( var i : Number = 0; i < data.length; i++ ) 
    144145                                { 
Note: See TracChangeset for help on using the changeset viewer.