<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: FlexReport 0.2rc1 sneak preview</title>
	<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/</link>
	<description>behind the scenes</description>
	<pubDate>Wed, 08 Sep 2010 00:36:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: eberton</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-481</link>
		<dc:creator>eberton</dc:creator>
		<pubDate>Thu, 22 Jul 2010 13:05:50 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-481</guid>
		<description>Existe alguma versão do flexreport para o FLEX 4, ou alguma que seja semelhante a essa, mas que rode no FLEX 4?

Is there some version of flexreport for the FLEX 4, or something that is similar to that, but that runs in Flex 4?</description>
		<content:encoded><![CDATA[<p>Existe alguma versão do flexreport para o FLEX 4, ou alguma que seja semelhante a essa, mas que rode no FLEX 4?</p>
<p>Is there some version of flexreport for the FLEX 4, or something that is similar to that, but that runs in Flex 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YY</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-471</link>
		<dc:creator>YY</dc:creator>
		<pubDate>Fri, 19 Mar 2010 04:16:37 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-471</guid>
		<description>YY</description>
		<content:encoded><![CDATA[<p>YY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mman</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-470</link>
		<dc:creator>Mman</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:04:25 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-470</guid>
		<description>Hi,
I am using FlexReport for a simple header with logo, text field, advanceddatagrid (ADG) and footer. Basically, I have these components and when I press (print) button, FlexReport is supposed to be invoked, the dataprovider is filled with the groupColumns of the this ADG, its array collection and the other stuff. Inside the PrintAdvancedDataGrid I fill the cols and the dataProvider with the styles of every cell. I expect that the FlexReport shows these components as a report like your example. 
Everything appears in the report well even Even the backgroundcolor of the cells, except the data inside the ADG rows. I have tried to change and/or add new Fonts other than Timeless. Debugging inside the PrintADG, I could see the data and it's copied inside the dataProvider but nothing is shown!! When I build the cols and rows of the PrintADG manually inside e.g. init() function, and fill it with data objects, everything is shown correctly also with cell background colors and font style, weight, color and so on.
What I have done wrong? I have been working in this for long and with no success and I have no more time! Pleas e help me! and when you need the code please write me an email. Thanks in advanced!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using FlexReport for a simple header with logo, text field, advanceddatagrid (ADG) and footer. Basically, I have these components and when I press (print) button, FlexReport is supposed to be invoked, the dataprovider is filled with the groupColumns of the this ADG, its array collection and the other stuff. Inside the PrintAdvancedDataGrid I fill the cols and the dataProvider with the styles of every cell. I expect that the FlexReport shows these components as a report like your example.<br />
Everything appears in the report well even Even the backgroundcolor of the cells, except the data inside the ADG rows. I have tried to change and/or add new Fonts other than Timeless. Debugging inside the PrintADG, I could see the data and it&#8217;s copied inside the dataProvider but nothing is shown!! When I build the cols and rows of the PrintADG manually inside e.g. init() function, and fill it with data objects, everything is shown correctly also with cell background colors and font style, weight, color and so on.<br />
What I have done wrong? I have been working in this for long and with no success and I have no more time! Pleas e help me! and when you need the code please write me an email. Thanks in advanced!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-464</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:48:24 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-464</guid>
		<description>oops...the MXML tags got eaten

3. In Preview.mxml change the width and height:

&#60;print:Page id="page" source="{_doc.currentPage}" width="{_doc.paperFormat.width}" height="{_doc.paperFormat.height}"/&#62;

5. in DemoReport.mxml switch the height and width parameters:

&#60;Report xmlns="org.print.*" xmlns:mx="http://www.adobe.com/2006/mxml" 
	height="595" width="842" xmlns:demo="templates.demo.*"&#62;</description>
		<content:encoded><![CDATA[<p>oops&#8230;the MXML tags got eaten</p>
<p>3. In Preview.mxml change the width and height:</p>
<p>&lt;print:Page id=&#8221;page&#8221; source=&#8221;{_doc.currentPage}&#8221; width=&#8221;{_doc.paperFormat.width}&#8221; height=&#8221;{_doc.paperFormat.height}&#8221;/&gt;</p>
<p>5. in DemoReport.mxml switch the height and width parameters:</p>
<p>&lt;Report xmlns=&#8221;org.print.*&#8221; xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;<br />
	height=&#8221;595&#8243; width=&#8221;842&#8243; xmlns:demo=&#8221;templates.demo.*&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-463</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 30 Nov 2009 23:28:41 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-463</guid>
		<description>If you need to switch the layout to Landscape try the following (I used A4R):

1. In org.doc.PaperFormat.as switch the sizes in the A4R declaration: 

public static const A4R : PaperFormat = new PaperFormat([842, 595],"A4.Rotated",[11.9, 8.27],[297, 210]);

(not sure why A4R is the same as A4...)

2. add A4R to the paperFormats Array:

public static var paperFormats:Array = new Array(A3,A4,A4R, A5,LETTER,LEGAL,TABLOID);

3. In Preview.mxml change the  width and height:



4. In FlexReportDemo.mxml change the Document() parameters:

doc = new Document(report, source, PaperFormat.A4R);

5. in DemoReport.mxml switch the height and width parameters:



That should get you landscape quickly to test preview (unless I missed something... :) ). The PDF print still needs work...</description>
		<content:encoded><![CDATA[<p>If you need to switch the layout to Landscape try the following (I used A4R):</p>
<p>1. In org.doc.PaperFormat.as switch the sizes in the A4R declaration: </p>
<p>public static const A4R : PaperFormat = new PaperFormat([842, 595],&#8221;A4.Rotated&#8221;,[11.9, 8.27],[297, 210]);</p>
<p>(not sure why A4R is the same as A4&#8230;)</p>
<p>2. add A4R to the paperFormats Array:</p>
<p>public static var paperFormats:Array = new Array(A3,A4,A4R, A5,LETTER,LEGAL,TABLOID);</p>
<p>3. In Preview.mxml change the  width and height:</p>
<p>4. In FlexReportDemo.mxml change the Document() parameters:</p>
<p>doc = new Document(report, source, PaperFormat.A4R);</p>
<p>5. in DemoReport.mxml switch the height and width parameters:</p>
<p>That should get you landscape quickly to test preview (unless I missed something&#8230; <img src='http://www.kemelyon.com/bts/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). The PDF print still needs work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-454</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Sat, 08 Aug 2009 18:23:19 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-454</guid>
		<description>Hi Great work !

Very good one but i dont know how to download from http://flexreport.googlecode.com/svn/trunk/

it shows ..
flexreport/
flexreportdemo/ and if i click it shows folders but how to download it and use it. if its a zip it will be easy 

or view source ll be helpful please help me 

i am a newbie :-)</description>
		<content:encoded><![CDATA[<p>Hi Great work !</p>
<p>Very good one but i dont know how to download from <a href="http://flexreport.googlecode.com/svn/trunk/" rel="nofollow">http://flexreport.googlecode.com/svn/trunk/</a></p>
<p>it shows ..<br />
flexreport/<br />
flexreportdemo/ and if i click it shows folders but how to download it and use it. if its a zip it will be easy </p>
<p>or view source ll be helpful please help me </p>
<p>i am a newbie <img src='http://www.kemelyon.com/bts/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-444</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Fri, 15 May 2009 13:38:27 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-444</guid>
		<description>Hello Frederico,

when I redefine paddingLeft, paddingTop, paddingRight or paddingBottom from Report component to resize a print margin, the content of papper vanish. This problem occurs only the main page preview. In the thumbnail list are correct image render.
I'm using revision 64 in my project with Flex3.</description>
		<content:encoded><![CDATA[<p>Hello Frederico,</p>
<p>when I redefine paddingLeft, paddingTop, paddingRight or paddingBottom from Report component to resize a print margin, the content of papper vanish. This problem occurs only the main page preview. In the thumbnail list are correct image render.<br />
I&#8217;m using revision 64 in my project with Flex3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: takiz</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-443</link>
		<dc:creator>takiz</dc:creator>
		<pubDate>Tue, 12 May 2009 09:00:11 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-443</guid>
		<description>Hi Frederico,

I'm concerned about the matter about FlexPrintJob will timeout after 15 seconds #1502, that's because our user need to print out almost large amount pages in a printJob action, is this retricted by flash player, so what can we do to bypass it?

regards
weiming</description>
		<content:encoded><![CDATA[<p>Hi Frederico,</p>
<p>I&#8217;m concerned about the matter about FlexPrintJob will timeout after 15 seconds #1502, that&#8217;s because our user need to print out almost large amount pages in a printJob action, is this retricted by flash player, so what can we do to bypass it?</p>
<p>regards<br />
weiming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Pavlovic</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-440</link>
		<dc:creator>Vladimir Pavlovic</dc:creator>
		<pubDate>Mon, 04 May 2009 20:59:40 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-440</guid>
		<description>I found something that could result problems. When I print from pop-up window (I put your component in pop-up window), black box was printed on paper above my report. I modified original code, and now everything works just perfect :)
Here is a part of changed code. This is doPrint() method in Document class:

instead of using 
&lt;code&gt;Application.application.addChild(template);&lt;/code&gt;

i used
&lt;code&gt;var prnt:Box = Box(PopUpManager.createPopUp(Application.application as DisplayObject, Box));
prnt.addChild(template);&lt;/code&gt;

and instead 
&lt;code&gt;Application.application.removeChild(template);&lt;/code&gt;

i used
&lt;code&gt;PopUpManager.removePopUp(prnt);&lt;/code&gt;

I think problem was that popup window was above print component and from some reason this result black box!

Awesome stuff... keep it rollin'!
Good luck!</description>
		<content:encoded><![CDATA[<p>I found something that could result problems. When I print from pop-up window (I put your component in pop-up window), black box was printed on paper above my report. I modified original code, and now everything works just perfect <img src='http://www.kemelyon.com/bts/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Here is a part of changed code. This is doPrint() method in Document class:</p>
<p>instead of using<br />
<code>Application.application.addChild(template);</code></p>
<p>i used<br />
<code>var prnt:Box = Box(PopUpManager.createPopUp(Application.application as DisplayObject, Box));<br />
prnt.addChild(template);</code></p>
<p>and instead<br />
<code>Application.application.removeChild(template);</code></p>
<p>i used<br />
<code>PopUpManager.removePopUp(prnt);</code></p>
<p>I think problem was that popup window was above print component and from some reason this result black box!</p>
<p>Awesome stuff&#8230; keep it rollin&#8217;!<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram Chintala</title>
		<link>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-431</link>
		<dc:creator>Ram Chintala</dc:creator>
		<pubDate>Wed, 25 Mar 2009 01:05:10 +0000</pubDate>
		<guid>http://www.kemelyon.com/bts/2008/03/17/flexreport-02rc1-sneak-preview/#comment-431</guid>
		<description>Hi Frederico,

We are very interested in this product.. Can FlexReport generate PDF from MXML template?  Where can i Donwload the component? We are willing to buy this product.  please email me back ASAP.

Thanks
-Ram Chintala</description>
		<content:encoded><![CDATA[<p>Hi Frederico,</p>
<p>We are very interested in this product.. Can FlexReport generate PDF from MXML template?  Where can i Donwload the component? We are willing to buy this product.  please email me back ASAP.</p>
<p>Thanks<br />
-Ram Chintala</p>
]]></content:encoded>
	</item>
</channel>
</rss>
