Hi, I've absolutely no experience with printing in Flex. I'm trying to fit the screen content to an A4 page (landscape) by using the "scaleType" parameter, but it seems to me that it has no effect? The content always exceeds the page size/width. I've tried all options...
Do I miss something [1]? Thanks, Olaf [1] var printJob:FlexPrintJob = new FlexPrintJob(); //printJob.printAsBitmap = true; printJob.start(); printJob.addObject(this, FlexPrintJobScaleType.SHOW_ALL); printJob.send(); -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexPrintJobScaleType-doesn-t-work-for-me-tp15482.html Sent from the Apache Flex Users mailing list archive at Nabble.com.