<?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: Setting an error string on a CheckBox control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:24:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arun</title>
		<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/comment-page-1/#comment-6348</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/#comment-6348</guid>
		<description>To make error string appear without mouse over, you need to dispatch Mouse Over Event .
Like, if   error string has to be shown for a text input then 

textInputID.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_OVER))  will show the error string.</description>
		<content:encoded><![CDATA[<p>To make error string appear without mouse over, you need to dispatch Mouse Over Event .<br />
Like, if   error string has to be shown for a text input then </p>
<p>textInputID.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_OVER))  will show the error string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/comment-page-1/#comment-3289</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 17 Jul 2008 07:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/#comment-3289</guid>
		<description>Is there a way to make the errorString &quot;buble&quot; to apear instant and not only when you drag you mouse over the component?</description>
		<content:encoded><![CDATA[<p>Is there a way to make the errorString &#8220;buble&#8221; to apear instant and not only when you drag you mouse over the component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/comment-page-1/#comment-3286</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 22 May 2008 18:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/#comment-3286</guid>
		<description>Nevermind I figured it out! Yes!! This whole time all I needed to do was set enabled=&quot;{button.(something here)}&quot; to enabled=&quot;{button.enabled}&quot;... I couldn&#039;t figure out what I needed to put in (something here) until I just checked more into the list of functions for it.</description>
		<content:encoded><![CDATA[<p>Nevermind I figured it out! Yes!! This whole time all I needed to do was set enabled=&#8221;{button.(something here)}&#8221; to enabled=&#8221;{button.enabled}&#8221;&#8230; I couldn&#8217;t figure out what I needed to put in (something here) until I just checked more into the list of functions for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/comment-page-1/#comment-3287</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 22 May 2008 16:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/#comment-3287</guid>
		<description>Hey Peter is there anyway I could get some help from you on a Flex accordion situation I am having. Sorry to put it in this example but I couldn&#039;t find any means of contacting you. I have been stuck on this problem since yesterday. If you can spare a moment to help reply here or send me an email and I will mention what I&#039;m trying to do.

Thanks,

- Nick

And about this example thanks for this it will come in handy with this blog I have to make for a class project right now.</description>
		<content:encoded><![CDATA[<p>Hey Peter is there anyway I could get some help from you on a Flex accordion situation I am having. Sorry to put it in this example but I couldn&#8217;t find any means of contacting you. I have been stuck on this problem since yesterday. If you can spare a moment to help reply here or send me an email and I will mention what I&#8217;m trying to do.</p>
<p>Thanks,</p>
<p>- Nick</p>
<p>And about this example thanks for this it will come in handy with this blog I have to make for a class project right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Lamborn</title>
		<link>http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/comment-page-1/#comment-3288</link>
		<dc:creator>Brent Lamborn</dc:creator>
		<pubDate>Thu, 22 May 2008 13:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/21/setting-an-error-string-on-a-checkbox-control-in-flex/#comment-3288</guid>
		<description>Can we put in requests for posts? :) I&#039;m having a heck of a time trying to change the itemRender for my List at runtime. Both itemRenderer&#039;s work ifI  change them manully then run them, but swapping them out at runtime is proving to be somewhat difficult. Any chance for a post showing how to do this?</description>
		<content:encoded><![CDATA[<p>Can we put in requests for posts? :) I&#8217;m having a heck of a time trying to change the itemRender for my List at runtime. Both itemRenderer&#8217;s work ifI  change them manully then run them, but swapping them out at runtime is proving to be somewhat difficult. Any chance for a post showing how to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

