<?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: Custom Script: Move Window to Top-Center</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90</link>
<description>DisplayFusion RSS: Custom Script: Move Window to Top-Center</description>
<lastBuildDate>Sun, 19 Apr 2026 16:21:23 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90</generator>
<item>
<title>RE: Custom Script: Move Window to Top-Center</title>
<link>https://www.displayfusion.com/Discussions/View/custom-script-move-window-to-top-center/?ID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90#2</link>
<pubDate>Fri, 15 May 2020 21:21:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/custom-script-move-window-to-top-center/?ID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[There actually isn't a scripting function for that. What you could do is create a Custom Function that does it on the Settings  Functions tab, and then call that by name from the script like this:
BFS.DisplayFusion.RunFunctionWithWindowHandle("custom function name", windowHandle);
We have a lis...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There actually isn't a scripting function for that. What you could do is create a Custom Function that does it on the Settings > Functions tab, and then call that by name from the script like this:<br/>
<br/>
<div class="Inline"><pre>BFS.DisplayFusion.RunFunctionWithWindowHandle("custom function name", windowHandle);</pre></div><br/>
<br/>
We have a list of all scripting functions available here: <a href="https://www.displayfusion.com/ScriptedFunctions/Help/" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/ScriptedFunctions/Help/</b></a><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Custom Script: Move Window to Top-Center</title>
<link>https://www.displayfusion.com/Discussions/View/custom-script-move-window-to-top-center/?ID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90</link>
<pubDate>Mon, 11 May 2020 13:40:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/custom-script-move-window-to-top-center/?ID=bbbb5c32-b18c-4368-bbf7-13faaa93bc90</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have a scripted function that I'm working on.  What's the command to move the current window to the top-center of the screen?  And is there a detailed help section that goes over the various commands (then I wouldn't have to ask)?
Thanks.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have a scripted function that I'm working on.  What's the command to move the current window to the top-center of the screen?  And is there a detailed help section that goes over the various commands (then I wouldn't have to ask)?<br/>
<br/>
Thanks.
</div>
]]></content:encoded>
</item>
</channel>
</rss>