<?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: Avalon</title>
	<atom:link href="http://blog.affien.com/archives/2005/01/25/avalon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2005/01/25/avalon/</link>
	<description>A few thoughts</description>
	<lastBuildDate>Sun, 31 May 2009 12:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas</title>
		<link>http://blog.affien.com/archives/2005/01/25/avalon/comment-page-1/#comment-38</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Wed, 26 Jan 2005 09:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/01/25/avalon/#comment-38</guid>
		<description>I can create exactly the same using Windows.Forms although I guess there would be some things that would be harder to do in window forms than in avalon.</description>
		<content:encoded><![CDATA[<p>I can create exactly the same using Windows.Forms although I guess there would be some things that would be harder to do in window forms than in avalon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zef Hemel</title>
		<link>http://blog.affien.com/archives/2005/01/25/avalon/comment-page-1/#comment-37</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Wed, 26 Jan 2005 07:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/01/25/avalon/#comment-37</guid>
		<description>Avalon is a vector-based graphics library, which means that it doesn&#039;t work with bitmaps and absolute values; every measurement is relative. You can scale anything to really huge or really small proportions. For example, in Windows.Forms you would say, &quot;this and this control is placed at (20,20) and has width 100 and height 15. No matter the resolution of your screen or size of your windows, it would always be that big. Avalon allows to automatically scale your controls by using percentages or one of the lay-out managers.

It&#039;s all a bit like the Java (and GNOME) lay-out managers.</description>
		<content:encoded><![CDATA[<p>Avalon is a vector-based graphics library, which means that it doesn&#8217;t work with bitmaps and absolute values; every measurement is relative. You can scale anything to really huge or really small proportions. For example, in Windows.Forms you would say, &#8220;this and this control is placed at (20,20) and has width 100 and height 15. No matter the resolution of your screen or size of your windows, it would always be that big. Avalon allows to automatically scale your controls by using percentages or one of the lay-out managers.</p>
<p>It&#8217;s all a bit like the Java (and GNOME) lay-out managers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
