<?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: Highlight ACTIVE window</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=4137e449-69ff-4f1c-80c2-01e126e56ba7" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=4137e449-69ff-4f1c-80c2-01e126e56ba7</link>
<description>DisplayFusion RSS: Highlight ACTIVE window</description>
<lastBuildDate>Thu, 21 May 2026 14:07:18 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=4137e449-69ff-4f1c-80c2-01e126e56ba7</generator>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#69</link>
<pubDate>Fri, 01 Aug 2025 11:50:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#69</guid>
<category>DisplayFusion</category>
<description><![CDATA[It looks like the history window is just a menu, there's nothing we can grab to detect it unfortunately.
Sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It looks like the history window is just a menu, there's nothing we can grab to detect it unfortunately.<br/>
<br/>
Sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#68</link>
<pubDate>Tue, 29 Jul 2025 18:53:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#68</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Could you send over the script you're using?
using System;
using System.Drawing;
// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Window Location target when run by a Window Location rule
//   - TitleBar Button ow...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Could you send over the script you're using?</div></div><br/>
<br/>
using System;<br/>
using System.Drawing;<br/>
<br/>
// The 'windowHandle' parameter will contain the window handle for the:<br/>
//   - Active window when run by hotkey<br/>
//   - Window Location target when run by a Window Location rule<br/>
//   - TitleBar Button owner when run by a TitleBar Button<br/>
//   - Jump List owner when run from a Taskbar Jump List<br/>
//   - Currently focused window if none of these match<br/>
public static class DisplayFusionFunction<br/>
{<br/>
    public static void Run(IntPtr windowHandle)<br/>
    {<br/>
            //remove highlights from all other applications<br/>
            BFS.DisplayFusion.RunFunction("Highlight Window: Disable All Highlights");<br/>
            BFS.DisplayFusion.RunFunctionAndWait("Highlight Window: Disable All Highlights");<br/>
            //set the highlight colour of the window to red<br/>
        BFS.Window.SetWindowHighlight(windowHandle, Color.Red);<br/>
    }<br/>
}
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#67</link>
<pubDate>Tue, 29 Jul 2025 17:11:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#67</guid>
<category>DisplayFusion</category>
<description><![CDATA[Could you send over the script you're using?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Could you send over the script you're using?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#66</link>
<pubDate>Thu, 24 Jul 2025 21:01:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#66</guid>
<category>DisplayFusion</category>
<description><![CDATA[Found this option and it works great.  I constantly fight copy/paste issues with active windows, and for some reason the highlighting function has solved my issues.
But in Microsoft Edge it closes the history window as soon as it opens.  Is there a simple way to stop this from happening?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Found this option and it works great.  I constantly fight copy/paste issues with active windows, and for some reason the highlighting function has solved my issues.<br/>
<br/>
But in Microsoft Edge it closes the history window as soon as it opens.  Is there a simple way to stop this from happening?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#65</link>
<pubDate>Fri, 13 May 2022 20:11:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#65</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
@Fred: That script only disables the highlight on the window that triggered the script to run, then enables it. If you want it to remove highlights from other windows first, add this line right after line 15 in the script:
BFS.DisplayFusion.RunFunctionAndWait("Highlight Window: Disable A...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>@Fred: That script only disables the highlight on the window that triggered the script to run, then enables it. If you want it to remove highlights from other windows first, add this line right after line 15 in the script:<br/>
<br/>
<div class="Inline"><pre>BFS.DisplayFusion.RunFunctionAndWait("Highlight Window: Disable All Highlights");</pre></div></div></div><br/>
<br/>
Thanks, looks good now!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#64</link>
<pubDate>Mon, 09 May 2022 18:05:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#64</guid>
<category>DisplayFusion</category>
<description><![CDATA[@Fred: That script only disables the highlight on the window that triggered the script to run, then enables it. If you want it to remove highlights from other windows first, add this line right after line 15 in the script:
BFS.DisplayFusion.RunFunctionAndWait("Highlight Window: Disable All Highl...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@Fred: That script only disables the highlight on the window that triggered the script to run, then enables it. If you want it to remove highlights from other windows first, add this line right after line 15 in the script:<br/>
<br/>
<div class="Inline"><pre>BFS.DisplayFusion.RunFunctionAndWait("Highlight Window: Disable All Highlights");</pre></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#63</link>
<pubDate>Fri, 06 May 2022 16:21:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#63</guid>
<category>DisplayFusion</category>
<description><![CDATA[These are the settings I'm using (in the snapshot) and it works well for highlighting a window that I activate. But the red border does not go away after I activate another window. So all windows remain highlighted.
Why won't this script clear the red border when another window becomes the activ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
These are the settings I'm using (in the snapshot) and it works well for highlighting a window that I activate. But the red border does not go away after I activate another window. So all windows remain highlighted. <br/>
<br/>
Why won't this script clear the red border when another window becomes the active window?<br/>
<br/>
Thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#62</link>
<pubDate>Thu, 07 Oct 2021 14:39:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#62</guid>
<category>DisplayFusion</category>
<description><![CDATA[@badz: Could you export the script you're using and attach it? I just want to make sure I'm testing with the same code as there have been a few revisions of this script posted.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@badz: Could you export the script you're using and attach it? I just want to make sure I'm testing with the same code as there have been a few revisions of this script posted.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#61</link>
<pubDate>Wed, 29 Sep 2021 08:56:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#61</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Hello,
This issue should be fixed up in the latest beta, available here: https://www.displayfusion.com/Download/Beta. Please let me know if you still run into any trouble after updating.
Thanks!
Hi,
The minimize from taskbar does not work for me however on 9.8
Thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Hello,<br/>
This issue should be fixed up in the latest beta, available here: https://www.displayfusion.com/Download/Beta. Please let me know if you still run into any trouble after updating.<br/>
Thanks!</div></div><br/>
Hi,<br/>
The minimize from taskbar does not work for me however on 9.8<br/>
Thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#60</link>
<pubDate>Wed, 29 Sep 2021 06:28:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#60</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
@badz: It is expected, yeah. Trying to track the focused window and keep it highlighted doesn't really work very well, this is the best I've been able to come up with unfortunately.
Actually it is fine, I used the reg file and it seems to have created havoc on my system. I created my own...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>@badz: It is expected, yeah. Trying to track the focused window and keep it highlighted doesn't really work very well, this is the best I've been able to come up with unfortunately.</div></div><br/>
Actually it is fine, I used the reg file and it seems to have created havoc on my system. I created my own trigger using the script above and it works fine(no cpu issue anymore).<br/>
Thanks a lot
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#59</link>
<pubDate>Tue, 28 Sep 2021 20:44:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#59</guid>
<category>DisplayFusion</category>
<description><![CDATA[@badz: It is expected, yeah. Trying to track the focused window and keep it highlighted doesn't really work very well, this is the best I've been able to come up with unfortunately.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@badz: It is expected, yeah. Trying to track the focused window and keep it highlighted doesn't really work very well, this is the best I've been able to come up with unfortunately.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#58</link>
<pubDate>Tue, 28 Sep 2021 09:17:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#58</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
I try the script attached on 9.8 but it takes lots of cpu everytime I move any window. Is that normal?
Thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
I try the script attached on 9.8 but it takes lots of cpu everytime I move any window. Is that normal?<br/>
Thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#57</link>
<pubDate>Mon, 02 Nov 2020 18:51:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#57</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
This issue should be fixed up in the latest beta, available here: https://www.displayfusion.com/Download/Beta. Please let me know if you still run into any trouble after updating.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
This issue should be fixed up in the latest beta, available here: https://www.displayfusion.com/Download/Beta. Please let me know if you still run into any trouble after updating.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#56</link>
<pubDate>Wed, 02 Sep 2020 15:23:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#56</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, we have an idea of what the issue might be here. We're going to make some changes for the next beta and then I'll post an update]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, we have an idea of what the issue might be here. We're going to make some changes for the next beta and then I'll post an update <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: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#55</link>
<pubDate>Sat, 29 Aug 2020 05:27:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#55</guid>
<category>DisplayFusion</category>
<description><![CDATA[Have tried that already and unfortunately, it doesn't. I have to completely disable the trigger and only then will it work again. At the moment, I have a crappy workaround. I took a registry backup of my DisplayFusion configuration, one with the trigger enabled and another with the trigger disabl...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Have tried that already and unfortunately, it doesn't. I have to completely disable the trigger and only then will it work again. At the moment, I have a crappy workaround. I took a registry backup of my DisplayFusion configuration, one with the trigger enabled and another with the trigger disabled.<br/>
<br/>
I then have a powershell script that will call the different registry backup files for when I want to enable or disable the trigger. Ideally though, I just want to keep the trigger enabled and have it working properly all the time...
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#54</link>
<pubDate>Fri, 28 Aug 2020 16:37:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#54</guid>
<category>DisplayFusion</category>
<description><![CDATA[If you click somewhere in the window first, then click the taskbar button, does it minimize?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you click somewhere in the window first, then click the taskbar button, does it minimize?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#53</link>
<pubDate>Fri, 28 Aug 2020 01:56:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#53</guid>
<category>DisplayFusion</category>
<description><![CDATA[It was for every application, such as Firefox, Rambox, etc. Issue is intermittent. Sometimes it minimizes from taskbar fine, sometimes it doesn't.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It was for every application, such as Firefox, Rambox, etc. Issue is intermittent. Sometimes it minimizes from taskbar fine, sometimes it doesn't.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#52</link>
<pubDate>Fri, 28 Aug 2020 01:45:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#52</guid>
<category>DisplayFusion</category>
<description><![CDATA[@chaoscreator: When I test with your settings imported, it seems to work fine for me. Which applications are you having trouble minimizing with the taskbar button?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@chaoscreator: When I test with your settings imported, it seems to work fine for me. Which applications are you having trouble minimizing with the taskbar button?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#51</link>
<pubDate>Tue, 25 Aug 2020 19:31:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#51</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks! I'll check this out and keep you posted on what I find.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks! I'll check this out and keep you posted on what I find.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#50</link>
<pubDate>Mon, 24 Aug 2020 21:26:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#50</guid>
<category>DisplayFusion</category>
<description><![CDATA[Here you go.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Here you go.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#49</link>
<pubDate>Mon, 24 Aug 2020 21:16:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#49</guid>
<category>DisplayFusion</category>
<description><![CDATA[@chaoscreator: Could you attach a backup of your settings? (Settings  Options  Export)
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@chaoscreator: Could you attach a backup of your settings? (Settings > Options > Export)<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#48</link>
<pubDate>Sun, 23 Aug 2020 05:13:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#48</guid>
<category>DisplayFusion</category>
<description><![CDATA[sorry to revive this old thread...
I'm using the reg key provided and it works for me. However, I noticed a small issue. When I have this Trigger enabled, if I were to click on an app in my taskbar to minimize it, then it will not work. The app will always restore to be the active window. The on...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
sorry to revive this old thread...<br/>
<br/>
I'm using the reg key provided and it works for me. However, I noticed a small issue. When I have this Trigger enabled, if I were to click on an app in my taskbar to minimize it, then it will not work. The app will always restore to be the active window. The only way I can minimize it is to click on the minimize button on the top right corner of the window. However, sometimes it's easier and faster to just click the app in the taskbar to minimize it.<br/>
<br/>
If I disable the Trigger, then this behaviour will be back to normal.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#47</link>
<pubDate>Tue, 23 Jan 2018 18:09:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#47</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, thanks Jim! I have put that on our feature request list]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, thanks Jim! I have put that on our feature request list <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: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#46</link>
<pubDate>Tue, 23 Jan 2018 15:57:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#46</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Sounds good, if you can figure out the steps that cause it to happen that would be great!
Keith... I have watched this closely for several days now.  I'm not able to figure out a pattern that causes it to become non-functional.  If you have just a couple of different windows open and swi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Sounds good, if you can figure out the steps that cause it to happen that would be great!</div></div><br/>
<br/>
Keith... I have watched this closely for several days now.  I'm not able to figure out a pattern that causes it to become non-functional.  If you have just a couple of different windows open and switch between the two, there is no problem.  But sometimes clicking on a link or shortcut, causes another window to open, which that operation can cause again, another window to open.  Somewhere in that process, the failure occurs.  That said... sometimes it will start working at some point down the road without doing anything to re-enable it.<br/>
<br/>
There is another function in DF, called Monitor Fading.  This only highlights the 'inactive' monitors, but it seems to keep up nicely when you change monitors.  So, if you could set up something like this... only with the Red Outline on the 'active' monitor, I think it would work great.  That way there is much less for DF to track than switching with the active 'window'.<br/>
<br/>
Just my 2cents worth.....<br/>
<br/>
Thanks......<br/>
Jim
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Highlight ACTIVE window</title>
<link>https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#45</link>
<pubDate>Thu, 18 Jan 2018 16:46:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/highlight-active-window/?ID=4137e449-69ff-4f1c-80c2-01e126e56ba7#45</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sounds good, if you can figure out the steps that cause it to happen that would be great!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sounds good, if you can figure out the steps that cause it to happen that would be great!
</div>
]]></content:encoded>
</item>
</channel>
</rss>