The best way to know for sure is to test.  So +5 for you for testing it out.<div><br></div><div>If we knew which underlying technology Calabrio is using, we could better answer this question, but again, your testing is the single source of truth.</div>
<div><br></div><div>Example: If they are using Windows Scripting Host WshShell Object, then these are the rules:</div><div>"
<span style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">In determining which application to activate, the specified title is compared to the title string of each running application. If no exact match exists, any application whose title string begins with </span><em style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">title</em><span style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left"> is activated. If an application still cannot be found, any application whose title string ends with </span><em style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">title </em><span style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">is activated. If more than one instance of the application named by </span><em style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">title </em><span style="font-family:'Segoe UI',Verdana,Arial;font-size:13px;text-align:left">exists, one instance is arbitrarily activated.</span> "</div>
<div>Source: 
<a href="http://msdn.microsoft.com/en-us/library/wzcddbek(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/wzcddbek(v=vs.85).aspx</a> </div><div><br></div><div>Example: If they are using Auto Hot Key, then these are the rules:</div>
<div>"
<span style="font-family:Verdana,Arial,Helvetica,sans-serif,'MS sans serif';font-size:12px;background-color:rgb(255,255,255)">If a matching window is already active, that window will be kept active rather than activating any other matching window beneath it. In general, if more than one window matches, the topmost (most recently used) will be activated.</span> "</div>
<div>Source: 
<a href="http://www.autohotkey.com/docs/commands/WinActivate.htm">http://www.autohotkey.com/docs/commands/WinActivate.htm</a> </div><div><br></div><div>Anthony<br><br><div class="gmail_quote">On Thu, Apr 12, 2012 at 4:51 PM, Kevin Damisch <span dir="ltr"><<a href="mailto:kevin.damisch@vitalsite.com">kevin.damisch@vitalsite.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">In UCCX 8, we are trying to get a clear answer as to how our screen pop macros interact with IE (or really any application for that matter).  Quick note - we will NOT be using the embedded browser.  The users will have multiple browsers
 open, sometimes with multiple tabs.  But for simplicity, let’s just say there are 3 IE windows open with the following text in the title bars:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">WEB – MAINACCOUNT – WINDOWS INTERNET EXPLORER</p>
<p class="MsoNormal">WEB – HISTORY – WINDOWS INTERNET EXPLORER</p>
<p class="MsoNormal">GOOGLE – WINDOWS INTERNET EXPLORER</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">If the macro has an exact match for a browser’s title bar text, it works as expected, even if minimized and another application currently has focus.  But, if the macro specifies text that is not an exact match on any open window or tab,
 what happens?  From my testing, it seems to shift focus to the most recently used browser window if there is not an exact match.  And, what if there are multiple browsers with partially the same text (such as WEB - ) in my example above?  Is there a way to
 do a partial match on the title bar, so that it could pull from either of those 2 and not use the Google one?  I think I’m out of luck, but wanted to see what others have tried.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Kevin</p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This communication (including any attachments) is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the
 intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Vital Support Systems at <a href="tel:515%20334%205700" value="+15153345700" target="_blank">515 334 5700</a> and delete or destroy all copies and the original
 document.<br>
</font>
</div>

<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>