<?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: Taskbar Overlord</title>
	<atom:link href="http://www.ocellated.com/2009/06/04/taskbar-overlord/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/</link>
	<description>A blog on my latest adventures, pictures, and travels</description>
	<lastBuildDate>Mon, 22 Feb 2010 23:51:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zebo</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-13221</link>
		<dc:creator>zebo</dc:creator>
		<pubDate>Sun, 21 Feb 2010 02:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-13221</guid>
		<description>in XP and Vista, there was a checkmark to enable or disable the taskbar always on top option (useful if you choose to autohide your taskbar when not in use) but it looks like Windows 7 has the &quot;always on top&quot; as default and there&#039;s no option to disable it.
If someone knows a way to disable the always on top, I will really appreciate it.</description>
		<content:encoded><![CDATA[<p>in XP and Vista, there was a checkmark to enable or disable the taskbar always on top option (useful if you choose to autohide your taskbar when not in use) but it looks like Windows 7 has the &#8220;always on top&#8221; as default and there&#8217;s no option to disable it.<br />
If someone knows a way to disable the always on top, I will really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Walker</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12960</link>
		<dc:creator>Robert Walker</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12960</guid>
		<description>Here&#039;s the extra bit of script if anyone else finds the Windows 7 right click menus a bit useless (in the taskbar area) - just changes them to a shift-right click:

;Handle right clicks on Windows 7 Taskbar to popup Windows XP style context menus
;********************************************************************************

	RButton::
		CoordMode, Mouse, Screen
		MouseGetPos, x, y, WinUnderMouseID
		;WinActivate, ahk_id %WinUnderMouseID%

	;Get y position relative to the bottom of the screen.
	yBottom := A_ScreenHeight - y

	; Select context menu for taskbar program on right click, if click on a taskbar icon
	if yBottom &lt;= 40
	{
		Send, +{Click %x% %y% right} ;shift right click
	; else send normal right click
	} else {
		;If right button is physically down
		If GetKeyState(&quot;RButton&quot;) {	;The Right button is physically down
			MouseClick, Right,,,0,D 		;Right button down
			KeyWait, RButton				;to allow dragging
			MouseClick, Right,,,,0,U		;release Right button up
		} Else {
			MouseClick, Right,,
		}
	 }

	Return</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the extra bit of script if anyone else finds the Windows 7 right click menus a bit useless (in the taskbar area) &#8211; just changes them to a shift-right click:</p>
<p>;Handle right clicks on Windows 7 Taskbar to popup Windows XP style context menus<br />
;********************************************************************************</p>
<p>	RButton::<br />
		CoordMode, Mouse, Screen<br />
		MouseGetPos, x, y, WinUnderMouseID<br />
		;WinActivate, ahk_id %WinUnderMouseID%</p>
<p>	;Get y position relative to the bottom of the screen.<br />
	yBottom := A_ScreenHeight &#8211; y</p>
<p>	; Select context menu for taskbar program on right click, if click on a taskbar icon<br />
	if yBottom &lt;= 40<br />
	{<br />
		Send, +{Click %x% %y% right} ;shift right click<br />
	; else send normal right click<br />
	} else {<br />
		;If right button is physically down<br />
		If GetKeyState(&quot;RButton&quot;) {	;The Right button is physically down<br />
			MouseClick, Right,,,0,D 		;Right button down<br />
			KeyWait, RButton				;to allow dragging<br />
			MouseClick, Right,,,,0,U		;release Right button up<br />
		} Else {<br />
			MouseClick, Right,,<br />
		}<br />
	 }</p>
<p>	Return</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12959</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12959</guid>
		<description>Sorry. I like the right click just fine. You&#039;re free to modify the script yourself though. It&#039;s really not terribly hard if you read the Autohotkey documentation.</description>
		<content:encoded><![CDATA[<p>Sorry. I like the right click just fine. You&#8217;re free to modify the script yourself though. It&#8217;s really not terribly hard if you read the Autohotkey documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Walker</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12958</link>
		<dc:creator>Robert Walker</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12958</guid>
		<description>Great utility!!

PLEASE, PLEASE, PLEASE... can you write a utility to replace the Windows 7 RIGHT MOUSE CLICK (on task bar running program icons) with SHIFT+RIGHT MOUSE CLICK (which gives the older and far more useful Windows XP style context menu popup). The new Windows 7 popup is really useless and (as others have commented) it is also in the wrong position - i.e. some distance above where you actually clicked!!

Thanks a million!!
Robert</description>
		<content:encoded><![CDATA[<p>Great utility!!</p>
<p>PLEASE, PLEASE, PLEASE&#8230; can you write a utility to replace the Windows 7 RIGHT MOUSE CLICK (on task bar running program icons) with SHIFT+RIGHT MOUSE CLICK (which gives the older and far more useful Windows XP style context menu popup). The new Windows 7 popup is really useless and (as others have commented) it is also in the wrong position &#8211; i.e. some distance above where you actually clicked!!</p>
<p>Thanks a million!!<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cubano</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12921</link>
		<dc:creator>Cubano</dc:creator>
		<pubDate>Sat, 30 Jan 2010 05:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12921</guid>
		<description>to delbydev:

enlarge the size of the task bar (unlock it and double its size). You will see everything without needing to scroll.
I know its quite not the bes solution, but you will see all the running programs once...

One thing that bugs me its, because of my display resolution, my taskbar is very small, and I dont want to double it, i just want to make it bigger (but still single lined), icons largers and stuff, but well, without changing the size of everything in windows through resosultion options, there is no way to do this

No customization sux...</description>
		<content:encoded><![CDATA[<p>to delbydev:</p>
<p>enlarge the size of the task bar (unlock it and double its size). You will see everything without needing to scroll.<br />
I know its quite not the bes solution, but you will see all the running programs once&#8230;</p>
<p>One thing that bugs me its, because of my display resolution, my taskbar is very small, and I dont want to double it, i just want to make it bigger (but still single lined), icons largers and stuff, but well, without changing the size of everything in windows through resosultion options, there is no way to do this</p>
<p>No customization sux&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cubano</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12918</link>
		<dc:creator>Cubano</dc:creator>
		<pubDate>Sat, 30 Jan 2010 01:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12918</guid>
		<description>Hi there,

somehow, if I keep Alt key pressed, I can move the icons in the taskbar...

Is this normal? If it is, why is everybody complaing the icons cant be moved?

tnx</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>somehow, if I keep Alt key pressed, I can move the icons in the taskbar&#8230;</p>
<p>Is this normal? If it is, why is everybody complaing the icons cant be moved?</p>
<p>tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delbydev</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12911</link>
		<dc:creator>delbydev</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12911</guid>
		<description>If anyone has a busy task bar, switch off grouping and aero preview - alt+tab performance and experience is improved
But I have found another set back  when the taskbar reaches capacity for tasks to be shown in one tasbar line, it stacks them.  In XP this was great because you could see them all.  But with 7 a scroll bar shows up and you have to use it to see the second stack. Try to increase the width of the taskbar does not remedy this.  It just simply makes the scroll bar wider.
Does anyone know of a way to remedy this situation so we can see all open windows and not just those that fit in one stack of the task bar?</description>
		<content:encoded><![CDATA[<p>If anyone has a busy task bar, switch off grouping and aero preview &#8211; alt+tab performance and experience is improved<br />
But I have found another set back  when the taskbar reaches capacity for tasks to be shown in one tasbar line, it stacks them.  In XP this was great because you could see them all.  But with 7 a scroll bar shows up and you have to use it to see the second stack. Try to increase the width of the taskbar does not remedy this.  It just simply makes the scroll bar wider.<br />
Does anyone know of a way to remedy this situation so we can see all open windows and not just those that fit in one stack of the task bar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12598</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 31 Dec 2009 15:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12598</guid>
		<description>The program runs in the system tray and the icon looks like a little H.</description>
		<content:encoded><![CDATA[<p>The program runs in the system tray and the icon looks like a little H.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MG</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12593</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12593</guid>
		<description>NOT SCREAMING BABE. HAVE VERY BAD EYESIGHT.
WHY DO U THINK I CAN&#039;T SEE THE ICONS?</description>
		<content:encoded><![CDATA[<p>NOT SCREAMING BABE. HAVE VERY BAD EYESIGHT.<br />
WHY DO U THINK I CAN&#8217;T SEE THE ICONS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.ocellated.com/2009/06/04/taskbar-overlord/comment-page-2/#comment-12530</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 24 Dec 2009 03:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocellated.com/?p=914#comment-12530</guid>
		<description>Hi Will. Not really. About the best thing you could do is write a custom little function in AutoHotkey that would launch your game and at the same time turn off (or suspend) Taskbar Overlord. You&#039;re best bet for figuring this out is the documentation and forums at autohotkey.com.</description>
		<content:encoded><![CDATA[<p>Hi Will. Not really. About the best thing you could do is write a custom little function in AutoHotkey that would launch your game and at the same time turn off (or suspend) Taskbar Overlord. You&#8217;re best bet for figuring this out is the documentation and forums at autohotkey.com.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
