<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; Eddie VanArsdall</title>
	<atom:link href="http://idratherbewriting.com/tag/eddie-vanarsdall/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Mon, 13 Feb 2012 22:26:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flare Context Sensitive Help – Focusing the Minimized Help Window Back on Top</title>
		<link>http://idratherbewriting.com/2009/01/08/flare-context-sensitive-help-%e2%80%93-focusing-the-minimized-help-window-back-on-top/</link>
		<comments>http://idratherbewriting.com/2009/01/08/flare-context-sensitive-help-%e2%80%93-focusing-the-minimized-help-window-back-on-top/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 06:00:07 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[context-sensitive help]]></category>
		<category><![CDATA[Eddie VanArsdall]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=2614</guid>
		<description><![CDATA[Context-sensitive help in Madcap Flare is pretty easy to set up – you just follow the steps in Flare&#8217;s context-sensitive help instructions. However, there&#8217;s a usability problem that you must work around for the context-sensitive help to be successful. Let me explain. When the user clicks a context-sensitive help link, a help window appears, as it should. But suppose the user doesn&#8217;t close the help window, ... <a href="http://idratherbewriting.com/2009/01/08/flare-context-sensitive-help-%e2%80%93-focusing-the-minimized-help-window-back-on-top/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Context-sensitive help in Madcap Flare is pretty easy to set up – you just follow the steps in Flare&#8217;s <a href="http://www.madcapsoftware.com/support/webhelp/flare/Content/CSH/About_Context_Sensitive_Help.htm">context-sensitive help</a> instructions. However, there&#8217;s a usability problem that you must work around for the context-sensitive help to be successful.</p>
<p>Let me explain. When the user clicks a context-sensitive help link, a help window appears, as it should. But suppose the user doesn&#8217;t close the help window, but instead clicks back to the application. The help window minimizes. Now the user then clicks another context-sensitive help link. The new help topic loads in the existing help window, sure enough, <em>but that help window remains minimized.</em> The minimized help window doesn&#8217;t automatically come to focus on top. As a result, the user thinks the help link is broken.</p>
<p>Fortunately, the solution is simple. <span id="more-2614"></span></p>
<ol>
<li>Go to <strong>C:\Program Files\MadCap Software\MadCap Flare V4\Flare.app\Resources\WebHelp</strong> or wherever you installed Flare.</li>
<li>Open <strong>Default.js </strong>in Notepad.</li>
<li>Search for <strong>window.open( cshString, &#8220;_MCWebHelpCSH&#8221;, browserOptions + size );</strong> and delete it. Note: If you copy this string from this post, make sure you retype the quotation marks, since my stylesheet renders then as curly quotes instead. The quotation marks should be straight.</li>
<li>Insert these two lines in its place:</li>
<blockquote><p><strong>var newWindow = window.open( cshString, &#8220;_MCWebHelpCSH&#8221;, browserOptions + size );</strong></p>
<p><strong>newWindow.focus();</strong></p>
<p>Note: See note in step3 about making the curly quotation marks straight. Otherwise it won&#8217;t work.</p></blockquote>
<li>Completely wipe away the previously published target and reupload or republish your files.</li>
</ol>
<p>Now when the user clicks subsequent context-sensitive help links, even if the help window is minimized, it will come to focus on top. Perfect.</p>
<p><strong>Tip:</strong> If you use Madcap Flare, I highly recommend that you subscribe to <a href="http://www.vanarsdall-infodesign.com/">Eddie VanArsdall&#8217;s blog: Simplifying Complexity</a>. Eddie is a certified Flare instructor and provides tips about Flare on his blog.</p>
<p><strong>Note: </strong>As always, Flare doesn&#8217;t support changes to the core files. When you upgrade to Flare 4.2, your changes will be lost. In that case, keep this post handy.</p>
<h3>Coding the Javascript Help Link</h3>
<p>By the way, if you read Flare&#8217;s instructions for implementing context-sensitive help in a web application, the javascript example is generally given as follows:</p>
<blockquote><p>&lt;input type=&#8221;button&#8221; value=&#8221;Open Help System&#8221; onclick=&#8221;FMCOpenHelp( 1000, null, null, null );&#8221; /&gt;</p></blockquote>
<p>This link creates a button. If you don&#8217;t want the button, code the javascript link like this:</p>
<blockquote><p>&lt;a href=&#8221;javascript:FMCOpenHelp (1000, null, null, null);&#8221;&gt;Help&lt;/a&gt;</p></blockquote>
<p>
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/01/08/flare-context-sensitive-help-%e2%80%93-focusing-the-minimized-help-window-back-on-top/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

