Show
Ignore:
Timestamp:
08/17/10 13:00:24 (21 months ago)
Author:
mszopinski
Message:

calendar, simple month display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ssme/trunk/flex/Common/src/com/kh/ssme/components/GridCanvas.as

    r4042 r4044  
    2222 
    2323package com.kh.ssme.components { 
    24     import flash.display.CapsStyle; 
     24import com.kh.ssme.util.Logger; 
     25 
     26import flash.display.CapsStyle; 
    2527    import flash.display.LineScaleMode; 
    2628 
     
    193195 
    194196            // inner border 
    195             var inBorderThickness:int, xTempPos:int, yTempPos:int; 
     197            var inBorderThickness:int, xTempPos:Number, yTempPos:Number; 
    196198            columnsPosition = []; 
    197199            rowsPosition = []; 
     
    237239                            graphics.moveTo(outBorderThickness + leftHorizontalMargin, yTempPos); 
    238240                            graphics.lineTo(unscaledWidth - outBorderThickness - rightHorizontalMargin, yTempPos); 
    239                             tempRowsPos.push( yTempPos );                             
     241                            tempRowsPos.push( yTempPos ); 
    240242                        } 
    241243                        // bottom border position