<?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 for Tyler Chesley's Blog</title>
	<atom:link href="http://www.blog.tylerchesley.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.tylerchesley.org</link>
	<description>Flex, Actionscript, Rails, Javascript</description>
	<lastBuildDate>Wed, 02 Jun 2010 03:12:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Bark! Growl Like Notifications for Flex 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>Comment on Bark! Growl Like Notifications for Flex 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>Comment on Bark! Growl Like Notifications for Flex 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>Comment on Bark! Growl Like Notifications for Flex 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>Comment on Bark! Growl Like Notifications for Flex 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>Comment on Bark! Growl Like Notifications for Flex 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>
	<item>
		<title>Comment on Bark! Growl Like Notifications for Flex by TJ Downes</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-85</link>
		<dc:creator>TJ Downes</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-85</guid>
		<description>My mistake. It appears you have to have the Flex 4 SDK set as your default SDK in Flash Builder. Once you do this, the import of the fxpl file works fine.</description>
		<content:encoded><![CDATA[<p>My mistake. It appears you have to have the Flex 4 SDK set as your default SDK in Flash Builder. Once you do this, the import of the fxpl file works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bark! Growl Like Notifications for Flex by TJ Downes</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-84</link>
		<dc:creator>TJ Downes</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-84</guid>
		<description>Hey Tyler

Looks like a great framework! Just an FYI, the package will not import into Flex 4 release SDK. I am going to give a shot at upgrading it, but figured you would want to know.


java.lang.IllegalArgumentException: Component type spark.components.Group not found.
at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getXMLNamesForClass(NamespaceHelper.java:217)
at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getTagForClass(NamespaceHelper.java:169)
at com.adobe.flexbuilder.designmodel.DesignModelManager.createMXMLModel(DesignModelManager.java:356)
at com.adobe.flexide.mxml.core.utils.ProjectPrivateDataManager.createEmptyPrivateDataFile(ProjectPrivateDataManager.java:117)
at com.adobe.flexide.mxml.core.utils.ProjectPrivateDataManager.getPrivateDataModel(ProjectPrivateDataManager.java:79)
at com.adobe.flexide.fonts.FontMapManager.(FontMapManager.java:69)
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.performFontResolving(ImportLibraryOperation.java:552)
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.preprocessExpandedProject(ImportLibraryOperation.java:534)
at com.adobe.flexide.exportimport.library.ImportLibraryOperation$1.run(ImportLibraryOperation.java:245)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.performImport(ImportLibraryOperation.java:261)
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.run(ImportLibraryOperation.java:152)
at com.adobe.flexbuilder.exportimport.importwizard.ArchivedProjectImporter.importFlexProject(ArchivedProjectImporter.java:510)
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.importProject(ImportWizard.java:241)
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard$1.execute(ImportWizard.java:111)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.java:117)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</description>
		<content:encoded><![CDATA[<p>Hey Tyler</p>
<p>Looks like a great framework! Just an FYI, the package will not import into Flex 4 release SDK. I am going to give a shot at upgrading it, but figured you would want to know.</p>
<p>java.lang.IllegalArgumentException: Component type spark.components.Group not found.<br />
at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getXMLNamesForClass(NamespaceHelper.java:217)<br />
at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getTagForClass(NamespaceHelper.java:169)<br />
at com.adobe.flexbuilder.designmodel.DesignModelManager.createMXMLModel(DesignModelManager.java:356)<br />
at com.adobe.flexide.mxml.core.utils.ProjectPrivateDataManager.createEmptyPrivateDataFile(ProjectPrivateDataManager.java:117)<br />
at com.adobe.flexide.mxml.core.utils.ProjectPrivateDataManager.getPrivateDataModel(ProjectPrivateDataManager.java:79)<br />
at com.adobe.flexide.fonts.FontMapManager.(FontMapManager.java:69)<br />
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.performFontResolving(ImportLibraryOperation.java:552)<br />
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.preprocessExpandedProject(ImportLibraryOperation.java:534)<br />
at com.adobe.flexide.exportimport.library.ImportLibraryOperation$1.run(ImportLibraryOperation.java:245)<br />
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)<br />
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.performImport(ImportLibraryOperation.java:261)<br />
at com.adobe.flexide.exportimport.library.ImportLibraryOperation.run(ImportLibraryOperation.java:152)<br />
at com.adobe.flexbuilder.exportimport.importwizard.ArchivedProjectImporter.importFlexProject(ArchivedProjectImporter.java:510)<br />
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.importProject(ImportWizard.java:241)<br />
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard$1.execute(ImportWizard.java:111)<br />
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)<br />
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)<br />
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)<br />
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)<br />
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)<br />
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)<br />
at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.java:117)<br />
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)<br />
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)<br />
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)<br />
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)<br />
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)<br />
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)<br />
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)<br />
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)<br />
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)<br />
at org.eclipse.jface.window.Window.open(Window.java:801)<br />
at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)<br />
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)<br />
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)<br />
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)<br />
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)<br />
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)<br />
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)<br />
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)<br />
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)<br />
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)<br />
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)<br />
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)<br />
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)<br />
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)<br />
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)<br />
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)<br />
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)<br />
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)<br />
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)<br />
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)<br />
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)<br />
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br />
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)<br />
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)<br />
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)<br />
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
at java.lang.reflect.Method.invoke(Unknown Source)<br />
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)<br />
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)<br />
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bark! Growl Like Notifications for Flex by Clay</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-82</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Thu, 25 Mar 2010 20:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-82</guid>
		<description>Another quick question - is it possible to have these appear when the application is minimized? I&#039;ve found a couple of other alert window / growl type libraries, but this is by far the best. Unfortunately, popping up while minimized is a big deal :)</description>
		<content:encoded><![CDATA[<p>Another quick question &#8211; is it possible to have these appear when the application is minimized? I&#8217;ve found a couple of other alert window / growl type libraries, but this is by far the best. Unfortunately, popping up while minimized is a big deal <img src='http://www.blog.tylerchesley.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bark! Growl Like Notifications for Flex by Clay</title>
		<link>http://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/comment-page-1/#comment-80</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.tylerchesley.org/?p=8#comment-80</guid>
		<description>Quick question - how do you control the location of the notifications?</description>
		<content:encoded><![CDATA[<p>Quick question &#8211; how do you control the location of the notifications?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
