<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Printing Multiple Pages using FlexReport</title>
	<atom:link href="http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/feed/" rel="self" type="application/rss+xml" />
	<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/</link>
	<description>Rich Internet Application Development by Adobe Flex</description>
	<lastBuildDate>Thu, 01 Sep 2011 20:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: abhishek</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-2/#comment-1447</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Mon, 16 May 2011 10:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1447</guid>
		<description>how we can assign list multi couln values to flex report ?
:)</description>
		<content:encoded><![CDATA[<p>how we can assign list multi couln values to flex report ?<br />
 <img src='http://flextutorial.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meenakshi</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-2/#comment-1445</link>
		<dc:creator>Meenakshi</dc:creator>
		<pubDate>Tue, 26 Apr 2011 12:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1445</guid>
		<description>Hello,

Excellent articles are the one you posted.I have a VBOX consisting of panels,labels,header,textareas.I wanna print that.Though it prints in multiple pages with the help of FlexPrintJobScaleType.MATCH_WIDTH,I could not see a neatly formatted report like your sample.Please guide me how to achieve this.

Thanks,
Meenakshi</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Excellent articles are the one you posted.I have a VBOX consisting of panels,labels,header,textareas.I wanna print that.Though it prints in multiple pages with the help of FlexPrintJobScaleType.MATCH_WIDTH,I could not see a neatly formatted report like your sample.Please guide me how to achieve this.</p>
<p>Thanks,<br />
Meenakshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-2/#comment-1437</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1437</guid>
		<description>Using  
ReportDataGrid and 
&lt;mx:DataGridColumn headerText=&quot;Número Item&quot; dataField=&quot;num_item&quot; wordWrap=&quot;true&quot;
 It is not correct to break pages.

 wordWrap=&quot;true&quot; is necessary

 Can you help me?</description>
		<content:encoded><![CDATA[<p>Using<br />
ReportDataGrid and<br />
&lt;mx:DataGridColumn headerText=&quot;Número Item&quot; dataField=&quot;num_item&quot; wordWrap=&quot;true&quot;<br />
 It is not correct to break pages.</p>
<p> wordWrap=&quot;true&quot; is necessary</p>
<p> Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lina</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-2/#comment-1434</link>
		<dc:creator>Lina</dc:creator>
		<pubDate>Mon, 24 Jan 2011 14:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1434</guid>
		<description>Hi guys,
I used the flex report &amp; it was co0l.... thx;-)
but when I tested the app with a printer, I also have the blank page problem.(I&#039;m a windows user)
I couldn&#039;t find 
backgroundColor=”#FFFFFF”
borderColor=”#FFFFFF”
themeColor=”#FFFFFF”
elements... could you please give me a solution for this?
thanks ;-)</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
I used the flex report &amp; it was co0l&#8230;. thx;-)<br />
but when I tested the app with a printer, I also have the blank page problem.(I&#8217;m a windows user)<br />
I couldn&#8217;t find<br />
backgroundColor=”#FFFFFF”<br />
borderColor=”#FFFFFF”<br />
themeColor=”#FFFFFF”<br />
elements&#8230; could you please give me a solution for this?<br />
thanks <img src='http://flextutorial.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-2/#comment-1427</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 03 Nov 2010 18:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1427</guid>
		<description>A workaround for fixing the blank page issue on Windows clients, is to remove the following attributes from the  element in org.print.Page.mxml:

  backgroundColor=&quot;#FFFFFF&quot; 
  borderColor=&quot;#FFFFFF&quot; 
  themeColor=&quot;#FFFFFF&quot;


Hope that helps!

  Chris</description>
		<content:encoded><![CDATA[<p>A workaround for fixing the blank page issue on Windows clients, is to remove the following attributes from the  element in org.print.Page.mxml:</p>
<p>  backgroundColor=&#8221;#FFFFFF&#8221;<br />
  borderColor=&#8221;#FFFFFF&#8221;<br />
  themeColor=&#8221;#FFFFFF&#8221;</p>
<p>Hope that helps!</p>
<p>  Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1417</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 25 Jun 2010 14:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1417</guid>
		<description>Does anyone have experience customizing the Flexicious print options? http://www.flexicious.dom/Home/Demo.

I have considering this product, but dont know how easy it is to customize.</description>
		<content:encoded><![CDATA[<p>Does anyone have experience customizing the Flexicious print options? <a href="http://www.flexicious.dom/Home/Demo" rel="nofollow">http://www.flexicious.dom/Home/Demo</a>.</p>
<p>I have considering this product, but dont know how easy it is to customize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gergely</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1415</link>
		<dc:creator>Gergely</dc:creator>
		<pubDate>Thu, 27 May 2010 21:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1415</guid>
		<description>Problem already solved. :)

http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1407

Pim says:
April 19, 2010 at 8:39 am
I had the same problem with pages being cut off on the sides, but only in the generated PDF.

I fixed it by changing
public static const PAGE_SCALE:Number = 1.25;
to
public static const PAGE_SCALE:Number = 1;
in org.doc.Document</description>
		<content:encoded><![CDATA[<p>Problem already solved. <img src='http://flextutorial.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1407" rel="nofollow">http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1407</a></p>
<p>Pim says:<br />
April 19, 2010 at 8:39 am<br />
I had the same problem with pages being cut off on the sides, but only in the generated PDF.</p>
<p>I fixed it by changing<br />
public static const PAGE_SCALE:Number = 1.25;<br />
to<br />
public static const PAGE_SCALE:Number = 1;<br />
in org.doc.Document</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gergely</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1414</link>
		<dc:creator>Gergely</dc:creator>
		<pubDate>Thu, 27 May 2010 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1414</guid>
		<description>Hi,

FlexReport is great but I get a strange error.

I tryed out the demo app and after clicking “Export to pdf” I get the following pdf:

http://vampire.rulez.org/flexreport/Flex%20Report%20Demo.pdf

It looks that the page is zoomed and the content is clipped at the right side.

Has the problem something to do with the page width?

Has anyone some intentions on it?

Thanks, Cheers.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>FlexReport is great but I get a strange error.</p>
<p>I tryed out the demo app and after clicking “Export to pdf” I get the following pdf:</p>
<p><a href="http://vampire.rulez.org/flexreport/Flex%20Report%20Demo.pdf" rel="nofollow">http://vampire.rulez.org/flexreport/Flex%20Report%20Demo.pdf</a></p>
<p>It looks that the page is zoomed and the content is clipped at the right side.</p>
<p>Has the problem something to do with the page width?</p>
<p>Has anyone some intentions on it?</p>
<p>Thanks, Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SD</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1412</link>
		<dc:creator>SD</dc:creator>
		<pubDate>Thu, 20 May 2010 10:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1412</guid>
		<description>Hi Bryan,
There is a problem of cutting the footer and printed in next blank page while printing. Can you tell me how can i fix the problem.
Please help me
.

Thanks Subin</description>
		<content:encoded><![CDATA[<p>Hi Bryan,<br />
There is a problem of cutting the footer and printed in next blank page while printing. Can you tell me how can i fix the problem.<br />
Please help me<br />
.</p>
<p>Thanks Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo</title>
		<link>http://flextutorial.org/2009/06/02/printing-multiple-pages-using-flexreport/comment-page-1/#comment-1411</link>
		<dc:creator>Angelo</dc:creator>
		<pubDate>Thu, 06 May 2010 10:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=412#comment-1411</guid>
		<description>hi Bryan,
it&#039;s possible to print the datagrid in horizontal?

thanks 
Angelo</description>
		<content:encoded><![CDATA[<p>hi Bryan,<br />
it&#8217;s possible to print the datagrid in horizontal?</p>
<p>thanks<br />
Angelo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
