Hi Chandra,

I havent tested your code, but It seem to be that there is something
wrong in the way your using "printList.width  =  printjob.pageWidth; "
and "printjob.addObject
(printList,FlexPrintJobScaleType.MATCH_HEIGHT);"
You are trying to change the width of the tilelist to match to the
pagewidth which i think you shouldn't be doing. If you are not getting
the child items of the tilelist printed, probably you might have to
take the individual items of the tile and build an bitmap object from
it and try to print that out. You can also try to take the screenshot
of the tilelist and print that.

Some of the useful links for you:-
http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/

regards,
-Anish

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

Reply via email to