I wanted to know if there was any way that was built into flex where you could grab the bottom right corner and resize a panel/window?  I mocked it by checking for mouseX/Y, and then just simply updating the width/height based on the mouse location.

Is there something built in for this sort of thing?
          
private function updateSize(xdif:Number, ydif:Number):void
{
     width = mouseX+xdif;
     height = mouseY+ydif;
}

--
John Grden - Blitz __._,_.___

--
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