<?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: Creating a Notification Popup Widget</title>
	<atom:link href="http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/feed" rel="self" type="application/rss+xml" />
	<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget</link>
	<description>Programming, Eclipse, SWT and everything inbetween</description>
	<lastBuildDate>Fri, 05 Mar 2010 14:20:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emil</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-118</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-118</guid>
		<description>Hi Vikash,

I&#039;m not focusing on any Accessibility Support, especially not for widgets that I create for articles. It&#039;s possible some of the widgets I have as permanent widgets on the site will have support down the line once I get time for it. 

I believe there is articles on Eclipse.org for Accessibility, and I&#039;m no expert on it, so I think you will find better resources there than what I could provide. 

Cheers,
Emil</description>
		<content:encoded><![CDATA[<p>Hi Vikash,</p>
<p>I&#8217;m not focusing on any Accessibility Support, especially not for widgets that I create for articles. It&#8217;s possible some of the widgets I have as permanent widgets on the site will have support down the line once I get time for it. </p>
<p>I believe there is articles on Eclipse.org for Accessibility, and I&#8217;m no expert on it, so I think you will find better resources there than what I could provide. </p>
<p>Cheers,<br />
Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikash</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-116</link>
		<dc:creator>vikash</dc:creator>
		<pubDate>Mon, 01 Mar 2010 02:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-116</guid>
		<description>Emil,

Nice Article and very useful. I am also a very enthusiastic developer and keep on creating a custom controls same like you did here .
I saw in your code that you are using lots of FONTS, COLOR and IMAGES. so I am not sure if you are following MSAA standards (Microsoft Active Accessibility Support). Did you tested your custom widget with different screen resolution?
If this is not working how would you handle the Accessibility events for different OS screen resolution. Kepping in mind that we are not using SWT/JFACE provided fonts and color and creating our new instance of these.

I am currently working in a RCP application which is going to use by more than 50k users worldwide (and keeo growing). Our Testing team has tested newly created custom controls by IBM JAW’s and unfortunately they failed in the test. 

So can you please advise me how we can create custom controls with our own fonts and Colors which should also work on accessibility point of view (In other words if we can use JFACEResource/Font/Color Registry in appropriate way).

Would really appreciate if you can help me out. Thanks in bunch

Vikash</description>
		<content:encoded><![CDATA[<p>Emil,</p>
<p>Nice Article and very useful. I am also a very enthusiastic developer and keep on creating a custom controls same like you did here .<br />
I saw in your code that you are using lots of FONTS, COLOR and IMAGES. so I am not sure if you are following MSAA standards (Microsoft Active Accessibility Support). Did you tested your custom widget with different screen resolution?<br />
If this is not working how would you handle the Accessibility events for different OS screen resolution. Kepping in mind that we are not using SWT/JFACE provided fonts and color and creating our new instance of these.</p>
<p>I am currently working in a RCP application which is going to use by more than 50k users worldwide (and keeo growing). Our Testing team has tested newly created custom controls by IBM JAW’s and unfortunately they failed in the test. </p>
<p>So can you please advise me how we can create custom controls with our own fonts and Colors which should also work on accessibility point of view (In other words if we can use JFACEResource/Font/Color Registry in appropriate way).</p>
<p>Would really appreciate if you can help me out. Thanks in bunch</p>
<p>Vikash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-101</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-101</guid>
		<description>Very cool Phil, thanks for using it :)</description>
		<content:encoded><![CDATA[<p>Very cool Phil, thanks for using it <img src='http://hexapixel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Kursawe</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-100</link>
		<dc:creator>Phil Kursawe</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-100</guid>
		<description>Emil, I took the freedom and used this blog entry to start my new series about an OSGi notification service framework.
http://philondev.blogspot.com/2009/12/notification-framework.html</description>
		<content:encoded><![CDATA[<p>Emil, I took the freedom and used this blog entry to start my new series about an OSGi notification service framework.<br />
<a href="http://philondev.blogspot.com/2009/12/notification-framework.html" rel="nofollow">http://philondev.blogspot.com/2009/12/notification-framework.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-94</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-94</guid>
		<description>Hiya,

Go ahead. The code is EPL, so you&#039;re pretty much free to do whatever you want with it. Hope that helps :-). If you wish to leave credit, just put a comment at the top of the source file(s) that contain a link to Hexapixel, but as it&#039;s EPL that&#039;s completely up to you. Glad you find a good use for it.

Emil</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>Go ahead. The code is EPL, so you&#8217;re pretty much free to do whatever you want with it. Hope that helps <img src='http://hexapixel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . If you wish to leave credit, just put a comment at the top of the source file(s) that contain a link to Hexapixel, but as it&#8217;s EPL that&#8217;s completely up to you. Glad you find a good use for it.</p>
<p>Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agent Smith</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-93</link>
		<dc:creator>Agent Smith</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-93</guid>
		<description>Hi there, 
Thanks for the good work and for sharing !! 
I would like to reuse your custom widget code in an app that I am willing to make freely available with its sources. Is it possible ? what&#039;s the licence of your code if any  ? How can I point back to you in the sources of my app. Cheers.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for the good work and for sharing !!<br />
I would like to reuse your custom widget code in an app that I am willing to make freely available with its sources. Is it possible ? what&#8217;s the licence of your code if any  ? How can I point back to you in the sources of my app. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vahid Vafaei</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-89</link>
		<dc:creator>Vahid Vafaei</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-89</guid>
		<description>Great Pop-Up widget, great work! Thank you very much for sharing this.</description>
		<content:encoded><![CDATA[<p>Great Pop-Up widget, great work! Thank you very much for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Hoehn</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-76</link>
		<dc:creator>Stefan Hoehn</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-76</guid>
		<description>Just wanted to let you know what an great job you did. As little as it is, it is awesome easy to integrate and exactly what we needed. Thanks for sharing and it is good to have you on the nebula team! :-)</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know what an great job you did. As little as it is, it is awesome easy to integrate and exactly what we needed. Thanks for sharing and it is good to have you on the nebula team! <img src='http://hexapixel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro Santinho</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-75</link>
		<dc:creator>Leandro Santinho</dc:creator>
		<pubDate>Mon, 27 Jul 2009 11:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-75</guid>
		<description>Forget my question:

Resolution is, when create a Shell use SWT.ON_TOP



THANKS MAN!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Forget my question:</p>
<p>Resolution is, when create a Shell use SWT.ON_TOP</p>
<p>THANKS MAN!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro Santinho</title>
		<link>http://hexapixel.com/2009/06/30/creating-a-notification-popup-widget/comment-page-1#comment-74</link>
		<dc:creator>Leandro Santinho</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://hexapixel.com/?p=760#comment-74</guid>
		<description>Hi, its so cool, its all I need!!!

But if the program is minimized or other program is active?
How I can show de popup anyaway?


Thanks for all man, good work!!!!!</description>
		<content:encoded><![CDATA[<p>Hi, its so cool, its all I need!!!</p>
<p>But if the program is minimized or other program is active?<br />
How I can show de popup anyaway?</p>
<p>Thanks for all man, good work!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
