<?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: Notification Components in Flex</title>
	<atom:link href="http://www.mehtanirav.com/2009/08/05/notification-components-in-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mehtanirav.com/2009/08/05/notification-components-in-flex</link>
	<description>Nirav Mehta on life, technology and future</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:19:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnaud</title>
		<link>http://www.mehtanirav.com/2009/08/05/notification-components-in-flex/comment-page-1#comment-133126</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Tue, 11 Aug 2009 07:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/2009/08/05/notification-components-in-flex#comment-133126</guid>
		<description>Hi !
I tried to reproduce your issue with an editable datagrid. I edited it manually and threw different events to popup the notification.
I have no problem with event like itemEditBegin or itemFocusIn but I have a problem when the datagrid dispatches an itemEditBeginning event or just a focusIn event. I can see there is something with the focus management as the datagrid looses its focus when the Notification closes but retrieves it immediately, this regenerates an new itemEditBeginning event and the notification comes back... and so on.
For other &quot;ok&quot; events, the edited cell looses the focus if the Notification is closed manually, not if you let it go by itself using its timer.
Maybe can you change the event you dispatch to avoid this bug. I will check why there is a difference of behavior with some events.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi !<br />
I tried to reproduce your issue with an editable datagrid. I edited it manually and threw different events to popup the notification.<br />
I have no problem with event like itemEditBegin or itemFocusIn but I have a problem when the datagrid dispatches an itemEditBeginning event or just a focusIn event. I can see there is something with the focus management as the datagrid looses its focus when the Notification closes but retrieves it immediately, this regenerates an new itemEditBeginning event and the notification comes back&#8230; and so on.<br />
For other &#8220;ok&#8221; events, the edited cell looses the focus if the Notification is closed manually, not if you let it go by itself using its timer.<br />
Maybe can you change the event you dispatch to avoid this bug. I will check why there is a difference of behavior with some events.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirav</title>
		<link>http://www.mehtanirav.com/2009/08/05/notification-components-in-flex/comment-page-1#comment-133122</link>
		<dc:creator>Nirav</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/2009/08/05/notification-components-in-flex#comment-133122</guid>
		<description>Thanks Arnaud.

Here&#039;s what I have:
An editable datagrid. I set focus in the first row, second cell on application startup. I also want to display a notification to user like &quot;Start typing to create a new item&quot;. 

When I used your component, the notification displays, and the focus is still in the first row / second cell. But when the notification goes away, the focus goes away. This means the user can&#039;t just start typing. He has to click the second cell again to make it editable, and then type something.

I believe this is due to PopupManager&#039;s focus handling. Not sure how this can be solved. 

TIA.</description>
		<content:encoded><![CDATA[<p>Thanks Arnaud.</p>
<p>Here&#8217;s what I have:<br />
An editable datagrid. I set focus in the first row, second cell on application startup. I also want to display a notification to user like &#8220;Start typing to create a new item&#8221;. </p>
<p>When I used your component, the notification displays, and the focus is still in the first row / second cell. But when the notification goes away, the focus goes away. This means the user can&#8217;t just start typing. He has to click the second cell again to make it editable, and then type something.</p>
<p>I believe this is due to PopupManager&#8217;s focus handling. Not sure how this can be solved. </p>
<p>TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Chesley</title>
		<link>http://www.mehtanirav.com/2009/08/05/notification-components-in-flex/comment-page-1#comment-133117</link>
		<dc:creator>Tyler Chesley</dc:creator>
		<pubDate>Sun, 09 Aug 2009 07:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/2009/08/05/notification-components-in-flex#comment-133117</guid>
		<description>Just wanted to point you to another notification component for Flex called Bark! Check it out! http://www.blog.tylerchesley.org/?p=8</description>
		<content:encoded><![CDATA[<p>Just wanted to point you to another notification component for Flex called Bark! Check it out! <a href="http://www.blog.tylerchesley.org/?p=8" rel="nofollow">http://www.blog.tylerchesley.org/?p=8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud</title>
		<link>http://www.mehtanirav.com/2009/08/05/notification-components-in-flex/comment-page-1#comment-133114</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/2009/08/05/notification-components-in-flex#comment-133114</guid>
		<description>Hello Nirav,

Just let me know how I can reproduce your issue and I will try to fix it. Till now, I have no problem with the focus in my application.

Regards

Arnaud</description>
		<content:encoded><![CDATA[<p>Hello Nirav,</p>
<p>Just let me know how I can reproduce your issue and I will try to fix it. Till now, I have no problem with the focus in my application.</p>
<p>Regards</p>
<p>Arnaud</p>
]]></content:encoded>
	</item>
</channel>
</rss>
