Hi All,
I am working on flex-Java project. GUI is flex3, backend is java.
Application contains three panes.
Left pane shows some objects in <mx:tree, middle pane shows data for
selected node in left tree, & right pane shows summary of selection
so
far.

When I click on left pane tree, I calls Java API to get latest data
for selected node in tree.
This data is rendered in middle pane using flex components. (There
are
some states defined in middle pane MXML file. Actually based on
certain conditions of response, I call appropriate states in MXML to
show single / multi select parameters.)  Also in each states, HBox,
VBox are used.


When I click left tree, every time it takes some time to render
middle
pane. (3-4 sec).
Can we minimise this time to show data in middle pane?


Let me know your comments / suggestions.
Any help will be appreciated.


Thanks,
Santosh



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to