Hi All, I am facing a problem. In my flex app, I am calling a servlet for generating one pdf document. In all other remote calls, i am showing the status in the status bar by chaning it in those result handler. But is it possible by any chance to create result handler while calling a servlet. I am using iframes to display pdfs and for calling servlet am setting the sevlet path in the source of iframe.
((((ReportStack.selectedChild) as HTMLTest).tab).selectedChild as IFrame).source = "borReportServlet"; This iframe is a custome componenet i created by extending the Container class. Thanks in advance, Anoop P K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

