cancel
Showing results for 
Search instead for 
Did you mean: 

Advantages of using nested iViews

Former Member
0 Kudos

Hi All,

Could anybody point out what are the major advantages of using nested iViews? Under what circumstances is the usage of nested iViews desired or recommended? Thanks!

cheers

Prachi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prachi

The nested iviews comes handy in case where in you model expects numerable UI elements or heavy UI screen.

Nested iview is a way of achieving componentized models and also avoids re-work.

You could avoid error like these:-

"Error in compiling Flex application:

Error: Branch between 8479 and 41869 around line 0 exceeds 32K span.

If possible, please refactor this component.

Failed to compile AAD8T3.mxml"

This is the well known 32K limitation from Adobe Flex 1.x. The compiled applications are not allowed to be larger than 32K. That usually happens with larger models.

Solution:-

In order to solve this issue, you need to redesign your application and use nested iViews (basically splitting the model into multiple components)

To instantiate you,go through this thread:-

Regards

Navneet

Answers (2)

Answers (2)

Former Member
0 Kudos

thnks for the clarification!

Former Member
0 Kudos

Hi Prachi,

See this link,

</b>

Vth Rgds,

Mythili R

/if uses assign marks/