<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<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 for Flex Pasta</title>
	<link>http://www.flexpasta.com</link>
	<description>Everything Flex, Java, BlazeDS, AMF, FlexBuilder...</description>
	<pubDate>Sun, 05 Feb 2012 06:22:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Flex Heat Map by santosh</title>
		<link>http://www.flexpasta.com/index.php/2008/12/17/flex-heat-map/#comment-1923</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Sun, 04 Dec 2011 06:11:53 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2008/12/17/flex-heat-map/#comment-1923</guid>
		<description>hi,
superb application can you please post the source code link.it would be helping in the learning for maps and polygons

Regards
Santosh</description>
		<content:encoded><![CDATA[<p>hi,<br />
superb application can you please post the source code link.it would be helping in the learning for maps and polygons</p>
<p>Regards<br />
Santosh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4.5: Spark TileLayout Finally Pays off for Multi-Screen Apps by mahesh</title>
		<link>http://www.flexpasta.com/index.php/2011/05/15/flex-45-spark-tilelayout-finally-pays-off-for-multi-screen-apps/#comment-1919</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:34:57 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2011/05/15/flex-45-spark-tilelayout-finally-pays-off-for-multi-screen-apps/#comment-1919</guid>
		<description>Hello, 
i am building a list with images in it, but the images must load from xml file, so how can i get that image files into list components please guide me, I will be very thank full to you.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
i am building a list with images in it, but the images must load from xml file, so how can i get that image files into list components please guide me, I will be very thank full to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pulsing Progress Bar by TomasP</title>
		<link>http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/#comment-1877</link>
		<dc:creator>TomasP</dc:creator>
		<pubDate>Fri, 04 Nov 2011 14:49:56 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/#comment-1877</guid>
		<description>it doesnt work for me :( ..what im doing wrong</description>
		<content:encoded><![CDATA[<p>it doesnt work for me <img src='http://www.flexpasta.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ..what im doing wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Filtering Hibernate Child Collections by Fred</title>
		<link>http://www.flexpasta.com/index.php/2009/05/20/filtering-hibernate-child-collections/#comment-1875</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 02 Nov 2011 16:34:23 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2009/05/20/filtering-hibernate-child-collections/#comment-1875</guid>
		<description>An other (not documented for all cases it seems) solution is to add a where attribute on the mapping.
I have just tried that on the many-to-many part and it works fine with NHib 3.1. Found this solution in the xsd of mappings xml, but have not found any reference to that "where" on many-to-many tag in hibernates docs.
This is "static" filtering, meaning if you have cases where you need the full collection, you have to declare two collection mappings on two distinct entity properties. One for the unfiltered collection, the other for the filtered one. 
Here is the mapping code for example (hopping html entities for brackets will not be stripped)
&lt;code&gt;
&#60;set name="Childs" table="MyChildsAssociationTable" batch-size="20" mutable="false"&#62;
  &#60;key column="MyParentKeyInAssocTable"/&#62;
  &#60;many-to-many column="MyChildKeyInAssocTable" class="MyChildClass"
				not-found="ignore" where="INDIC_PRINCIPAL = 1" /&#62;
&#60;/set&#62;
&lt;/code&gt;
"INDIC_PRINCIPAL" is in my case a bit column in the child table.

"where" clauses could also be used on one-to-many, you should put it on the collection element tag (the "set" for example). And this one is documented in hibernates docs.</description>
		<content:encoded><![CDATA[<p>An other (not documented for all cases it seems) solution is to add a where attribute on the mapping.<br />
I have just tried that on the many-to-many part and it works fine with NHib 3.1. Found this solution in the xsd of mappings xml, but have not found any reference to that &#8220;where&#8221; on many-to-many tag in hibernates docs.<br />
This is &#8220;static&#8221; filtering, meaning if you have cases where you need the full collection, you have to declare two collection mappings on two distinct entity properties. One for the unfiltered collection, the other for the filtered one.<br />
Here is the mapping code for example (hopping html entities for brackets will not be stripped)<br />
<code><br />
&lt;set name="Childs" table="MyChildsAssociationTable" batch-size="20" mutable="false"&gt;<br />
  &lt;key column="MyParentKeyInAssocTable"/&gt;<br />
  &lt;many-to-many column="MyChildKeyInAssocTable" class="MyChildClass"<br />
				not-found="ignore" where="INDIC_PRINCIPAL = 1" /&gt;<br />
&lt;/set&gt;<br />
</code><br />
&#8220;INDIC_PRINCIPAL&#8221; is in my case a bit column in the child table.</p>
<p>&#8220;where&#8221; clauses could also be used on one-to-many, you should put it on the collection element tag (the &#8220;set&#8221; for example). And this one is documented in hibernates docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4.5: Getting Started with Mobile Projects in Flash Builder by MAGINOT Pierre</title>
		<link>http://www.flexpasta.com/index.php/2011/05/09/flex-45-getting-started-with-mobile-projects-in-flash-builder/#comment-1865</link>
		<dc:creator>MAGINOT Pierre</dc:creator>
		<pubDate>Wed, 26 Oct 2011 17:21:39 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2011/05/09/flex-45-getting-started-with-mobile-projects-in-flash-builder/#comment-1865</guid>
		<description>Hello
35 days of evaluation and there is something wrong. I never obtained anything on my mobile Samsung Galaxy Mini GT S5550; But only : "Désolé ! Fermeture soudaine de l'application ... du processus air ...debug, merci de réessayer "
in English "Desolated, application closed suddenly ... thank you for retrying. 
I really wonder what happens !
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello<br />
35 days of evaluation and there is something wrong. I never obtained anything on my mobile Samsung Galaxy Mini GT S5550; But only : &#8220;Désolé ! Fermeture soudaine de l&#8217;application &#8230; du processus air &#8230;debug, merci de réessayer &#8221;<br />
in English &#8220;Desolated, application closed suddenly &#8230; thank you for retrying.<br />
I really wonder what happens !<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4.5: Using Geolocation(GPS) on a mobile device by Putting the &#8220;Community&#8221; in community content &#171; Flash Platform Doc Team</title>
		<link>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1830</link>
		<dc:creator>Putting the &#8220;Community&#8221; in community content &#171; Flash Platform Doc Team</dc:creator>
		<pubDate>Fri, 30 Sep 2011 21:17:18 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1830</guid>
		<description>[...] Brian Telintelo Using Geolocation on a mobile device [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Brian Telintelo Using Geolocation on a mobile device [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4.5: Using Geolocation(GPS) on a mobile device by Jonathan</title>
		<link>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1823</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 19 Sep 2011 00:30:15 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1823</guid>
		<description>I have a g-tablet with connected Bluetooth GPS working in other programs but it won't fire an event in Flex. Any ideas?  Does flex support mock locations? Are there other GPS librarys to try?</description>
		<content:encoded><![CDATA[<p>I have a g-tablet with connected Bluetooth GPS working in other programs but it won&#8217;t fire an event in Flex. Any ideas?  Does flex support mock locations? Are there other GPS librarys to try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS with Annotations for Remote Objects by Brian Telintelo</title>
		<link>http://www.flexpasta.com/index.php/2008/05/19/blazeds-with-annotations-for-remote-objects/#comment-1814</link>
		<dc:creator>Brian Telintelo</dc:creator>
		<pubDate>Tue, 13 Sep 2011 13:11:36 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2008/05/19/blazeds-with-annotations-for-remote-objects/#comment-1814</guid>
		<description>Harsha,

It could be that this is not compatible with the latest version of lcds.  I have not tried it with lcds in a very long time, only BlazeDS recently.  I would have thought that they use the same Bean Proxy but based on your error maybe they don't.  Can you add an import for BeanProxy in eclipse just to see if the class is there?

Brian</description>
		<content:encoded><![CDATA[<p>Harsha,</p>
<p>It could be that this is not compatible with the latest version of lcds.  I have not tried it with lcds in a very long time, only BlazeDS recently.  I would have thought that they use the same Bean Proxy but based on your error maybe they don&#8217;t.  Can you add an import for BeanProxy in eclipse just to see if the class is there?</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4.5: Using Geolocation(GPS) on a mobile device by Vivek</title>
		<link>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1813</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Tue, 13 Sep 2011 09:36:01 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/#comment-1813</guid>
		<description>How can we use it in MXML file</description>
		<content:encoded><![CDATA[<p>How can we use it in MXML file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No Chain Events: Transfer Object Pattern by prafda outlet</title>
		<link>http://www.flexpasta.com/index.php/2008/09/24/no-chain-events-transfer-object-pattern/#comment-1808</link>
		<dc:creator>prafda outlet</dc:creator>
		<pubDate>Fri, 09 Sep 2011 07:23:24 +0000</pubDate>
		<guid>http://www.flexpasta.com/index.php/2008/09/24/no-chain-events-transfer-object-pattern/#comment-1808</guid>
		<description>Sometimes, blogging is a bit tiresome specially if you need to update more topics.</description>
		<content:encoded><![CDATA[<p>Sometimes, blogging is a bit tiresome specially if you need to update more topics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

