I'm using a listItemRenderer in a TileList.
But for some reason the horizontal lines are stretch so the
lineThickness(! canvas and hrule) is bigger..


<mx:itemRenderer>
  <mx:Component>
    <mx:Canvas width="100" height="90">
     
      <mx:Canvas id="image_canvas"
              backgroundColor="#FFFFFF"
              x="10" y="7.5"
              width="100" height="90"
              borderStyle="solid"
              mouseDown="selectImage(event)"  
              buttonMode="true"
              horizontalScrollPolicy="off"
              verticalScrollPolicy="off">
                                         
         <mx:Image x="1" y="1"
            source="{'not important' }"
            maxHeight="72"  maxWidth="96" completeEffect="Fade"/>
         <mx:HRule y="74" width="100%"/>
         <mx:Text id="taskname" text="{data.Title}" x="2" width="100%"
y="72" fontSize="11" textAlign="left" selectable="false" />        
</mx:Canvas>
                   
                  </mx:Canvas>
               </mx:Component>
            </mx:itemRenderer>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to