do something like this
<mx:Module creationComplete="init()">
<mx:Script>
function init():void
{
percentHeight = 100;
percentWidth = 100;
}
</mx:Script>
</mx:Module>
On 09/04/2007, at 5:57 AM, Bhavin wrote:
Hi all,
I was just readinghttp://livedocs.adobe.com/flex/201/
html/wwhelp/wwhimpl/common/html/wwhelp.htm?
context=LiveDocs_Book_Parts&file=modular_083_1.html live docs
regarding “Creating Modular Applications”.
After reading this page I was just playing with
functionality and I found when I am giving any modules height and
width 100%, it is not taking ModuleLoader height and width.
Is any one known how I can give its parent containers height and
width property?
BHAViN PADHiYAR