<?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: Dialog Design Inefficiencies in Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Simon</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-16274</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 14 Jul 2009 01:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-16274</guid>
		<description>The whole effluent UI is for the web isn&#039;t it?
I thought that was the whole reason for the XML and the clumsy controls, and why the COM based stuff had to die.
They couldn&#039;t get the native level of power into the browser version so they dumbed down the full client version so the web ones wouldn&#039;t look like the poor cousins they are.

Maybe they will fix it back up if Silverlight ever gets decent take up?</description>
		<content:encoded><![CDATA[<p>The whole effluent UI is for the web isn&#8217;t it?<br />
I thought that was the whole reason for the XML and the clumsy controls, and why the COM based stuff had to die.<br />
They couldn&#8217;t get the native level of power into the browser version so they dumbed down the full client version so the web ones wouldn&#8217;t look like the poor cousins they are.</p>
<p>Maybe they will fix it back up if Silverlight ever gets decent take up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-16092</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-16092</guid>
		<description>Adam -

I wasn&#039;t arguing against the larger dialogs, I was merely commenting about how ineffectively the larger area has been utilized. I can think of many reasons to expand the size of a dialog, and localization of labels is a good one.

I had not thought about the vertical alignment of dialog tabs being a precursor to web forms, good point. It doesn&#039;t change the poor use of space. Maybe if the dialogs were wider and not as tall (how many tabs are really necessary?) they would be more effective.</description>
		<content:encoded><![CDATA[<p>Adam -</p>
<p>I wasn&#8217;t arguing against the larger dialogs, I was merely commenting about how ineffectively the larger area has been utilized. I can think of many reasons to expand the size of a dialog, and localization of labels is a good one.</p>
<p>I had not thought about the vertical alignment of dialog tabs being a precursor to web forms, good point. It doesn&#8217;t change the poor use of space. Maybe if the dialogs were wider and not as tall (how many tabs are really necessary?) they would be more effective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamV</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-16089</link>
		<dc:creator>AdamV</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-16089</guid>
		<description>Jon, I agree with most of your comments here and in your previous discussions of the worst of the interface changes (from a pro-user perspective, in particular).

As far as I can see, the dialog box being larger is partly in an effort to make the multi-language capabilities easier to write, with languages reading in different directions, or with substantially longer words able to fit in the standard size dialogues. 
I used to provide Excel support for a client with some German users so I know how lengthy some of those labels can get (and how hard it is to train your muscle-memory to use ; as an argument separator in place of , which is used as a decimal separator in much of Europe).

As for a list down the side rather than tabs at the top, the usability argument I have seen for this is that some users get confused by multiple tab rows, as the row order changes when you click on a tab to bring that row to the front. An alternative fix for that issue would of course be to simply leave the tab labels exactly where they are, don&#039;t swap the rows about and simply highlight the current tabe more clearly. That said, I don&#039;t mind the left navigation method, but they do seem to have split them up too much as you say, so you don&#039;t get many options side by side.
I also wonder if the change of navigation layout for dialogs is a move towards something which is easier to deliver in a browser interface, versus a classic multi-row tabbed box? Just a thought...

The way that dialogs such as the formatting ones update properties one at a time rather than as one update after clicking OK is really frustrating as you say, if one wants to re-use the same changes using CTRL-Y. Possibly an option within the dialog to turn off this behaviour would be useful - similar to the &quot;defer layout update&quot; checkbox for Pivot Tables. This might also require the reinstatement of a &quot;sample&quot; pane since this has been dropped in favour of &quot;live&quot; changes which let you preview (well, you&#039;re already committed, but that&#039;s what 100 undos are for, right?)

Speaking of Pivot tables - @Jeff, did you know you can move the split between the upper &quot;Choose fields&quot; box and the lower areas boxes? This can give you almost twice as much space in the bottom half. Equally, you could simply drag the fields into the right areas in any order, then turn off the upper pane by choosing the task pane view for &quot;Areas section only (2 by 2)&quot; which gives you oodles of space to drag and drop into the right order</description>
		<content:encoded><![CDATA[<p>Jon, I agree with most of your comments here and in your previous discussions of the worst of the interface changes (from a pro-user perspective, in particular).</p>
<p>As far as I can see, the dialog box being larger is partly in an effort to make the multi-language capabilities easier to write, with languages reading in different directions, or with substantially longer words able to fit in the standard size dialogues.<br />
I used to provide Excel support for a client with some German users so I know how lengthy some of those labels can get (and how hard it is to train your muscle-memory to use ; as an argument separator in place of , which is used as a decimal separator in much of Europe).</p>
<p>As for a list down the side rather than tabs at the top, the usability argument I have seen for this is that some users get confused by multiple tab rows, as the row order changes when you click on a tab to bring that row to the front. An alternative fix for that issue would of course be to simply leave the tab labels exactly where they are, don&#8217;t swap the rows about and simply highlight the current tabe more clearly. That said, I don&#8217;t mind the left navigation method, but they do seem to have split them up too much as you say, so you don&#8217;t get many options side by side.<br />
I also wonder if the change of navigation layout for dialogs is a move towards something which is easier to deliver in a browser interface, versus a classic multi-row tabbed box? Just a thought&#8230;</p>
<p>The way that dialogs such as the formatting ones update properties one at a time rather than as one update after clicking OK is really frustrating as you say, if one wants to re-use the same changes using CTRL-Y. Possibly an option within the dialog to turn off this behaviour would be useful &#8211; similar to the &#8220;defer layout update&#8221; checkbox for Pivot Tables. This might also require the reinstatement of a &#8220;sample&#8221; pane since this has been dropped in favour of &#8220;live&#8221; changes which let you preview (well, you&#8217;re already committed, but that&#8217;s what 100 undos are for, right?)</p>
<p>Speaking of Pivot tables &#8211; @Jeff, did you know you can move the split between the upper &#8220;Choose fields&#8221; box and the lower areas boxes? This can give you almost twice as much space in the bottom half. Equally, you could simply drag the fields into the right areas in any order, then turn off the upper pane by choosing the task pane view for &#8220;Areas section only (2 by 2)&#8221; which gives you oodles of space to drag and drop into the right order</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-16017</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-16017</guid>
		<description>Jeff -

I switched the the 2003 pivot table interface, just so I can drag fields around on screen. That was so handy, and the pivot table pane seems so unweildy, just like so much of the new interface. I don&#039;t know what features I might be missing because of this setting, and I&#039;m not sure they&#039;d be worth suffering with the new interface..</description>
		<content:encoded><![CDATA[<p>Jeff -</p>
<p>I switched the the 2003 pivot table interface, just so I can drag fields around on screen. That was so handy, and the pivot table pane seems so unweildy, just like so much of the new interface. I don&#8217;t know what features I might be missing because of this setting, and I&#8217;m not sure they&#8217;d be worth suffering with the new interface..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff weir</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-16010</link>
		<dc:creator>jeff weir</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-16010</guid>
		<description>Speaking of punishment, here&#039;s a new 2007 feature that REALLY REALLY punishes.

 I like the new pivot table functionality, but I REALLY REALLY HATE the &#039;dance&#039; you have to do when dragging a field from the fields list into a specific place in the Row Labels pane. 

The window is so small, that Excel &#039;helpfully&#039; scrolls the existing fields up or down if you hover near the top or the bottom of the list. I say &#039;helpfully&#039; because it scrolls so fast that most of the time you miss the place where you want to drop the field in. Really pisses me  off. 

Only a problem when there&#039;s heaps of fields in the Row Labels pane, but for me that&#039;s 90% of the time.

DIfferent subject now: Jon, your blog and site are outstanding, as are your pointers to other books and blogs of interest.  I can&#039;t believe the time you put into this stuff...and probably your wife cant believe it either ;-)


 When do you ever get any paid work done? 

My learning is skyrocketing from reading your stuff. And I&#039;ve only read a small portion. Thanks.</description>
		<content:encoded><![CDATA[<p>Speaking of punishment, here&#8217;s a new 2007 feature that REALLY REALLY punishes.</p>
<p> I like the new pivot table functionality, but I REALLY REALLY HATE the &#8216;dance&#8217; you have to do when dragging a field from the fields list into a specific place in the Row Labels pane. </p>
<p>The window is so small, that Excel &#8216;helpfully&#8217; scrolls the existing fields up or down if you hover near the top or the bottom of the list. I say &#8216;helpfully&#8217; because it scrolls so fast that most of the time you miss the place where you want to drop the field in. Really pisses me  off. </p>
<p>Only a problem when there&#8217;s heaps of fields in the Row Labels pane, but for me that&#8217;s 90% of the time.</p>
<p>DIfferent subject now: Jon, your blog and site are outstanding, as are your pointers to other books and blogs of interest.  I can&#8217;t believe the time you put into this stuff&#8230;and probably your wife cant believe it either ;-)</p>
<p> When do you ever get any paid work done? </p>
<p>My learning is skyrocketing from reading your stuff. And I&#8217;ve only read a small portion. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dialog-design-inefficiencies-in-excel-2007/comment-page-1/#comment-15997</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2215#comment-15997</guid>
		<description>Dennis -

Re: Display All Options

If a user is trying to decide what to do, having to go back and forth among hidden options is a terrible punishment. Four options do not take up much space.

I know in this particular case, that I spend much longer formatting my axes just because I can&#039;t see the options all at once.

Re: Show Related Tasks Together

You can get all the options for a series in one pane; they did it in Excel 2003. Then if the user wants a fancy gradient, place a button there to open an &quot;advanced formatting&quot; dialog. Like we have Fill Effects in 2003. Why make a user go to a view that has fill effects just to select a color, and make the color hard to match because it was on a tab which was navigated away from?

Re: Dialog Size

The beers help explain the misalignment of the Auto and Fixed option buttons.</description>
		<content:encoded><![CDATA[<p>Dennis -</p>
<p>Re: Display All Options</p>
<p>If a user is trying to decide what to do, having to go back and forth among hidden options is a terrible punishment. Four options do not take up much space.</p>
<p>I know in this particular case, that I spend much longer formatting my axes just because I can&#8217;t see the options all at once.</p>
<p>Re: Show Related Tasks Together</p>
<p>You can get all the options for a series in one pane; they did it in Excel 2003. Then if the user wants a fancy gradient, place a button there to open an &#8220;advanced formatting&#8221; dialog. Like we have Fill Effects in 2003. Why make a user go to a view that has fill effects just to select a color, and make the color hard to match because it was on a tab which was navigated away from?</p>
<p>Re: Dialog Size</p>
<p>The beers help explain the misalignment of the Auto and Fixed option buttons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

