<?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: How to know when Load Monitor Profile is complete</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4</link>
<description>DisplayFusion RSS: How to know when Load Monitor Profile is complete</description>
<lastBuildDate>Sun, 19 Apr 2026 18:06:33 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4</generator>
<item>
<title>RE: How to know when Load Monitor Profile is complete</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4#3</link>
<pubDate>Fri, 13 Nov 2020 05:04:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I ended up using...
Code
Copy
Select All
BFS.DisplayFusion.RunFunctionAndWait("Load Monitor Profile: 3_on");
and waited on the built in function...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I ended up using...<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019da6ec3d8c76a482e430af979a12d4" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019da6ec3d8c76a482e430af979a12d4Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019da6ec3d8c76a482e430af979a12d4Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.DisplayFusion.RunFunctionAndWait("Load Monitor Profile: 3_on");</pre><textarea id="code019da6ec3d8c76a482e430af979a12d4" name="code019da6ec3d8c76a482e430af979a12d4" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
and waited on the built in function...
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to know when Load Monitor Profile is complete</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4#2</link>
<pubDate>Fri, 13 Nov 2020 04:19:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Wondering if I could use this in some way...
Code
Copy
Select All
bool ok = BFS.DisplayFusion.RunFunctionAndWait("My Load Monitor Profile");
Thought being to make a script that loads the monitor profile and use RunFunctionAndWait to call it in a 2nd script.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Wondering if I could use this in some way...<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019da6ec3d9870a5803dbd91a0b41566" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019da6ec3d9870a5803dbd91a0b41566Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019da6ec3d9870a5803dbd91a0b41566Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">bool ok = BFS.DisplayFusion.RunFunctionAndWait("My Load Monitor Profile");</pre><textarea id="code019da6ec3d9870a5803dbd91a0b41566" name="code019da6ec3d9870a5803dbd91a0b41566" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Thought being to make a script that loads the monitor profile and use RunFunctionAndWait to call it in a 2nd script.
</div>
]]></content:encoded>
</item>
<item>
<title>How to know when Load Monitor Profile is complete</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4</link>
<pubDate>Fri, 13 Nov 2020 03:14:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-know-when-load-monitor-profile-is-complete/?ID=51c2312c-1b1b-43ce-b1ab-d18c9320e8e4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is there a way to know when a load monitor profile via script completes.
I am writing a script where I want to load the monitor profile and then load an app BUT I want to make sure the monitors are all on before I launch the app.... It usually takes a few seconds or so for the monitors to all lo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there a way to know when a load monitor profile via script completes.<br/>
<br/>
I am writing a script where I want to load the monitor profile and then load an app BUT I want to make sure the monitors are all on before I launch the app.... It usually takes a few seconds or so for the monitors to all load.... anyway I can be precise in my script with launching my app...?<br/>
<br/>
script so far looks like this:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019da6ec3da277cbbe2ad7ec79b607aa" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019da6ec3da277cbbe2ad7ec79b607aaJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019da6ec3da277cbbe2ad7ec79b607aaJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Trigger target when run by a Trigger rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        //Gets name of current monitor profile
        //After effects needs profile named 3_on
        string profileName = BFS.DisplayFusion.GetCurrentMonitorProfile();
        
        if (profileName != "3_on"){
            BFS.DisplayFusion.LoadMonitorProfile("3_on");
        }
        //Need to wait
        //launch app
        //maximize app window
    }
}</pre><textarea id="code019da6ec3da277cbbe2ad7ec79b607aa" name="code019da6ec3da277cbbe2ad7ec79b607aa" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
</channel>
</rss>