<?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: Disable/Hide a certain taskbar when application starts</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=0196e8e9-a647-71aa-bb00-6236c4f374d7" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=0196e8e9-a647-71aa-bb00-6236c4f374d7</link>
<description>DisplayFusion RSS: Disable/Hide a certain taskbar when application starts</description>
<lastBuildDate>Sun, 05 Apr 2026 17:20:02 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=0196e8e9-a647-71aa-bb00-6236c4f374d7</generator>
<item>
<title>RE: Disable/Hide a certain taskbar when application starts</title>
<link>https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#5</link>
<pubDate>Wed, 21 May 2025 12:29:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[That solved my issue, thank you!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That solved my issue, thank you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Disable/Hide a certain taskbar when application starts</title>
<link>https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#4</link>
<pubDate>Wed, 21 May 2025 12:16:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can use a 0 instead of a decimal, like this: 202]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can use a 0 instead of a decimal, like this: 202
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Disable/Hide a certain taskbar when application starts</title>
<link>https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#3</link>
<pubDate>Tue, 20 May 2025 19:55:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[The function only takes an uInteger (whole numbers) and refers to a monitor ID. Since I'm using a split monitor, the monitor ID is a uDouble (2.2).]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The function only takes an uInteger (whole numbers) and refers to a monitor ID. Since I'm using a split monitor, the monitor ID is a uDouble (2.2).
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Disable/Hide a certain taskbar when application starts</title>
<link>https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#2</link>
<pubDate>Tue, 20 May 2025 14:59:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can use this line in a scripted function to enable/disable a taskbar for a specific monitor ID, and then attach it to a trigger to run when a specific window is created/destroyed for an app:
Code
Copy
Select All
BFS.DisplayFusion.EnableTaskbar(1);
BFS.DisplayFusion.DisableTaskbar(1);
We...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can use this line in a scripted function to enable/disable a taskbar for a specific monitor ID, and then attach it to a trigger to run when a specific window is created/destroyed for an app:<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="#code019d5ea8a16877f8b0fdd2e805388758" 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('code019d5ea8a16877f8b0fdd2e805388758Js'); 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="code019d5ea8a16877f8b0fdd2e805388758Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.DisplayFusion.EnableTaskbar(1);

BFS.DisplayFusion.DisableTaskbar(1);</pre><textarea id="code019d5ea8a16877f8b0fdd2e805388758" name="code019d5ea8a16877f8b0fdd2e805388758" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
We have a guide on creating triggers here: <a href="https://www.displayfusion.com/HelpGuide/Triggers/" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/HelpGuide/Triggers/</b></a><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Disable/Hide a certain taskbar when application starts</title>
<link>https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7</link>
<pubDate>Mon, 19 May 2025 14:19:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/disablehide-a-certain-taskbar-when-application-starts/?ID=0196e8e9-a647-71aa-bb00-6236c4f374d7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is there a way to disable/Hide a certain taskbar when application starts?
I have a single monitor split into three virtual monitors. When I open a specific program, I want the taskbar on the middle (monitor 1.2) to disappear. Can this be done?
Couldn't find the option from triggers or compatabi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there a way to disable/Hide a certain taskbar when application starts?<br/>
<br/>
I have a single monitor split into three virtual monitors. When I open a specific program, I want the taskbar on the middle (monitor 1.2) to disappear. Can this be done? <br/>
<br/>
Couldn't find the option from triggers or compatability (compatability only has the option to disable <i>all</i> taskbars).
</div>
]]></content:encoded>
</item>
</channel>
</rss>