Hi,

Is it me or...

I have simplified the case;

TestTabPane.mxml module

<?xml version="1.0" encoding="utf-8"?>
<mx:Module
   xmlns:mx="http://www.adobe.com/2006/mxml";
   borderColor="#FF0000" borderStyle="outset"
   width="100%" height="100%">

</mx:Module>

Module loader inside a Cutome Component;

    <mx:ModuleLoader id="moduleLoader" borderStyle="solid"
borderColor="#FF0000"
       width="100%" height="100%">

   </mx:ModuleLoader>

I for the life of me cannot get the module to size 100% - 100%.

I am I missing something with loaderInfo or something?

I took the easy ColumnChartModule.mxml and the loader example from that out
of the docs and couldn't even get the chart module to stretch when loaded
into a module loader.

Any thoughts?

Peace, Mike


--
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to