<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Save Changes Integrated 2</title>
	<atom:link href="http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/</link>
	<description>Design for Free Software</description>
	<lastBuildDate>Sat, 12 Dec 2009 15:25:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sven Neumann</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-68</link>
		<dc:creator>Sven Neumann</dc:creator>
		<pubDate>Sun, 20 May 2007 13:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-68</guid>
		<description>BTW, your argument with Alan about the Close button is most probably a misunderstanding. He talks about Close buttons in the action area of dialogs and I think you are talking about the Close icon in the window decorations.

GTK+ 2.10 has API to convince the window manager not do draw the Close button in the window frame (and some window managers might even respect this). This might even be useful in some cases but it is not possible to change this after the window is already visible. So it wouldn&#039;t work as you suggested it here.</description>
		<content:encoded><![CDATA[<p>BTW, your argument with Alan about the Close button is most probably a misunderstanding. He talks about Close buttons in the action area of dialogs and I think you are talking about the Close icon in the window decorations.</p>
<p>GTK+ 2.10 has API to convince the window manager not do draw the Close button in the window frame (and some window managers might even respect this). This might even be useful in some cases but it is not possible to change this after the window is already visible. So it wouldn&#8217;t work as you suggested it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Neumann</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-67</link>
		<dc:creator>Sven Neumann</dc:creator>
		<pubDate>Sun, 20 May 2007 13:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-67</guid>
		<description>If the title bar is your concern, use a window manager that doesn&#039;t draw a title bar for transient dialogs.</description>
		<content:encoded><![CDATA[<p>If the title bar is your concern, use a window manager that doesn&#8217;t draw a title bar for transient dialogs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorwil</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-66</link>
		<dc:creator>thorwil</dc:creator>
		<pubDate>Sun, 20 May 2007 11:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-66</guid>
		<description>Sven: The problem with the Save changes dialog is actually much the same for all modal dialogs refering to document windows.

The current dialog already shares focus and minimizing with the document window. That&#039;s good as hiding only one of the 2 would lead to an ugly situation. The dialog being a separately movable window is only useful to move it off the canvas for free sight. If you want that, we can do better by automatically arranging things (within the limits of screen and window size). If you don&#039;t want that, having a separate window with its own title bar is useless.

Like said earlier, for too small windows, the dialog part could be larger, resulting in the shape of 2 overlaid rectangles.

I guess this would be easier to do on a WM level.</description>
		<content:encoded><![CDATA[<p>Sven: The problem with the Save changes dialog is actually much the same for all modal dialogs refering to document windows.</p>
<p>The current dialog already shares focus and minimizing with the document window. That&#8217;s good as hiding only one of the 2 would lead to an ugly situation. The dialog being a separately movable window is only useful to move it off the canvas for free sight. If you want that, we can do better by automatically arranging things (within the limits of screen and window size). If you don&#8217;t want that, having a separate window with its own title bar is useless.</p>
<p>Like said earlier, for too small windows, the dialog part could be larger, resulting in the shape of 2 overlaid rectangles.</p>
<p>I guess this would be easier to do on a WM level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Neumann</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-65</link>
		<dc:creator>Sven Neumann</dc:creator>
		<pubDate>Sun, 20 May 2007 11:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-65</guid>
		<description>Looks a lot like the messages embedded to the image window, that I proposed years ago. However I don&#039;t think that this concept it well suited for things such as the Save Changed dialog (and fail to see the problem with the current approach). But it would probably be a good idea to use it for informational messages. I once spent a weekend trying to implement this but found that it&#039;s rather difficult to get right. Especially since GIMP windows are often too small for the message to be displayed. And enlarging the window is not an option.</description>
		<content:encoded><![CDATA[<p>Looks a lot like the messages embedded to the image window, that I proposed years ago. However I don&#8217;t think that this concept it well suited for things such as the Save Changed dialog (and fail to see the problem with the current approach). But it would probably be a good idea to use it for informational messages. I once spent a weekend trying to implement this but found that it&#8217;s rather difficult to get right. Especially since GIMP windows are often too small for the message to be displayed. And enlarging the window is not an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorwil</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-59</link>
		<dc:creator>thorwil</dc:creator>
		<pubDate>Sat, 19 May 2007 07:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-59</guid>
		<description>Alan: screenreaders can&#039;t read the buttons? And as what is a WM close button on a dialog read? If it is just close, it&#039;s the same problem of uncertainty about whether an action is carried out or not.

mpt: When working on icons, I have my image window large enough to contain the menu bar and for zooming in.
But for small windows, the dialog part could be larger than the document part below.
For very wide windows, I would limit the width of the content of the dialog part and left-align the whole block.</description>
		<content:encoded><![CDATA[<p>Alan: screenreaders can&#8217;t read the buttons? And as what is a WM close button on a dialog read? If it is just close, it&#8217;s the same problem of uncertainty about whether an action is carried out or not.</p>
<p>mpt: When working on icons, I have my image window large enough to contain the menu bar and for zooming in.<br />
But for small windows, the dialog part could be larger than the document part below.<br />
For very wide windows, I would limit the width of the content of the dialog part and left-align the whole block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpt</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-57</link>
		<dc:creator>mpt</dc:creator>
		<pubDate>Sat, 19 May 2007 03:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-57</guid>
		<description>Ironically, the Gimp is perhaps the best example of a program where this design wouldn&#039;t work well. In the Gimp, unlike other apps, a window can quite often be much narrower (e.g. when editing an icon) than the confirmation alert needs to be.

A program like OpenOffice Writer would have the opposite problem: the window would be much wider than the confirmation alert needed to be, so the alert would be distended and difficult to scan.

Well done for continuing to think of new ideas, though. :-)</description>
		<content:encoded><![CDATA[<p>Ironically, the Gimp is perhaps the best example of a program where this design wouldn&#8217;t work well. In the Gimp, unlike other apps, a window can quite often be much narrower (e.g. when editing an icon) than the confirmation alert needs to be.</p>
<p>A program like OpenOffice Writer would have the opposite problem: the window would be much wider than the confirmation alert needed to be, so the alert would be distended and difficult to scan.</p>
<p>Well done for continuing to think of new ideas, though. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-56</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 18 May 2007 23:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://thorwil.wordpress.com/2007/05/18/save-changes-integrated-2/#comment-56</guid>
		<description>Close buttons can be read by screen readers and are way more obvious to
users than the window decoration only.

There is also the matter of certian themes (or even window managers) not
providing a suitable X in the window decoration.  Most do but that
historical possibility makes us very reluctant to leave out the close
button.</description>
		<content:encoded><![CDATA[<p>Close buttons can be read by screen readers and are way more obvious to<br />
users than the window decoration only.</p>
<p>There is also the matter of certian themes (or even window managers) not<br />
providing a suitable X in the window decoration.  Most do but that<br />
historical possibility makes us very reluctant to leave out the close<br />
button.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
