jerromo / managediframe

Automatically exported from code.google.com/p/managediframe
0 stars 0 forks source link

Iframe panel does not apear when rendring in cardLayout! #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
lets say I'v 2 panels

panel1 and IFPanel.

case 1:
{
 region:"center",
 layout:"card",
 items:[panel1,IFPanel]
}

case 2:
{
 region:"center",
 layout:"card",
 items:[IFPanel,panel1]
}

and a function to display the card I want showCard(0), showCard(1)

in case 2 the IFPanel is well rendred but in the first case it does not apear 
even if you add "deferredRender:true"

best regards sidali.

Original issue reported on code.google.com by sidali.n...@gmail.com on 14 Jun 2010 at 10:26

GoogleCodeExporter commented 8 years ago
You'll need to specify an activeItem in the layoutConfig of the center region 
to render anything initially.

Can't really tell what your showCard method is doing and when...

Original comment by BeamG...@gmail.com on 15 Jul 2010 at 4:58