<?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: Calling DisplayFusion built-in functions</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=66f2506c-8d68-4f1a-96ca-58575c4dcc69" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=66f2506c-8d68-4f1a-96ca-58575c4dcc69</link>
<description>DisplayFusion RSS: Calling DisplayFusion built-in functions</description>
<lastBuildDate>Tue, 07 Jul 2026 14:09:46 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=66f2506c-8d68-4f1a-96ca-58575c4dcc69</generator>
<item>
<title>RE: Calling DisplayFusion built-in functions</title>
<link>https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69#3</link>
<pubDate>Thu, 31 Mar 2016 04:03:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[That's great.  I knew there must be a way to do this.
Thank you
WHY]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That's great.  I knew there must be a way to do this.<br/>
<br/>
Thank you<br/>
WHY
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Calling DisplayFusion built-in functions</title>
<link>https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69#2</link>
<pubDate>Wed, 30 Mar 2016 19:19:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[It sure does! You can call any Function (including custom and scripted functions) by using BFS.DisplayFusion.RunFunction, like this:
Code
Copy
Select All
BFS.DisplayFusion.RunFunction("Minimize All Windows Except Current Window (All Monitors)");
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sure does! You can call any Function (including custom and scripted functions) by using BFS.DisplayFusion.RunFunction, like this:<br/>
<br/>
<div 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="#code019f3ce9d80b771d8724e5615ad1859d" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019f3ce9d80b771d8724e5615ad1859dJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;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="code019f3ce9d80b771d8724e5615ad1859dJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.DisplayFusion.RunFunction("Minimize All Windows Except Current Window (All Monitors)");</pre><textarea id="code019f3ce9d80b771d8724e5615ad1859d" name="code019f3ce9d80b771d8724e5615ad1859d" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Calling DisplayFusion built-in functions</title>
<link>https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69</link>
<pubDate>Mon, 28 Mar 2016 20:18:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/calling-displayfusion-built-in-functions/?ID=66f2506c-8d68-4f1a-96ca-58575c4dcc69</guid>
<category>DisplayFusion</category>
<description><![CDATA[I am learning to build my own functions.  I know how to call macros by referencing the help file and using the "Insert Code" helper.  But how do I call the functions that are included in DF?
For example, the first function under "Functions" under "Window Move/Size" is "Minimize All Windows Excep...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I am learning to build my own functions.  I know how to call macros by referencing the help file and using the "Insert Code" helper.  But how do I call the functions that are included in DF?  <br/>
<br/>
For example, the first function under "Functions" under "Window Move/Size" is "Minimize All Windows Except Current Window (Al Monitors)".  Does it have a function name that I can call from my own function?<br/>
<br/>
Thanks<br/>
why (a DF rookie)
</div>
]]></content:encoded>
</item>
</channel>
</rss>