<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Observations about TitleBar buttons</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07</link>
<description>DisplayFusion RSS: Observations about TitleBar buttons</description>
<lastBuildDate>Mon, 16 Mar 2026 21:17:22 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07</generator>
<item>
<title>RE: Observations about TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#4</link>
<pubDate>Fri, 10 Jul 2009 01:32:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Beta 4 is now out, and has almost all of these suggestions implemented. Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Beta 4 is now out, and has almost all of these suggestions implemented. Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Observations about TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#3</link>
<pubDate>Thu, 09 Jul 2009 20:08:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Thank you for the excellent feedback.
You're welcome!
What would I use instead?  Ok...  Let's start with this: to the end user, the dropdown is simply a list of images.  There is nothing here to make the end user think that this is actually a directory (other than mentions of files in t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Thank you for the excellent feedback.</div></div>  You're welcome!    <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-grin-stars.light.svg" alt="8-)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData="8-)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
What would I use instead?  Ok...  Let's start with this: to the end user, the dropdown is simply a <i>list</i> of images.  There is nothing here to make the end user think that this is actually a directory (other than mentions of files in the forums when updating beta 2.0 to beta 2.1), nor should there be.<br/>
<br/>
I am presuming that you are taking the selection index, getting the text from the control, and parsing out the tilde to create the path to load the image.  A time saver, for sure.  But if you are considering dropping the .PNG at the end (you just strcat it when you need it), you could search for a hyphen (-) instead of the tilde.  This makes a nice delimiter, assuming you don't use it in a file name in the future.  For the end user, it appears as a modifier punctuation of some sort.  <br/>
<br/>
I will point out that you could just as easily drop the tilde altogether.  Either assure that the part previously before the tilde  is always two words and parse for the second space (to replace with it the backslash), or simply add code to search for the string like <i>Vista Basic</i>or <i>XP</i>.<br/>
<br/>
BTW, I'll add because I understand how it is easy it is to miss things when rushing for a release, the <i>TitleBar Button Background</i> dropdown also contains <i>.png</i>, which I suggest be removed.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Observations about TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#2</link>
<pubDate>Thu, 09 Jul 2009 19:45:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thank you for the excellent feedback.  For your 4th point, the ~ is just a directory separator. Having the \ really bothered me aesthetically. What symbol would you use in it's place? Good point about the file extensions, I'll hide those in Beta 5.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you for the excellent feedback. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> For your 4th point, the ~ is just a directory separator. Having the \ really bothered me aesthetically. What symbol would you use in it's place? Good point about the file extensions, I'll hide those in Beta 5.
</div>
]]></content:encoded>
</item>
<item>
<title>Observations about TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07</link>
<pubDate>Thu, 09 Jul 2009 19:35:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/observations-about-titlebar-buttons/?ID=3b1b2f67-dfbf-4d8a-a5a6-3e6b33e77a07</guid>
<category>DisplayFusion</category>
<description><![CDATA[First, sorry about multiple posts.  I broke them into problem reports that I'd like to see from my own tech support staff.
The TitleBar buttons now look like they are part of the Windows UI.  The lag time is gone.  Good job!
The hover light goes on when mousing over the button.  Nice touch.
Ch...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
First, sorry about multiple posts.  I broke them into problem reports that I'd like to see from my own tech support staff.<br/>
<ul class="ListBullet">
<li>The TitleBar buttons now look like they are part of the Windows UI.  The lag time is gone.  Good job!</li>
<li>The hover light goes on when mousing over the button.  Nice touch.</li>
<li>Change the TitleBar Button Background dropdown on the settings tab and all the buttons change to that OS type and color.  Very nice touch.</li>
<li>There is a tilde (~) in the file names in the TitleBar Button dropdown.  This looks like a DOS long to short filename munge.  Do you want that?  Indeed, do you even want to have ".png" showing up in the dropdown at all?  Probably not, IMHO.</li></ul>
</div>
]]></content:encoded>
</item>
</channel>
</rss>