<?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: new Flex In Place Editing Controls&#8230;with Source!</title>
	<atom:link href="http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/</link>
	<description>simple plans for world domination</description>
	<lastBuildDate>Fri, 04 Dec 2009 11:48:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barry</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-39555</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Thu, 30 Aug 2007 09:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-39555</guid>
		<description>&lt;p&gt;Hi, Really like these components. They have the real wow factor. Has anyone had any joy showing html in the text area yet?
I&#039;d appreciate a point in the right direction - thanks.&lt;/p&gt;

&lt;p&gt;Also, not sure why but I had to change int to object in the following in the datefield comp.
[Bindable(&quot;firstDayOfWeekChanged&quot;)]
public function get firstDayOfWeek():Object { return df.firstDayOfWeek; }
public function set firstDayOfWeek(value:Object):void { df.firstDayOfWeek = value; }&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Really like these components. They have the real wow factor. Has anyone had any joy showing html in the text area yet?<br />
I&#8217;d appreciate a point in the right direction &#8211; thanks.</p>
<p>Also, not sure why but I had to change int to object in the following in the datefield comp.<br />
[Bindable("firstDayOfWeekChanged")]<br />
public function get firstDayOfWeek():Object { return df.firstDayOfWeek; }<br />
public function set firstDayOfWeek(value:Object):void { df.firstDayOfWeek = value; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hamm</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-31068</link>
		<dc:creator>David Hamm</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-31068</guid>
		<description>&lt;p&gt;Great stuff.  It would be great if your reference to &quot;MIT Open Source License&quot; above was actually a link to the license.  It would also be great if a copy of the license was included in the download.  Makes it much easier to approve for us corporate types.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great stuff.  It would be great if your reference to &#8220;MIT Open Source License&#8221; above was actually a link to the license.  It would also be great if a copy of the license was included in the download.  Makes it much easier to approve for us corporate types.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Jakobovits</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-27740</link>
		<dc:creator>Ariel Jakobovits</dc:creator>
		<pubDate>Sun, 17 Jun 2007 20:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-27740</guid>
		<description>&lt;p&gt;At first glance it seems that though you define the Bindable events for the getters, you don&#039;t dispatch those events in the setters. I thought that was necessary. Can you advise me on this, thank you.&lt;/p&gt;

&lt;p&gt;-Ariel&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>At first glance it seems that though you define the Bindable events for the getters, you don&#8217;t dispatch those events in the setters. I thought that was necessary. Can you advise me on this, thank you.</p>
<p>-Ariel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricard</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-17293</link>
		<dc:creator>Ricard</dc:creator>
		<pubDate>Wed, 25 Apr 2007 15:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-17293</guid>
		<description>&lt;p&gt;Basically i have a customized combobox but i can&#039;t assign an EventHandler &quot;on_change&quot; to the &quot;onEdit&quot; control.&lt;/p&gt;

&lt;p&gt;What i want to do is :&lt;/p&gt;

&lt;p&gt;1) If an item in the combobox is selected then hide the comboBox a
2) display the Selected Item on the Label. (it&#039;s done)&lt;/p&gt;

&lt;p&gt;So.. i would be really gratefull if someone could give me a hand on this.&lt;/p&gt;

&lt;p&gt;Kind Regards
Ricard&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Basically i have a customized combobox but i can&#8217;t assign an EventHandler &#8220;on_change&#8221; to the &#8220;onEdit&#8221; control.</p>
<p>What i want to do is :</p>
<p>1) If an item in the combobox is selected then hide the comboBox a<br />
2) display the Selected Item on the Label. (it&#8217;s done)</p>
<p>So.. i would be really gratefull if someone could give me a hand on this.</p>
<p>Kind Regards<br />
Ricard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-17279</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 25 Apr 2007 14:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-17279</guid>
		<description>&lt;p&gt;Thank You&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanessa Nguyen</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-16627</link>
		<dc:creator>Vanessa Nguyen</dc:creator>
		<pubDate>Wed, 18 Apr 2007 20:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-16627</guid>
		<description>&lt;p&gt;Hmm... Actually the easiest way is to make &quot;get textInput():TextInput&quot; function to be public.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; Actually the easiest way is to make &#8220;get textInput():TextInput&#8221; function to be public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanessa Nguyen</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-16624</link>
		<dc:creator>Vanessa Nguyen</dc:creator>
		<pubDate>Wed, 18 Apr 2007 20:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-16624</guid>
		<description>&lt;p&gt;Very cool components. However, I found a problem. If I have mx:Model object in my project, any change made by users in IPETextInput box will not be automatically updated into mx:Model object&#039;s properties. This is because IPETextInput is simply a wrapper of mx:Label and mx:TextInput. I wonder if there is any way to resolve this? Otherwise, we have to listen the &quot;change&quot; event and update the mx:Model object by hand.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very cool components. However, I found a problem. If I have mx:Model object in my project, any change made by users in IPETextInput box will not be automatically updated into mx:Model object&#8217;s properties. This is because IPETextInput is simply a wrapper of mx:Label and mx:TextInput. I wonder if there is any way to resolve this? Otherwise, we have to listen the &#8220;change&#8221; event and update the mx:Model object by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Spratt</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-13993</link>
		<dc:creator>Tracy Spratt</dc:creator>
		<pubDate>Tue, 20 Mar 2007 01:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-13993</guid>
		<description>&lt;p&gt;Another question for you guys in general:  How do you structure Ely&#039;s code in a Flex Builder Project?  I am having fits with references not resolvng.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another question for you guys in general:  How do you structure Ely&#8217;s code in a Flex Builder Project?  I am having fits with references not resolvng.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Spratt</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-13992</link>
		<dc:creator>Tracy Spratt</dc:creator>
		<pubDate>Tue, 20 Mar 2007 01:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-13992</guid>
		<description>&lt;p&gt;Hi, Ely!
Why do you reverse the &quot;mx&quot; and &quot;local&quot; namespaces?&lt;/p&gt;

&lt;p&gt;I&#039;ll get over it, but that creates some cognitive dissonance.
Tracy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Ely!<br />
Why do you reverse the &#8220;mx&#8221; and &#8220;local&#8221; namespaces?</p>
<p>I&#8217;ll get over it, but that creates some cognitive dissonance.<br />
Tracy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/comment-page-1/#comment-11999</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 23 Feb 2007 00:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/23/new-flex-in-place-editing-controlswith-source/#comment-11999</guid>
		<description>&lt;p&gt;Hi Ely, 
Constantly watching your site and always amazed by the components you create. I was hoping to use the IPE controls for a data entry screen I&#039;m designing, but was wondering how can you take multiple values from different input controls (such as a numeric stepper, combo box and text input) and display them as a single label.&lt;/p&gt;

&lt;p&gt;For example, if you wanted to specify a date of birth using the input controls identified above, and display the final results as:
    1  August 1960&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ely,<br />
Constantly watching your site and always amazed by the components you create. I was hoping to use the IPE controls for a data entry screen I&#8217;m designing, but was wondering how can you take multiple values from different input controls (such as a numeric stepper, combo box and text input) and display them as a single label.</p>
<p>For example, if you wanted to specify a date of birth using the input controls identified above, and display the final results as:<br />
    1  August 1960</p>
]]></content:encoded>
	</item>
</channel>
</rss>
