<?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: Active Window Pauses When Mirroring</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=01965548-a28c-7501-846e-1489539039c2" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=01965548-a28c-7501-846e-1489539039c2</link>
<description>DisplayFusion RSS: Active Window Pauses When Mirroring</description>
<lastBuildDate>Sat, 23 May 2026 02:20:31 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=01965548-a28c-7501-846e-1489539039c2</generator>
<item>
<title>RE: Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#6</link>
<pubDate>Wed, 30 Apr 2025 16:51:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for sending that over. This is expected if your minimizing the application, as DisplayFusion needs a visisble window to mirror.
Does the same issue happen if you just click a different app to focus instead?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for sending that over. This is expected if your minimizing the application, as DisplayFusion needs a visisble window to mirror. <br/>
<br/>
Does the same issue happen if you just click a different app to focus instead?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#5</link>
<pubDate>Thu, 24 Apr 2025 17:22:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused
Any update?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused</div></div><br/>
<br/>
Any update?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#4</link>
<pubDate>Mon, 21 Apr 2025 18:59:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Here's a video to show you what I'm trying to do. This is an app I downloaded from the MS store. But it happens with Youtube, etc.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Here's a video to show you what I'm trying to do. This is an app I downloaded from the MS store. But it happens with Youtube, etc.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#3</link>
<pubDate>Mon, 21 Apr 2025 17:45:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused
I'm using this:
using System;
using System.Drawing;
// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window wh...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused</div></div><br/>
<br/>
I'm using this:<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/>
//   - Trigger target when run by a Trigger 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/>
        // Mirror the window and move it        <br/>
        IntPtr mirrorWindow = BFS.DisplayFusion.MirrorWindow(windowHandle);<br/>
        BFS.Window.MoveToMonitorMaximized(1, mirrorWindow);<br/>
        <br/>
        // Loop until key is pressed<br/>
        while (true)<br/>
        {<br/>
            // if you press Ctrl + Shift + F2 together, close the Mirror Window and exit the script<br/>
            if (BFS.Input.IsKeyDown("17;16;112"))<br/>
            {<br/>
                BFS.Window.Close(mirrorWindow);<br/>
                break;<br/>
            }<br/>
                <br/>
            // sleep for a bit so we don't run-up the CPU<br/>
            BFS.General.Sleep(50);<br/>
        }        <br/>
    }<br/>
}<br/>
<br/>
I modified it so I could use different SHFT+CTRL+F# to kill the mirror. This one goes to monitor 1 and uses SHFT+CTRL+F1 to close the mirror.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#2</link>
<pubDate>Mon, 21 Apr 2025 17:13:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Which mirror function are you using? If you're using the "Mirror Window" function it shouldn't be pausing when another window is focused
</div>
]]></content:encoded>
</item>
<item>
<title>Active Window Pauses When Mirroring</title>
<link>https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2</link>
<pubDate>Sun, 20 Apr 2025 22:19:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/active-window-pauses-when-mirroring/?ID=01965548-a28c-7501-846e-1489539039c2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I've got a function in the titlebar that I can click that will mirror the window to a specific monitor. Unfortunately, when that window becomes unfocused the mirror pauses. I'm trying to find a way so that any mirrors continue without pausing if they're not based on the active (focused) window.
...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've got a function in the titlebar that I can click that will mirror the window to a specific monitor. Unfortunately, when that window becomes unfocused the mirror pauses. I'm trying to find a way so that any mirrors continue without pausing if they're not based on the active (focused) window.<br/>
<br/>
For reference: I'm using this in a game shop. We have 3 TVs tied to a single PC. Our judges can mirror the standings to a particular TV. But items like a timer or video stop when the user switches to a different active window.
</div>
]]></content:encoded>
</item>
</channel>
</rss>