<?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: Bark! Growl Like Notifications for Flex</title>
	<atom:link href="http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/</link>
	<description>Flex, Actionscript, Rails, Javascript</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:43:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-112</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-112</guid>
		<description>I had planned on adding that in. I believe in the Flex 4.1 SDK they&#039;ve added support for this type of feature to the layouts. I&#039;m going to look into adding it.</description>
		<content:encoded><![CDATA[<p>I had planned on adding that in. I believe in the Flex 4.1 SDK they&#8217;ve added support for this type of feature to the layouts. I&#8217;m going to look into adding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-111</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-111</guid>
		<description>The Notification object is bindable. If you update the description it should update in the renderer. You can set the notification duration to Infinity and it won&#039;t be removed. You can remove it manually using the NotificationManager.removeNotification();</description>
		<content:encoded><![CDATA[<p>The Notification object is bindable. If you update the description it should update in the renderer. You can set the notification duration to Infinity and it won&#8217;t be removed. You can remove it manually using the NotificationManager.removeNotification();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Wegar</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-110</link>
		<dc:creator>Jens Wegar</dc:creator>
		<pubDate>Thu, 05 Aug 2010 04:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-110</guid>
		<description>Hey just wanted to say I like what you&#039;ve done so far with your notification framework, hope you continue development. 

One question:
Can I somehow make the NotificationManager reuse a notification? I have a login sequence where I&#039;d like to use the notifications to let a user know what&#039;s going on behind the scenes, but I don&#039;t want new notifications to be displayed every time. Instead I&#039;d like to just change the text of an existing notification, e.g.:

1. User clicks login, a notification is displayed that has the description &quot;Logging in&quot;
2. The server responds with an all ok before the timeout of the notification, so the description changes to &quot;User logged in&quot; in the notification that is already showing, instead of creating a new notification.

Possible?</description>
		<content:encoded><![CDATA[<p>Hey just wanted to say I like what you&#8217;ve done so far with your notification framework, hope you continue development. </p>
<p>One question:<br />
Can I somehow make the NotificationManager reuse a notification? I have a login sequence where I&#8217;d like to use the notifications to let a user know what&#8217;s going on behind the scenes, but I don&#8217;t want new notifications to be displayed every time. Instead I&#8217;d like to just change the text of an existing notification, e.g.:</p>
<p>1. User clicks login, a notification is displayed that has the description &#8220;Logging in&#8221;<br />
2. The server responds with an all ok before the timeout of the notification, so the description changes to &#8220;User logged in&#8221; in the notification that is already showing, instead of creating a new notification.</p>
<p>Possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-109</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-109</guid>
		<description>Nice looking component, is there any way to move the notifications? Would like them to appear at the bottom of the screen instead of the top</description>
		<content:encoded><![CDATA[<p>Nice looking component, is there any way to move the notifications? Would like them to appear at the bottom of the screen instead of the top</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-106</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Jun 2010 03:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-106</guid>
		<description>Hmm...it should work. Have you tried using PopUpManager.bringToFront()?</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;it should work. Have you tried using PopUpManager.bringToFront()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninjate</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-105</link>
		<dc:creator>ninjate</dc:creator>
		<pubDate>Wed, 26 May 2010 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-105</guid>
		<description>I need to show a notification while a modal pop up windows is already open. But; this scenario is not working with this component, which; I guess because of the PopUpManager conflict...?
Any way to solve this?</description>
		<content:encoded><![CDATA[<p>I need to show a notification while a modal pop up windows is already open. But; this scenario is not working with this component, which; I guess because of the PopUpManager conflict&#8230;?<br />
Any way to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-104</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 06 May 2010 09:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-104</guid>
		<description>Hi, thanks for the reply! It is that version I&#039;m using. When you say it may not behave like I&#039;d expect do you mean maybe that I wouldn&#039;t be able to position the notifications at a corner of the screen?

If you know of any AIR based notification system similar to yours, I&#039;d love to hear about them. I&#039;m looking around but many of them seem to be web based :(

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the reply! It is that version I&#8217;m using. When you say it may not behave like I&#8217;d expect do you mean maybe that I wouldn&#8217;t be able to position the notifications at a corner of the screen?</p>
<p>If you know of any AIR based notification system similar to yours, I&#8217;d love to hear about them. I&#8217;m looking around but many of them seem to be web based <img src='http://www.blog.tylerchesley.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-103</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 06 May 2010 05:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-103</guid>
		<description>Hi Steve,

Are you using the latest version? You can download it here:

http://www.blog.tylerchesley.org/examples/Bark-Flex-beta-2.fxpl

Let me know if you are still having problems after you try the latest version. 

Bark was mainly meant for web applications. You could use it in an air application but it might not do what you expect it to. It won&#039;t work like Growl because it doesn&#039;t natively integrate with the OS.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Are you using the latest version? You can download it here:</p>
<p><a href="http://www.blog.tylerchesley.org/examples/Bark-Flex-beta-2.fxpl" rel="nofollow">http://www.blog.tylerchesley.org/examples/Bark-Flex-beta-2.fxpl</a></p>
<p>Let me know if you are still having problems after you try the latest version. </p>
<p>Bark was mainly meant for web applications. You could use it in an air application but it might not do what you expect it to. It won&#8217;t work like Growl because it doesn&#8217;t natively integrate with the OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-102</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 06 May 2010 01:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-102</guid>
		<description>Hey Tyler,

I love the idea &amp; look of your project but I&#039;m having a problem. It could be that I&#039;m an idiot as I&#039;ve only been using Flex for a week or so. I&#039;m basically getting an error (pasted at the bottom) while trying to add a notification. Is this framework suitable for a desktop app run in AIR? Sorry to bug you &amp; for a potentially silly question, but I&#039;d love to use it...

anywho..
Cheers

There&#039;s a load more to this but here&#039;s the first few lines:

Error: Skin for NotificationRenderer72 cannot be found.
	at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:632]
	at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:405]
	at spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:368]</description>
		<content:encoded><![CDATA[<p>Hey Tyler,</p>
<p>I love the idea &amp; look of your project but I&#8217;m having a problem. It could be that I&#8217;m an idiot as I&#8217;ve only been using Flex for a week or so. I&#8217;m basically getting an error (pasted at the bottom) while trying to add a notification. Is this framework suitable for a desktop app run in AIR? Sorry to bug you &amp; for a potentially silly question, but I&#8217;d love to use it&#8230;</p>
<p>anywho..<br />
Cheers</p>
<p>There&#8217;s a load more to this but here&#8217;s the first few lines:</p>
<p>Error: Skin for NotificationRenderer72 cannot be found.<br />
	at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:632]<br />
	at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:405]<br />
	at spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:368]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-04-20 &#124; andy.edmonds.be</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-101</link>
		<dc:creator>links for 2010-04-20 &#124; andy.edmonds.be</dc:creator>
		<pubDate>Wed, 21 Apr 2010 00:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-101</guid>
		<description>[...] Tyler Chesley’s Blog » Blog Archive » Bark! Growl Like Notifications for Flex &#8211; Flex, Acti... (tags: flex growl library flex4) [...]</description>
		<content:encoded><![CDATA[<p>[...] Tyler Chesley’s Blog » Blog Archive » Bark! Growl Like Notifications for Flex &#8211; Flex, Acti&#8230; (tags: flex growl library flex4) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
