Hi all,
My component structure contains following things:

<HdivideBox>
     <List/>
     <VBox>
          <TabNavigator>
          </HBox>
      <VBox>
</HdivideBox>

when i create this component it takes time to render its UI,
the reason is mainly because,
1) The list has dataProvider which takes a custom item rendere  which has
images and 5-6 labels and a textArea
2) I Add VBox to tabnavigator and and in this Vbox I add lots of row more
than 50 , which has images and text...

So the base component takes time to render and all the  things on the UI
hangs ,, the processing resumes after 1/2 or 1 second..
is there any way which we can improve the processing time...

Thanks in advance ..please help
Regards
PS

Reply via email to