hi I am working with GWT 1.7, GWT-Ext 2.0.5 and ext-2.0.2.
I am developing an application whose GUI looks similar to GWT-Ext Showcase (Demo). But, on the left side i have the dynamic tree. When a tree node is clicked, the view is dynamically loaded, for this i have used differed binding and it is working fine. Any of the panels may contain Grid Panels or ComboBoxes or Group of CheckBoxes etc., which has to get data dynamically from server through RPC Calls. While clicking on tree node i can get any of the panel and is attached to the tab panel. for example: While adding the panel which contains a Grid Panel, i need to get String[][] and create a store. where String[][] is obtained from server. Since our client side code is asynchronous and doesn't wait until it receive data from server. i have to use some listeners before the Grid is added or before the ComboBox is created or even the panel is loaded etc., I have searched and i couldn't found the listener i needed, which can allow me to communicate with server, before it is loaded. can any one help me on this issue? Am i going wrong any where? please provide me the alternate solutions also. Thanks and Regards, K. Venkat Kumar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
