<?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: Fun with Easing Functions in Flex</title>
	<atom:link href="http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:17:11 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saul</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-128948</link>
		<dc:creator>Saul</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-128948</guid>
		<description>Real Nice! Thanks for the share.</description>
		<content:encoded><![CDATA[<p>Real Nice! Thanks for the share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unknown</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-127097</link>
		<dc:creator>Unknown</dc:creator>
		<pubDate>Tue, 09 Sep 2008 05:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-127097</guid>
		<description>Haaa haa!! 

It was funny reading the thread between james and prasad. Prasad you&#039;ve gotto understand that blogs are meant to share info on a particular topic .. You cant go on asking general questions on flex.. Please ask questions related to the post in contention :-) Or else you might want to take up adobe training or pay james some consulting feee :-)</description>
		<content:encoded><![CDATA[<p>Haaa haa!! </p>
<p>It was funny reading the thread between james and prasad. Prasad you&#8217;ve gotto understand that blogs are meant to share info on a particular topic .. You cant go on asking general questions on flex.. Please ask questions related to the post in contention :-) Or else you might want to take up adobe training or pay james some consulting feee :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-123117</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Mon, 14 Jul 2008 13:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-123117</guid>
		<description>Hi James,

I have some blocking in printing a page from Flex Application.
I have taken an image control, in which I have kept an image of about 600 X 900 pixel.
The problem occurs when I hit Print button, the image (it is a form!) gets printed on A4 size page (2400 X 3500 pixel).
And it gets blurred. 

If I try to display 2400 X 3500 image, it obviously gets out of size!!

I have been trying hard to solve this problem...
Please help me out!!

Regards
Prasad</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I have some blocking in printing a page from Flex Application.<br />
I have taken an image control, in which I have kept an image of about 600 X 900 pixel.<br />
The problem occurs when I hit Print button, the image (it is a form!) gets printed on A4 size page (2400 X 3500 pixel).<br />
And it gets blurred. </p>
<p>If I try to display 2400 X 3500 image, it obviously gets out of size!!</p>
<p>I have been trying hard to solve this problem&#8230;<br />
Please help me out!!</p>
<p>Regards<br />
Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-108644</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 28 Apr 2008 22:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-108644</guid>
		<description>Hi Andriy,

That is certainly possible but will probably require some lower level coding in ActionScript.  Do you have a mock-up of what you are trying to do?  Do you want to email me?  jaward at adobe dot com

-James</description>
		<content:encoded><![CDATA[<p>Hi Andriy,</p>
<p>That is certainly possible but will probably require some lower level coding in ActionScript.  Do you have a mock-up of what you are trying to do?  Do you want to email me?  jaward at adobe dot com</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriy Drozdenko</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-108630</link>
		<dc:creator>Andriy Drozdenko</dc:creator>
		<pubDate>Mon, 28 Apr 2008 22:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-108630</guid>
		<description>Hi James, 
could you help me to solve my problem?  I need to create a line chart where i can double click on the line and create a data point, then i need to be able to drag it and save coordinates in to charts Array Collection. Is it possible in Flex? I can&#039;t find any information about this thing online so i decided to ask you. Please could you help me out with it?

Thank you, Andriy Drozdenko.</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
could you help me to solve my problem?  I need to create a line chart where i can double click on the line and create a data point, then i need to be able to drag it and save coordinates in to charts Array Collection. Is it possible in Flex? I can&#8217;t find any information about this thing online so i decided to ask you. Please could you help me out with it?</p>
<p>Thank you, Andriy Drozdenko.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-104380</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Thu, 17 Apr 2008 06:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-104380</guid>
		<description>Hi James,
I have used some modified effects like glow, rotate etc.
Can I show any of these effects on say button till the cursor is on button.
Else can I set the duration of effect to Infinity? :)

Regards
Prasad</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
I have used some modified effects like glow, rotate etc.<br />
Can I show any of these effects on say button till the cursor is on button.<br />
Else can I set the duration of effect to Infinity? :)</p>
<p>Regards<br />
Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-102927</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-102927</guid>
		<description>Hi James,
yeah, it&#039;s true that containers do generate scroll bar automatically, but its the Flash player or Browser which is supposed to generate the Scroll wherever needed. 

Regarding mimeType : “../xyz.gif doesn’t have recognized extension, and mimeType was not provided.”.. that&#039;s the only error I&#039;m getting! I don&#039;t know the details, but the magic is when I make any change at any place, and save the project, the above error  disappears. But it might create blocking on client side.</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
yeah, it&#8217;s true that containers do generate scroll bar automatically, but its the Flash player or Browser which is supposed to generate the Scroll wherever needed. </p>
<p>Regarding mimeType : “../xyz.gif doesn’t have recognized extension, and mimeType was not provided.”.. that&#8217;s the only error I&#8217;m getting! I don&#8217;t know the details, but the magic is when I make any change at any place, and save the project, the above error  disappears. But it might create blocking on client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-102409</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Wed, 09 Apr 2008 11:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-102409</guid>
		<description>Hi Prasad,

Most containers in Flex should add scroll bars automatically.  Make sure you haven&#039;t turned off scrollbars for any of the containers in your app.

I&#039;m not sure what the context of your mimeType error is.  Can you provide more details?

-James</description>
		<content:encoded><![CDATA[<p>Hi Prasad,</p>
<p>Most containers in Flex should add scroll bars automatically.  Make sure you haven&#8217;t turned off scrollbars for any of the containers in your app.</p>
<p>I&#8217;m not sure what the context of your mimeType error is.  Can you provide more details?</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-101654</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-101654</guid>
		<description>I&#039;m facing another error for the images that I have included.
the error is like, &quot;../xyz.gif doesn&#039;t have recognized extension, and mimeType was not provided.&quot;

- prasad</description>
		<content:encoded><![CDATA[<p>I&#8217;m facing another error for the images that I have included.<br />
the error is like, &#8220;../xyz.gif doesn&#8217;t have recognized extension, and mimeType was not provided.&#8221;</p>
<p>- prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.jamesward.com/2007/02/16/fun-with-easing-functions-in-flex/comment-page-1/#comment-101636</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Mon, 07 Apr 2008 05:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/02/16/fun-with-easing-functions-in-flex/#comment-101636</guid>
		<description>Hi James!

I really tried a huge search for following problem, didn&#039;t get any solution. Please help me out!
My flex project has screen size of 1280 x 1024 which is perfectly visible on my screen, but if I try to see the same .swf on laptop with lower resolution screen, the display gets out of screen without showing any scrollbar.
I can set scrollbar to any component like Vbox or canvas, but still have not found how to set scrollbar to Flex Application.
This is something like very basic blocking appearing for my flex project!!
Hoping for a solution on this blog.

Thanks &amp; Regards
Prasad</description>
		<content:encoded><![CDATA[<p>Hi James!</p>
<p>I really tried a huge search for following problem, didn&#8217;t get any solution. Please help me out!<br />
My flex project has screen size of 1280 x 1024 which is perfectly visible on my screen, but if I try to see the same .swf on laptop with lower resolution screen, the display gets out of screen without showing any scrollbar.<br />
I can set scrollbar to any component like Vbox or canvas, but still have not found how to set scrollbar to Flex Application.<br />
This is something like very basic blocking appearing for my flex project!!<br />
Hoping for a solution on this blog.</p>
<p>Thanks &amp; Regards<br />
Prasad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
