<?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: ImageFx: J2ME image effects library</title>
	<atom:link href="http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: srinivas</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-83348</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Fri, 23 Sep 2011 12:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-83348</guid>
		<description>i didnt get any animation.why i am using .gif images</description>
		<content:encoded><![CDATA[<p>i didnt get any animation.why i am using .gif images</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MZ</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-37980</link>
		<dc:creator>MZ</dc:creator>
		<pubDate>Sun, 15 Aug 2010 14:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-37980</guid>
		<description>Hi Alessandro
Tx for your good library
I want to use in cldc 1.0 but it isnt compatible !!!!…
when is ready version of compatible with cldc 1.0?
i need it soon…
Tank you if you help me…</description>
		<content:encoded><![CDATA[<p>Hi Alessandro<br />
Tx for your good library<br />
I want to use in cldc 1.0 but it isnt compatible !!!!…<br />
when is ready version of compatible with cldc 1.0?<br />
i need it soon…<br />
Tank you if you help me…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mz</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-37934</link>
		<dc:creator>mz</dc:creator>
		<pubDate>Sun, 15 Aug 2010 03:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-37934</guid>
		<description>Hi Alessandro
Tx  for your good library
I want to use in cldc 1.0 but it isnt  compatible !!!!...
when is ready version of compatible with cldc 1.0?
i need it soon...
Tank you if you help me...</description>
		<content:encoded><![CDATA[<p>Hi Alessandro<br />
Tx  for your good library<br />
I want to use in cldc 1.0 but it isnt  compatible !!!!&#8230;<br />
when is ready version of compatible with cldc 1.0?<br />
i need it soon&#8230;<br />
Tank you if you help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31762</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Tue, 11 May 2010 10:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31762</guid>
		<description>Hi Ali,

I&#039;m happy to know that you solved your problem :) just let me know if any other issues arise.</description>
		<content:encoded><![CDATA[<p>Hi Ali,</p>
<p>I&#8217;m happy to know that you solved your problem <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  just let me know if any other issues arise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31731</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 10 May 2010 15:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31731</guid>
		<description>hi pit
tanks dear....
solve my problem ...
i dont use Thread in my program and same is my wrong ....
very very tanks for your good library ....
Good Luck..</description>
		<content:encoded><![CDATA[<p>hi pit<br />
tanks dear&#8230;.<br />
solve my problem &#8230;<br />
i dont use Thread in my program and same is my wrong &#8230;.<br />
very very tanks for your good library &#8230;.<br />
Good Luck..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31730</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 10 May 2010 14:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31730</guid>
		<description>my code :
what is error in my code?
try block run normal and no error in catch ....but show noting


import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
 *
 * @author Ali
 */
public class menu extends Canvas {
    Image im1;
    AnimatedImage animatedImage;
   
    public menu(){
             try{
            im1=Image.createImage(&quot;1.png&quot;);
            animatedImage=new AnimatedImage(im1);
            ImageFx fx1=new BlindsFx(10, ImageFx.TYPE_IN, ImageFx.ORIENTATION_VERTICAL);
            animatedImage.setFx(fx1);
            animatedImage.start(3000L);
     }
        catch(Exception e){e.printStackTrace();}


    }
 public void paint(Graphics g){
    animatedImage.paint(g, getWidth()/2, getHeight()/2, Graphics.LEFT&#124;Graphics.TOP);
 }

}</description>
		<content:encoded><![CDATA[<p>my code :<br />
what is error in my code?<br />
try block run normal and no error in catch &#8230;.but show noting</p>
<p>import javax.microedition.lcdui.Canvas;<br />
import javax.microedition.lcdui.Graphics;<br />
import javax.microedition.lcdui.Image;<br />
/**<br />
 *<br />
 * @author Ali<br />
 */<br />
public class menu extends Canvas {<br />
    Image im1;<br />
    AnimatedImage animatedImage;</p>
<p>    public menu(){<br />
             try{<br />
            im1=Image.createImage(&#8220;1.png&#8221;);<br />
            animatedImage=new AnimatedImage(im1);<br />
            ImageFx fx1=new BlindsFx(10, ImageFx.TYPE_IN, ImageFx.ORIENTATION_VERTICAL);<br />
            animatedImage.setFx(fx1);<br />
            animatedImage.start(3000L);<br />
     }<br />
        catch(Exception e){e.printStackTrace();}</p>
<p>    }<br />
 public void paint(Graphics g){<br />
    animatedImage.paint(g, getWidth()/2, getHeight()/2, Graphics.LEFT|Graphics.TOP);<br />
 }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31696</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Sun, 09 May 2010 16:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31696</guid>
		<description>@Mohammad: just let me polish the code a bit, and I&#039;ll publish the whole source code

@Ali: can you share your code (in a comment or by email, as you prefer)?</description>
		<content:encoded><![CDATA[<p>@Mohammad: just let me polish the code a bit, and I&#8217;ll publish the whole source code</p>
<p>@Ali: can you share your code (in a comment or by email, as you prefer)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31663</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 08 May 2010 07:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31663</guid>
		<description>hi dear
i use library in try catch but dont show no thing and no error in catch .....
plz help me
what must i do ?
mercy</description>
		<content:encoded><![CDATA[<p>hi dear<br />
i use library in try catch but dont show no thing and no error in catch &#8230;..<br />
plz help me<br />
what must i do ?<br />
mercy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31621</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Fri, 07 May 2010 08:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31621</guid>
		<description>Hi Alessandro,
I&#039;m still waiting for your promise....
Thank you for sharing my request
Mohammad</description>
		<content:encoded><![CDATA[<p>Hi Alessandro,<br />
I&#8217;m still waiting for your promise&#8230;.<br />
Thank you for sharing my request<br />
Mohammad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-31597</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Thu, 06 May 2010 11:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-31597</guid>
		<description>Hi mohammad,

I&#039;ll share the source code of the sample MIDlet, shown in the emulator page, really soon ;)

Pit</description>
		<content:encoded><![CDATA[<p>Hi mohammad,</p>
<p>I&#8217;ll share the source code of the sample MIDlet, shown in the emulator page, really soon <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Pit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

