Hi all

I have a tilelist which will display images with information in four
columns

so tile list may contain n number of images. my problem is when i
click print

i am unable to print all the items and event images are also not
displaying.

scale in print is not comming perfect. can any one knows this pls
reply me it is very urgent for

me

and my code for print is

private function printStart():void
                        {
                                   try
                                   {
                                    var printjob:FlexPrintJob = new 
FlexPrintJob();
                                    printjob.start();
                                    printList.width  =  printjob.pageWidth;
                                    printjob.addObject
(printList,FlexPrintJobScaleType.MATCH_HEIGHT);
                                    printjob.printAsBitmap = true;
                                    printjob.send();
                                    PopUpManager.removePopUp(this);
                                   }
                                    catch(erro:ErrorEvent){
                                        return;
                                    }

here  printList is the tilelist which will display images

--~--~---------~--~----~------------~-------~--~----~
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