Hi, I want to print all pages in tab navigator. I am using Flex print job for printing page. My problem is when i clik print button it will print all pages but remove all object in tab navigator. Please check below code and help me to find out the soluction.
Add tab navigator page in Vbox printableVbox.addChild(Application.application.comparisionSpendId.compHPLCId.cnsHplcTable); Add Object in FlexPrintjob printJob.addObject(printableVbox,FlexPrintJobScaleType.SHOW_ALL); Add Object in tab navigator comparisionSpendId.compHPLCId.viewStackHplcID.addChild(Application.application.comparisionSpendId.compHPLCId.cnsHplcTable); printJob.send() Regards, Dheeraj -- 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.

