<?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: Working with Triggers</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=43b31609-4ec6-4478-99f8-a1f11e9793f7" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=43b31609-4ec6-4478-99f8-a1f11e9793f7</link>
<description>DisplayFusion RSS: Working with Triggers</description>
<lastBuildDate>Sat, 06 Jun 2026 02:25:55 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=43b31609-4ec6-4478-99f8-a1f11e9793f7</generator>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#39</link>
<pubDate>Tue, 07 Jan 2025 15:04:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#39</guid>
<category>DisplayFusion</category>
<description><![CDATA[Just wanted to follow up and let you know we've added in a Copy button to the trigger window in our latest version]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Just wanted to follow up and let you know we've added in a Copy button to the trigger window in our latest version <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#38</link>
<pubDate>Tue, 23 Jun 2020 12:50:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#38</guid>
<category>DisplayFusion</category>
<description><![CDATA[The comments chain here is getting pretty long, so we're going to lock this thread. If you have any questions or issues using Triggers, please create a new topic in the Discussions, or contact us here: https://www.displayfusion.com/Support/#contact
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The comments chain here is getting pretty long, so we're going to lock this thread. If you have any questions or issues using Triggers, please create a new topic in the <a href="https://www.displayfusion.com/Discussions/" target="_blank" rel="nofollow"><b>Discussions</b></a>, or contact us here: <a href="https://www.displayfusion.com/Support/#contact" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/Support/#contact</b></a><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#37</link>
<pubDate>Tue, 23 Jun 2020 02:42:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#37</guid>
<category>DisplayFusion</category>
<description><![CDATA[Can your JS script read from the registry? If so, you could create a scripted function in DisplayFusion that writes the current monitor profile name to the registry.
Get the Monitor Profile name: BFS.DisplayFusion.GetCurrentMonitorProfile
Write to the registry: BFS.ScriptSettings.WriteValue
Yo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Can your JS script read from the registry? If so, you could create a scripted function in DisplayFusion that writes the current monitor profile name to the registry.<br/>
<br/>
Get the Monitor Profile name: <a href="https://www.displayfusion.com/ScriptedFunctions/Help/#bfs_displayfusion_getcurrentmonitorprofile" target="_blank" rel="nofollow"><b>BFS.DisplayFusion.GetCurrentMonitorProfile</b></a><br/>
<br/>
Write to the registry: <a href="https://www.displayfusion.com/ScriptedFunctions/Help/#bfs_scriptsettings_writevalue" target="_blank" rel="nofollow"><b>BFS.ScriptSettings.WriteValue</b></a><br/>
<br/>
You can then have your Trigger rule run that scripted function.<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#36</link>
<pubDate>Sat, 20 Jun 2020 19:55:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#36</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is there any way to pass parameters/arguments from triggers to functions? When I use the Monitor Profile Changed trigger, I want the function that I run (a call to run Nodejs with a JS script) to be able to know what profile it was changed to.
Alternatively, is there any way to hook into DF to l...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there any way to pass parameters/arguments from triggers to functions? When I use the <i>Monitor Profile Changed</i> trigger, I want the function that I run (a call to run Nodejs with a JS script) to be able to know what profile it was changed to.<br/>
<br/>
Alternatively, is there any way to hook into DF to listen for monitor profile changes? Particularly, I'm looking for a way to do this from Nodejs, but basically any other thing that can be executed can be used. (For example, I'm using Nodejs to set the monitor profile via a command exec to the CLI)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#35</link>
<pubDate>Tue, 16 Jun 2020 17:49:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#35</guid>
<category>DisplayFusion</category>
<description><![CDATA[There isn't a way to use different events for the same rule, no, sorry! We're planning to add a duplicate button for the Trigger rules in a future update though.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't a way to use different events for the same rule, no, sorry! We're planning to add a duplicate button for the Trigger rules in a future update though.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#34</link>
<pubDate>Tue, 16 Jun 2020 13:32:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#34</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is it possible to make two different events fire the same Trigger? I want Window Created
and Monitor Profile Changed
. (I searched help and couldn't find anything on this.)
If not, I presume I have to duplicate the Trigger. Do I have to laboriously copy all the Match conditions and Actions, or...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is it possible to make two different events fire the same Trigger? I want <div class="Inline"><pre>Window Created</pre></div> and <div class="Inline"><pre>Monitor Profile Changed</pre></div>. (I searched help and couldn't find anything on this.)<br/>
<br/>
If not, I presume I have to duplicate the Trigger. Do I have to laboriously copy all the Match conditions and Actions, or is there same way to duplicate? (I searched help and couldn't find one.)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#33</link>
<pubDate>Tue, 09 Jun 2020 20:45:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#33</guid>
<category>DisplayFusion</category>
<description><![CDATA[@David: I've added that to our feature request list, thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@David: I've added that to our feature request list, thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#32</link>
<pubDate>Tue, 09 Jun 2020 20:19:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#32</guid>
<category>DisplayFusion</category>
<description><![CDATA[It would seem like it would be nice if DF would switch Monitor Profiles automatically when monitors are enabled/disabled physically (or perhaps in Windows) and then the Monitor Change Event could be used.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It would seem like it would be nice if DF would switch Monitor Profiles automatically when monitors are enabled/disabled physically (or perhaps in Windows) and then the Monitor Change Event could be used.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#31</link>
<pubDate>Tue, 09 Jun 2020 02:31:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#31</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'd love a built-in trigger for monitor setup changes, e.g. if a monitor is plugged/unplugged.
I've built this myself by:
1) Running a powershell script to listen for WM_DISPLAYCHANGE using a System.EventHandler
2) Having this PS script launch a process with a specific command line string
3) ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'd love a built-in trigger for monitor setup changes, e.g. if a monitor is plugged/unplugged.<br/>
<br/>
I've built this myself by:<br/>
1) Running a powershell script to listen for <a href="https://docs.microsoft.com/en-us/windows/win32/gdi/wm-displaychange" target="_blank" rel="nofollow"><b>WM_DISPLAYCHANGE</b></a> using a System.EventHandler<br/>
2) Having this PS script launch a process with a specific command line string<br/>
3) Creating a "Process created" trigger that monitors process command lines for the exact string that appears<br/>
<br/>
It's a hack, but it totally works! Just a few lines of code too. Think this kind of thing could be coded in? Surely it wouldn't break anything 🙃 does DF monitor for this event already? I'd guess it does, somewhere, for something...
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#30</link>
<pubDate>Tue, 12 May 2020 21:06:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#30</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
It sure is! On the Settings &gt; Functions tab, double-click the "Toggle Triggers" function in the list and then you can set a hotkey on it
Hope that helps!
Great, thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>It sure is! On the Settings &gt; Functions tab, double-click the "Toggle Triggers" function in the list and then you can set a hotkey on it <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Hope that helps!</div></div><br/>
<br/>
Great, thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#29</link>
<pubDate>Tue, 12 May 2020 00:39:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#29</guid>
<category>DisplayFusion</category>
<description><![CDATA[It sure is! On the Settings  Functions tab, double-click the "Toggle Triggers" function in the list and then you can set a hotkey on it
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sure is! On the Settings > Functions tab, double-click the "Toggle Triggers" function in the list and then you can set a hotkey on it <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#28</link>
<pubDate>Thu, 07 May 2020 12:06:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#28</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi!
Is there any way to disable triggers without opening the settings? For example using a keyboard shortcut or taskbar icon's context menu?
In my case after starting DisplayFusion - trigger open a lot of Windows and this is very convenient but not always.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi!<br/>
<br/>
Is there any way to disable triggers without opening the settings? For example using a keyboard shortcut or taskbar icon's context menu?<br/>
<br/>
In my case after starting DisplayFusion - trigger open a lot of Windows and this is very convenient but not always.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#27</link>
<pubDate>Mon, 27 Apr 2020 20:34:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#27</guid>
<category>DisplayFusion</category>
<description><![CDATA[@MarkOTeam: Let's move this to a new discussions topic (or email) so we don't take up too much space in the comments for the how-to guide. Could you post a new Discussions topic, or send a support request and include a backup of the settings from the affected machine?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@MarkOTeam: Let's move this to a new discussions topic (or email) so we don't take up too much space in the comments for the how-to guide. Could you post a new Discussions topic, or <a href="https://www.displayfusion.com/Support/#contact" target="_blank" rel="nofollow"><b>send a support request</b></a> and include a backup of the settings from the affected machine?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#26</link>
<pubDate>Sat, 25 Apr 2020 06:39:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#26</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
@MarkOteam: Are your Triggers for the Office apps set to use Window Created, or Window Focused?
Hi, Word and Outlook are on Window Focused.
All the other triggers are set to Window Created.
@KEITH LAMMERS (BFS)  anything you can suggest, Outlook messages opening on the screen 2 maximis...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>@MarkOteam: Are your Triggers for the Office apps set to use Window Created, or Window Focused?</div></div><br/>
<br/>
Hi, Word and Outlook are on Window Focused. <br/>
All the other triggers are set to Window Created.<br/>
<br/>
@KEITH LAMMERS (BFS)  anything you can suggest, Outlook messages opening on the screen 2 maximised is a big issue for my customer.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#25</link>
<pubDate>Fri, 24 Apr 2020 20:44:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#25</guid>
<category>DisplayFusion</category>
<description><![CDATA[@MarkOteam: Are your Triggers for the Office apps set to use Window Created, or Window Focused?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@MarkOteam: Are your Triggers for the Office apps set to use Window Created, or Window Focused?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#24</link>
<pubDate>Fri, 24 Apr 2020 09:51:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#24</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Ah ok, gotcha! Could you add this to the Window Text condition in the Trigger rule? (make sure to include the dash in front)
-"Choose a date"
So if the current Window Text is set to "Microsoft Word"
, the whole thing would look like this: "Microsoft Word" -"Choose a date"
Thank you, t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Ah ok, gotcha! Could you add this to the Window Text condition in the Trigger rule? (make sure to include the dash in front)<br/>
<br/>
<div class="Inline"><pre>-"Choose a date"</pre></div><br/>
<br/>
So if the current Window Text is set to <div class="Inline"><pre>"Microsoft Word"</pre></div>, the whole thing would look like this: <div class="Inline"><pre>"Microsoft Word" -"Choose a date"</pre></div></div></div><br/>
<br/>
Thank you, this has worked for not maximising a 2nd word window.  However our customer says that Word doesn't always move to monitor 2 (the righthand screen) maximised as the trigger says to do. <br/>
<br/>
We also tried DF for moving opened Outlook message to monitor 2 (the righthand screen) <br/>
but had to take it off as there was sometimes a delay, 2 seconds for it to move.<br/>
<br/>
I have enabled logging and attach the logs. <br/>
<br/>
Can you take a look at the log and make any suggestions for our Word, Excel trigger being reliable and Outlook trigger to move as fast as possible.<br/>
<br/>
thank you.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#23</link>
<pubDate>Thu, 16 Apr 2020 01:29:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#23</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Is there a way to trigger when I plug my laptop into a dock with two monitors?  I often disconnect/reconnect during the day and it would be nice if the windows that are already open would automatically snap to the monitor they used to be on.  I've set up a Window Position Profile but I ne...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Is there a way to trigger when I plug my laptop into a dock with two monitors?  I often disconnect/reconnect during the day and it would be nice if the windows that are already open would automatically snap to the monitor they used to be on.  I've set up a Window Position Profile but I need to execute it manually each time I connect to the dock.<br/>
<br/>
Edit: I worked it out.  I learned that if I set up a Monitor Profile, I can attach my Window Position Profile to it.</div></div> Can you provide more detail about how you worked it out? I have both Monitor Profiles set up and Window Position Profiles but haven't been able to switch between position profiles automatically.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#22</link>
<pubDate>Wed, 15 Apr 2020 20:18:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#22</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ah ok, gotcha! Could you add this to the Window Text condition in the Trigger rule? (make sure to include the dash in front)
-"Choose a date"
So if the current Window Text is set to "Microsoft Word"
, the whole thing would look like this: "Microsoft Word" -"Choose a date"]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ah ok, gotcha! Could you add this to the Window Text condition in the Trigger rule? (make sure to include the dash in front)<br/>
<br/>
<div class="Inline"><pre>-"Choose a date"</pre></div><br/>
<br/>
So if the current Window Text is set to <div class="Inline"><pre>"Microsoft Word"</pre></div>, the whole thing would look like this: <div class="Inline"><pre>"Microsoft Word" -"Choose a date"</pre></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#21</link>
<pubDate>Wed, 15 Apr 2020 10:52:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#21</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Kieth.. sorry for that.. the date picker is a word plugin we have.  that when you hit 'date insert' button a box opens that lets you select a date to insert into document.  It's that window that is maximising. I've attached screen shot showing, it not maximised.
Any way to make it not maximis...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Kieth.. sorry for that.. the date picker is a word plugin we have.  that when you hit 'date insert' button a box opens that lets you select a date to insert into document.  It's that window that is maximising. I've attached screen shot showing, it not maximised. <br/>
<br/>
Any way to make it not maximise that seconday window from Word?<br/>
<br/>
Mark.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#20</link>
<pubDate>Tue, 14 Apr 2020 21:20:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#20</guid>
<category>DisplayFusion</category>
<description><![CDATA[Forgive my ignorance, but could you tell me how to open that date picker window in Word? I can't find it for the life of me!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Forgive my ignorance, but could you tell me how to open that date picker window in Word? I can't find it for the life of me!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#19</link>
<pubDate>Tue, 14 Apr 2020 13:16:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#19</guid>
<category>DisplayFusion</category>
<description><![CDATA[@Keith Lammers any ideas for this?
thank you
Mark.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@Keith Lammers any ideas for this?<br/>
thank you <br/>
Mark.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#18</link>
<pubDate>Fri, 10 Apr 2020 10:12:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#18</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
@MarkOTeam: I would set it back to "Always" instead of "Once-Per-Process" and then add this to the Window Text condition: " - Word"
That will make it only match windows that have stuff like this in the title "Document1 - Word" which should only be the main document windows, and not the c...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>@MarkOTeam: I would set it back to "Always" instead of "Once-Per-Process" and then add this to the Window Text condition: <div class="Inline"><pre>" - Word"</pre></div><br/>
<br/>
That will make it only match windows that have stuff like this in the title "Document1 - Word" which should only be the main document windows, and not the child windows.<br/>
<br/>
@Eric888: There isn't an "on drag" Trigger Event, sorry!</div></div><br/>
<br/>
Thank you, with Text condition " - Word "  the child window still opens up maximised, which is a date picker.  The title of that window is 'Chose a date...'  is there a way to make it not expand that window?<br/>
<br/>
Thanks Mark
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#17</link>
<pubDate>Fri, 27 Mar 2020 20:31:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#17</guid>
<category>DisplayFusion</category>
<description><![CDATA[@MarkOTeam: I would set it back to "Always" instead of "Once-Per-Process" and then add this to the Window Text condition: " - Word"
That will make it only match windows that have stuff like this in the title "Document1 - Word" which should only be the main document windows, and not the child win...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@MarkOTeam: I would set it back to "Always" instead of "Once-Per-Process" and then add this to the Window Text condition: <div class="Inline"><pre>" - Word"</pre></div><br/>
<br/>
That will make it only match windows that have stuff like this in the title "Document1 - Word" which should only be the main document windows, and not the child windows.<br/>
<br/>
@Eric888: There isn't an "on drag" Trigger Event, sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#16</link>
<pubDate>Tue, 24 Mar 2020 21:32:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#16</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi there
Is there a means to add a trigger like "on-drag"?
Basically, I would like to make windows semi-transparent while dragged (and back to normal after that)
TIA]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi there<br/>
Is there a means to add a trigger like "on-drag"?<br/>
Basically, I would like to make windows semi-transparent while dragged (and back to normal after that)<br/>
TIA
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Working with Triggers</title>
<link>https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#15</link>
<pubDate>Tue, 24 Mar 2020 15:25:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7#15</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi when i had windows focused, in word if another Word dialoug box opened, like a date insert we have from a plugin, it would maximise that date insert box.. taking it off focused stoped it from doing that.
but still it's not consistent.  Now when open Word app, doesn't move.  Open a Word doc, a...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi when i had windows focused, in word if another Word dialoug box opened, like a date insert we have from a plugin, it would maximise that date insert box.. taking it off focused stoped it from doing that.<br/>
but still it's not consistent.  Now when open Word app, doesn't move.  Open a Word doc, and it will move..<br/>
I've got it on Window Focused, once per-Process name.<br/>
stop processing triggers if this on matches
</div>
]]></content:encoded>
</item>
</channel>
</rss>