<?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"
	>
<channel>
	<title>Comments on: Upgrade Jaime Rodriguez Carousel control to Silverlight 2 Beta 2</title>
	<atom:link href="http://www.chalvantzis.com?feed=rss2&#038;p=28" rel="self" type="application/rss+xml" />
	<link>http://www.chalvantzis.com/?p=28</link>
	<description>Chalvantzis Konstantinos Blog</description>
	<pubDate>Mon, 06 Sep 2010 08:16:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mark Woodlief</title>
		<link>http://www.chalvantzis.com/?p=28#comment-11</link>
		<dc:creator>Mark Woodlief</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-11</guid>
		<description>Thanks for the update.. I actually figured out the fixes then found this site, :)  Good job I'm going to use it on my site www.marxbrain.com</description>
		<content:encoded><![CDATA[<p>Thanks for the update.. I actually figured out the fixes then found this site, <img src='http://www.chalvantzis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Good job I&#8217;m going to use it on my site <a href="http://www.marxbrain.com" rel="nofollow">http://www.marxbrain.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valerie</title>
		<link>http://www.chalvantzis.com/?p=28#comment-10</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Tue, 18 Nov 2008 04:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-10</guid>
		<description>Where can I download this upgraded version of carousel?</description>
		<content:encoded><![CDATA[<p>Where can I download this upgraded version of carousel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://www.chalvantzis.com/?p=28#comment-8</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Thu, 07 Aug 2008 08:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-8</guid>
		<description>corrected it myself just change the z-index of item when the x,y cordinates come to that particular position 120,100 for me.</description>
		<content:encoded><![CDATA[<p>corrected it myself just change the z-index of item when the x,y cordinates come to that particular position 120,100 for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://www.chalvantzis.com/?p=28#comment-7</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-7</guid>
		<description>hey I noticed that u havent changed the z index when the the images revolve.
Which is why when the crousel is mouving clockwise the image on the left hand side is in the reverse order.

That is the one that should be behing is actually on top :)

I think we need to change the z index based on angle.
But cant figure out all the way please help.

Thanks</description>
		<content:encoded><![CDATA[<p>hey I noticed that u havent changed the z index when the the images revolve.<br />
Which is why when the crousel is mouving clockwise the image on the left hand side is in the reverse order.</p>
<p>That is the one that should be behing is actually on top <img src='http://www.chalvantzis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think we need to change the z index based on angle.<br />
But cant figure out all the way please help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chalvantzis.com/?p=28#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 03 Aug 2008 17:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-6</guid>
		<description>Hi TFisher,
Each image in Carousel Panel control is an image control.
Simple, you can use the mouse events for each image control.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi TFisher,<br />
Each image in Carousel Panel control is an image control.<br />
Simple, you can use the mouse events for each image control.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chalvantzis.com/?p=28#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 03 Aug 2008 17:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-5</guid>
		<description>Hi Anoop,
Change Build Action of image to Content.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Anoop,<br />
Change Build Action of image to Content.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TFisher</title>
		<link>http://www.chalvantzis.com/?p=28#comment-4</link>
		<dc:creator>TFisher</dc:creator>
		<pubDate>Thu, 31 Jul 2008 15:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-4</guid>
		<description>I switched the MouseEnter and MouseLeave events so the carousel will move when the page loads and will stop when the mouse enters.  Cool!

How do I select an image and know which image was selected so i can redirect to another page or make image grow?</description>
		<content:encoded><![CDATA[<p>I switched the MouseEnter and MouseLeave events so the carousel will move when the page loads and will stop when the mouse enters.  Cool!</p>
<p>How do I select an image and know which image was selected so i can redirect to another page or make image grow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://www.chalvantzis.com/?p=28#comment-3</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Thu, 31 Jul 2008 10:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-3</guid>
		<description>Hi,

Nice work.

I noticed one thing though that if i cange the image source to some other image then that image doent appear.
Any suggestion why this is happening ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice work.</p>
<p>I noticed one thing though that if i cange the image source to some other image then that image doent appear.<br />
Any suggestion why this is happening ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hj</title>
		<link>http://www.chalvantzis.com/?p=28#comment-2</link>
		<dc:creator>hj</dc:creator>
		<pubDate>Sat, 26 Jul 2008 09:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.chalvantzis.com/?p=28#comment-2</guid>
		<description>Thank you. Downloading now..</description>
		<content:encoded><![CDATA[<p>Thank you. Downloading now..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
