<?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: Settings window pops up</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f</link>
<description>DisplayFusion RSS: Settings window pops up</description>
<lastBuildDate>Sun, 14 Jun 2026 13:29:44 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f</generator>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#7</link>
<pubDate>Tue, 10 Feb 2009 13:50:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[It's true, it was a bad initial design. Originally it was just a very simple form that applied a custom wallpaper. No external timers, no random wallpaper... all self-contained. Once I started adding features it became glaringly obvious how poor this design decision was. So I spent a ton of time ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It's true, it was a bad initial design. Originally it was just a very simple form that applied a custom wallpaper. No external timers, no random wallpaper... all self-contained. Once I started adding features it became glaringly obvious how poor this design decision was. So I spent a ton of time last night refactoring this code to be much easier to use, and as a result, it looks cleaner from the user's perspective too. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#6</link>
<pubDate>Tue, 10 Feb 2009 07:21:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
This problem has existed since before v2.0 was released. It was just a lazy implementation on my part. I have separated the wallpaper settings logic from the wallpaper settings form so I can use it elsewhere in DisplayFusion (like the timer that checks your wallpaper settings). This is th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This problem has existed since before v2.0 was released. It was just a lazy implementation on my part. I have separated the wallpaper settings logic from the wallpaper settings form so I can use it elsewhere in DisplayFusion (like the timer that checks your wallpaper settings). This is the way it should have been done, but at the time I originally wrote it there was no wallpaper checker so it made sense then. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div> Shame on you! You've mixed the presentation logic with the business logic! tsts... Sounds like a typical PHP implementation. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I'll test it in the next days again.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#5</link>
<pubDate>Tue, 10 Feb 2009 05:24:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[This has been fixed in Beta 19, which you can find here:
http://www.binaryfortress.com/Forum/index.php?topic=692
This problem has existed since before v2.0 was released. It was just a lazy implementation on my part. I have separated the wallpaper settings logic from the wallpaper settings form ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
This has been fixed in Beta 19, which you can find here:<br/>
<a href="http://www.binaryfortress.com/Forum/index.php?topic=692" target="_blank" rel="nofollow"><b>http://www.binaryfortress.com/Forum/index.php?topic=692</b></a><br/>
<br/>
This problem has existed since before v2.0 was released. It was just a lazy implementation on my part. I have separated the wallpaper settings logic from the wallpaper settings form so I can use it elsewhere in DisplayFusion (like the timer that checks your wallpaper settings). This is the way it should have been done, but at the time I originally wrote it there was no wallpaper checker so it made sense then. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#4</link>
<pubDate>Tue, 03 Feb 2009 18:00:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'll give this a closer look tonight. I made some improvements to this area, but maybe there are places I can improve it even further.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'll give this a closer look tonight. I made some improvements to this area, but maybe there are places I can improve it even further.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#3</link>
<pubDate>Tue, 03 Feb 2009 17:38:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I've expected that my text was confusing. I should read over it once again before posting...
I didn't mean a small balloon in the tray.I see the window where you can configure you background image settings per monitor. Maybe I can take a screenshot in this moment to show you what I mean.
And of...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've expected that my text was confusing. I should read over it once again before posting...<br/>
<br/>
I didn't mean a small balloon in the tray.I see the window where you can configure you background image settings per monitor. Maybe I can take a screenshot in this moment to show you what I mean.<br/>
And of cause: I don't want to see it. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=";)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Carsten
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#2</link>
<pubDate>Tue, 03 Feb 2009 16:11:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[It should have always done this, I just got rid of one of the confirmation dialogs.  Are you saying you like this, or do you not like it? (Sorry, I couldn't get the 'tone' of your post.)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It should have always done this, I just got rid of one of the confirmation dialogs. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> Are you saying you like this, or do you not like it? (Sorry, I couldn't get the 'tone' of your post.) <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>Settings window pops up</title>
<link>https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f</link>
<pubDate>Tue, 03 Feb 2009 15:13:33 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/settings-window-pops-up/?ID=7b6cc017-cb82-48cc-a44f-8e3dc34f5c0f</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Jon,
I think you've invented a new feature with a beta release. Sometime my laptop starts up with only one screen in use (laptop only)
After Windows has been started I set it up to switch the primary screen to my other monitor device (and leave laptop as extended desktop), switch the resolut...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Jon,<br/>
<br/>
I think you've invented a new feature with a beta release. Sometime my laptop starts up with only one screen in use (laptop only)<br/>
<br/>
After Windows has been started I set it up to switch the primary screen to my other monitor device (and leave laptop as extended desktop), switch the resolutions and so on. Now DF corrects the background images and shows the "Desktop Wallpaper" settings dialog. It disappears automatically but it's not that pretty to see it anyway.<br/>
<br/>
Any questions to my confusing text? <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Carsten
</div>
]]></content:encoded>
</item>
</channel>
</rss>