<?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: SOM Expressions</title>
	<atom:link href="http://assuredynamics.com/index.php/2011/05/som-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://assuredynamics.com/index.php/2011/05/som-expressions/</link>
	<description>Dynamic solutions</description>
	<lastBuildDate>Mon, 16 Feb 2015 00:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Niall O'Donovan</title>
		<link>http://assuredynamics.com/index.php/2011/05/som-expressions/#comment-582</link>
		<dc:creator>Niall O'Donovan</dc:creator>
		<pubDate>Mon, 02 Jan 2012 18:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?p=916#comment-582</guid>
		<description>You&#039;re welcome Ilja, I&#039;m glad the example has helped you. 

There are plenty of other code solutions on the site and if you look at the resources blog, you will see other resources that I recommend. 

Happy New Year,

Niall</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Ilja, I&#8217;m glad the example has helped you. </p>
<p>There are plenty of other code solutions on the site and if you look at the resources blog, you will see other resources that I recommend. </p>
<p>Happy New Year,</p>
<p>Niall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilja Sweep</title>
		<link>http://assuredynamics.com/index.php/2011/05/som-expressions/#comment-581</link>
		<dc:creator>Ilja Sweep</dc:creator>
		<pubDate>Mon, 02 Jan 2012 12:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?p=916#comment-581</guid>
		<description>Dear Niall,

I have been busy for two days just trying to find a way to add the total of a Column, but could not find anything usefull on any website sofar...untill I read this article.

The advise of &quot;Control&quot;+&quot;Shift&quot;+&quot;Click&quot; worked out well, I finally see a total, Thank you so much.

I will read your article again and also the links provided as I am sure they will be useful too.

I am just a beginner, and I am happy to have at least succeeded in completing something at the end of this day. Thanks, and happy new year 2012.

Best regards,

Ilja</description>
		<content:encoded><![CDATA[<p>Dear Niall,</p>
<p>I have been busy for two days just trying to find a way to add the total of a Column, but could not find anything usefull on any website sofar&#8230;untill I read this article.</p>
<p>The advise of &#8220;Control&#8221;+&#8221;Shift&#8221;+&#8221;Click&#8221; worked out well, I finally see a total, Thank you so much.</p>
<p>I will read your article again and also the links provided as I am sure they will be useful too.</p>
<p>I am just a beginner, and I am happy to have at least succeeded in completing something at the end of this day. Thanks, and happy new year 2012.</p>
<p>Best regards,</p>
<p>Ilja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niall O'Donovan</title>
		<link>http://assuredynamics.com/index.php/2011/05/som-expressions/#comment-438</link>
		<dc:creator>Niall O'Donovan</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?p=916#comment-438</guid>
		<description>John,

Thank you very much for pointing that out. The oneOfChild is much cleaner. 

I have implemented it in the form and uploaded a new version. 

Thanks,

Niall</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Thank you very much for pointing that out. The oneOfChild is much cleaner. </p>
<p>I have implemented it in the form and uploaded a new version. </p>
<p>Thanks,</p>
<p>Niall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: resolveNode vs. resolveNodes &#171; FormFeed</title>
		<link>http://assuredynamics.com/index.php/2011/05/som-expressions/#comment-437</link>
		<dc:creator>resolveNode vs. resolveNodes &#171; FormFeed</dc:creator>
		<pubDate>Fri, 10 Jun 2011 13:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?p=916#comment-437</guid>
		<description>[...] a regular commenter) has written a blog post that does a great job of explaining SOM expression: http://www.assuredynamics.com/index.php/2011/05/som-expressions/. Niall has a gift for explaining the basics of the technology. The post includes a very spiffy [...]</description>
		<content:encoded><![CDATA[<p>[...] a regular commenter) has written a blog post that does a great job of explaining SOM expression: <a href="http://www.assuredynamics.com/index.php/2011/05/som-expressions/" rel="nofollow">http://www.assuredynamics.com/index.php/2011/05/som-expressions/</a>. Niall has a gift for explaining the basics of the technology. The post includes a very spiffy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Brinkman</title>
		<link>http://assuredynamics.com/index.php/2011/05/som-expressions/#comment-436</link>
		<dc:creator>John Brinkman</dc:creator>
		<pubDate>Fri, 10 Jun 2011 13:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?p=916#comment-436</guid>
		<description>Niall:
Great post.  Very impressive sample. 
I should point out that your code for manipulating fills could be more terse.
Instead of:
var vName = price.somExpression;
var fieldObj = xfa.resolveNode(vName + &quot;.ui.#numericEdit.border.fill&quot;); 
fieldObj.presence = &quot;visible&quot;;
try:
price.ui.oneOfChild.border.fill.presence = &quot;visible&quot;;

thanks,

 John</description>
		<content:encoded><![CDATA[<p>Niall:<br />
Great post.  Very impressive sample.<br />
I should point out that your code for manipulating fills could be more terse.<br />
Instead of:<br />
var vName = price.somExpression;<br />
var fieldObj = xfa.resolveNode(vName + &#8220;.ui.#numericEdit.border.fill&#8221;);<br />
fieldObj.presence = &#8220;visible&#8221;;<br />
try:<br />
price.ui.oneOfChild.border.fill.presence = &#8220;visible&#8221;;</p>
<p>thanks,</p>
<p> John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
