Hi,
I have an application where there is a panel inside a VDividedBox. The
panel is set to 100% width and 60% height. In that panel there is an
canvas which is set to a width and height of 800x500.
I wanted to know how to get the exact width and height of canvas when
ever the panel is resized by draging the VDividedBox.

<mx:VDividedBox>
<mx:Panel id="panel1" width="100%" height="60%">
<mx:Canvas id="canvas" width="800" height="500""/>
</mx:Panel>
</mx:VDividedBox>

The dimension of canvas i requires is excluding the border dimensions
of panel

Regards

Pradeep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to