<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: floatingPane in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65908#M5780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.esri.com/message/422726#422726" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: floatingPane&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="3327" data-externalid="" data-presence="null" data-userid="55033" data-username="riyasdeen_b" href="https://community.esri.com/people/riyasdeen_b" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;"&gt;&lt;IMG alt="Riyas Deen" border="0" class="jive-avatar jive-image" data-avatarid="3327" data-height="46" data-username="riyasdeen_b" height="46" src="https://community.esri.com/people/riyasdeen_b/avatar/46.png?a=3327" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;SPAN class="j-status-levels j-gamification-status-level" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Level 5" class="jive-image" src="https://assets.bunchball.net/badges/levels/L5.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" title="Level 5" /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.esri.com/people/riyasdeen_b"&gt;riyasdeen_b&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; proposition to rewrite the entire code for just closing and reopening the floating pane, I think is too much. &lt;STRONG style="font-size: 12px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A href="https://community.esri.com/people/kenbuja"&gt;kenbuja&lt;/A&gt;‌'s short-cut looks interesting, but still trying to figure out how to may be add a close link in the title bar to hide the panel on click event....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 17:56:21 GMT</pubDate>
    <dc:creator>RichardMoussopo</dc:creator>
    <dc:date>2014-09-16T17:56:21Z</dc:date>
    <item>
      <title>floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65904#M5776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a declarative floatingPane that opens on a button click. but once closed, it won't open again. Apparently, the floating pane get destroyed after closing. how do I overwrite that behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div data-dojo-type="dijit/form/Button" id="measure" data-dojo-props="iconClass:'measureIcon'" title="Measure"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onclick="showDialogMeasure()"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Dialog Measurements--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div data-dojo-type="dojox.layout.FloatingPane" id="dFloatingPane"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-props="resizable:true, dockable:false, title:'Measurement'"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="position: absolute; top: 30%; left: 25%; width: 280px; height: 180px; visibility: hidden; padding: 0; margin: 0;"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="measurementDiv" class="divMeasurement"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14108735463261030 jive_text_macro" jivemacro_uid="_14108735463261030" modifiedtitle="true"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14108736937865922" jivemacro_uid="_14108736937865922"&gt;
&lt;P&gt;function showDialogMeasure() {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dijit.byId("dFloatingPane").style.visibility === "hidden") {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dijit.byId("dFloatingPane").show();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dijit.byId("dFloatingPane").show();&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65904#M5776</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T13:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65905#M5777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had one hell of a time trying to manipulate the default floatingpane close behaviour. Then finally ended up recreating the floating pane every time i required it. Here's an extract if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14108751157245198 jive_text_macro" jivemacro_uid="_14108751157245198"&gt;
&lt;P&gt;createMeasurement: function () {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; console.log("Entered Method: " + arguments.callee.nom);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // On show move the top position by height of toolbar. This needs to be done if using API version 3.0 or above. and not needed for API 2.8 or below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; // Same has to be done for left position using contents pane width, if contents panel is left oriented.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this.deleteWidgetsRecursive("measurementPanel");&lt;/P&gt;
&lt;P&gt;&amp;nbsp; var holder = new dojo.create('div', { &lt;/P&gt;
&lt;P&gt;&amp;nbsp; id: 'measurementPanelHolder'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._floatingContainer.containerNode.appendChild(holder);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._measurementPanel = new dojox.layout.FloatingPane({&lt;/P&gt;
&lt;P&gt;&amp;nbsp; id: "measurementPanel",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; title: "Measurement",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; closable: true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; resizable: false, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; dockable: false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; isLayoutContainer: true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; doLayout: true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dockTo: this._dock,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; style: 'top:25px;left:0px;width:210px;height:120px;z-index:101;'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }, dojo.byId('measurementPanelHolder')).placeAt(this._floatingContainer.containerNode, "last");&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._measurementPanel.containerNode.appendChild(new dojo.create('div', { &lt;/P&gt;
&lt;P&gt;&amp;nbsp; id: 'measurementDiv',&lt;/P&gt;
&lt;P&gt;&amp;nbsp; style: 'font-family: tahoma; font-size: medium;'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp; );&lt;/P&gt;
&lt;P&gt;&amp;nbsp; //dojo.connect(this._measurementPanel, "onShow", dojo.hitch(this, function () { this._measurementPanel.isVisible = true; }));&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._measurementWidget = new esri.dijit.Measurement({&lt;/P&gt;
&lt;P&gt;&amp;nbsp; map: this._map,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; defaultAreaUnit: esri.Units.SQUARE_KILOMETERS,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; defaultLengthUnit: esri.Units.KILOMETERS&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }, dojo.byId("measurementDiv")).placeAt(this._measurementPanel.containerNode);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dojo.connect(this._measurementWidget.area, "onClick", dojo.hitch(this, function () {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._map.setMapCursor('url(cursors/Measure_Area.cur), auto');&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dojo.connect(this._measurementWidget.distance, "onClick", dojo.hitch(this, function () {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._map.setMapCursor('url(cursors/Measure_Distance.cur), auto');&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dojo.connect(this._measurementWidget.location, "onClick", dojo.hitch(this, function () {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._map.setMapCursor('url(cursors/Measure_Point.cur), auto');&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dojo.connect(this._measurementWidget, "onMeasureEnd", dojo.hitch(this, function(activeTool,geometry){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if (activeTool === "location") {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this.setCursorToActiveTool();&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; dojo.connect(this._measurementPanel.closeNode, "onclick", dojo.hitch(this, function(){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this.setCursorToActiveTool();&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._measurementPanel.startup();&lt;/P&gt;
&lt;P&gt;&amp;nbsp; this._measurementWidget.startup();&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65905#M5777</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-09-16T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65906#M5778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how I achieve this affect.&amp;nbsp; Set the class to display none in your css.&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14108763953104879" jivemacro_uid="_14108763953104879"&gt;
&lt;P&gt;&amp;lt;img id="layerID" alt="" src="images\layers.png" Title="Layers" onclick="toggle('layerList')" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;div id="layerList" class="floating-layerMenuWhite2" style="width:250px; height:400px;"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65906#M5778</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-09-16T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65907#M5779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I've done with the FloatingPane in my application is to create it with the closable property set to false to prevent it from being closed. The downarrow control still lets the user "close" it by hiding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14108878627264455" jivemacro_uid="_14108878627264455"&gt;
&lt;P&gt;&amp;lt;div id="divFloatingPane"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-type="dojox/layout/FloatingPane"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-props="resizable:false, dockable:true, closable:false, title:'test'"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="position:absolute;top:50px;left:50px;width:300px;height:220px;visibility:hidden;"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script, I use this to get a reference to the FloatingPane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14108881170946328 jive_text_macro" jivemacro_uid="_14108881170946328"&gt;
&lt;P&gt;fpVideo = registry.byId("divFloatingPane");&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I can then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14108881489766264" jivemacro_uid="_14108881489766264"&gt;
&lt;P&gt;fpVideo.show();&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I want to open it programmatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 17:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65907#M5779</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T17:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65908#M5780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.esri.com/message/422726#422726" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: floatingPane&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="3327" data-externalid="" data-presence="null" data-userid="55033" data-username="riyasdeen_b" href="https://community.esri.com/people/riyasdeen_b" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;"&gt;&lt;IMG alt="Riyas Deen" border="0" class="jive-avatar jive-image" data-avatarid="3327" data-height="46" data-username="riyasdeen_b" height="46" src="https://community.esri.com/people/riyasdeen_b/avatar/46.png?a=3327" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;SPAN class="j-status-levels j-gamification-status-level" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Level 5" class="jive-image" src="https://assets.bunchball.net/badges/levels/L5.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" title="Level 5" /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.esri.com/people/riyasdeen_b"&gt;riyasdeen_b&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; proposition to rewrite the entire code for just closing and reopening the floating pane, I think is too much. &lt;STRONG style="font-size: 12px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A href="https://community.esri.com/people/kenbuja"&gt;kenbuja&lt;/A&gt;‌'s short-cut looks interesting, but still trying to figure out how to may be add a close link in the title bar to hide the panel on click event....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 17:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65908#M5780</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65909#M5781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard, this is what my floating pane looks like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="floatingpane.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/12860_floatingpane.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The down arrow in the upper right corner is what hides the pane. If you want access to the hide event, this is the code that fires it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14108920886343237 jive_text_macro" jivemacro_uid="_14108920886343237" modifiedtitle="true"&gt;
&lt;P&gt;aspect.after(fpVideo, 'hide', function () { console.log("aspect hide"); });&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 18:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65909#M5781</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65910#M5782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ken, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my floatingPane does not seem to have that down arrow. how do you get the narrow down to show up like yours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see bellow, my floatingPanel after setting to false&amp;nbsp; the closable option and still no down narrow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="floatingPane without close btn.PNG" class="jive-image image-1" src="/legacyfs/online/12863_floatingPane without close btn.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 18:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65910#M5782</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65911#M5783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting dockable to true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14108935495037365 jive_text_macro" jivemacro_uid="_14108935495037365" modifiedtitle="true"&gt;
&lt;P&gt;&amp;lt;!--Dialog Measurements--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div data-dojo-type="dojox.layout.FloatingPane" id="dFloatingPane"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-props="resizable:true, dockable:true, closable:false, title:'Measurement'"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="position: absolute; top: 30%; left: 25%; width: 280px; height: 180px; visibility: hidden; padding: 0; margin: 0;"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="measurementDiv" class="divMeasurement"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 18:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65911#M5783</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T18:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65912#M5784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65912#M5784</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65913#M5785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't have to do anything special with the measurement widget.&amp;nbsp; All you need to do is load in the correct modules and take the code from ESRI and put it in your application.&amp;nbsp; I'm sure you're already using this &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html"&gt;sample&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my HTML.&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14108940512247097" jivemacro_uid="_14108940512247097"&gt;
&lt;P&gt;&amp;lt;div style="position:absolute; right:10px; bottom:40px; z-Index:999;-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.49); -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.49); box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.49);"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="titlePane" data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Measurement', closable:'false', open:'false'"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="measurementDiv"&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65913#M5785</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-09-16T19:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65914#M5786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my FloatingPane, I also have resizable set to false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65914#M5786</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T19:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65915#M5787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this &lt;A href="http://jsbin.com/zetilu/1/edit"&gt;JSBin code&lt;/A&gt; that seems to work properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65915#M5787</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65916#M5788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Steven, &lt;/P&gt;&lt;P&gt;I could just use a simple div, but I do like the idea of the floating pane for my other tools and being able the move the panel around the page...&lt;/P&gt;&lt;P&gt;I wish the floating panel could be that simple, now it's almost 8 hours that I am trying to figure this thing out!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 20:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65916#M5788</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65917#M5789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ken, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your short-cut is a really nice work around.&lt;/P&gt;&lt;P&gt;mine still does not show the down arrow but it does hide when I click on the top right corner of the title pane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 20:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65917#M5789</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T20:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65918#M5790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you include the FloatingPane.css?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 20:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65918#M5790</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-16T20:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65919#M5791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did.&lt;/P&gt;&lt;P&gt;found it. was the image link in my css...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.dojoxFloatingMinimizeIcon {&lt;/P&gt;&lt;P&gt;&amp;nbsp; background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; &lt;/P&gt;&lt;P&gt;&amp;nbsp; width:7px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; margin: 0px 4px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; overflow:hidden;&lt;/P&gt;&lt;P&gt;&amp;nbsp; float:right; &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for now I am using this short-cut even thought it is just minimizing the panel on bottom of&amp;nbsp; of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 20:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65919#M5791</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2014-09-16T20:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65920#M5792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a read of &lt;A _jive_internal="true" href="https://community.esri.com/message/342697?sr=search&amp;amp;searchId=e912b943-0f92-4cca-9ce3-093c5d40d80e&amp;amp;searchIndex=10#342697" title="https://community.esri.com/message/342697?sr=search&amp;amp;searchId=e912b943-0f92-4cca-9ce3-093c5d40d80e&amp;amp;searchIndex=10#342697"&gt;https://community.esri.com/message/342697?sr=search&amp;amp;searchId=e912b943-0f92-4cca-9ce3-093c5d40d80e&amp;amp;searchIndex=10#342697&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot there about styling floating Panes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65920#M5792</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2014-09-17T12:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65921#M5793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FloatingPane documentation mentions a way to overwrite the close behavior using a subclass.&lt;/P&gt;&lt;P&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojox/layout/FloatingPane.html#dojox-layout-floatingpane"&gt;http://dojotoolkit.org/reference-guide/1.10/dojox/layout/FloatingPane.html#dojox-layout-floatingpane&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When the widget is closed via the close button, it can no longer be shown: FloatingPane destroys itself when the close button is pressed. You must create a subclass of FloatingPane to override this behavior.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It would be good to hammer out these details so you can have a closable and reopenable floating pane that remembers the state of its contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 21:06:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65921#M5793</guid>
      <dc:creator>TedChapin</dc:creator>
      <dc:date>2014-09-17T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: floatingPane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65922#M5794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used this implementation of a floating widget in my app and it worked great.&amp;nbsp; There might be some useful code in there for others so I'm sharing the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://spatialagent.com/blog?&amp;amp;id=14" title="http://spatialagent.com/blog?&amp;amp;id=14"&gt;Spatial Agent GIS&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 17:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/floatingpane/m-p/65922#M5794</guid>
      <dc:creator>DavidStajan</dc:creator>
      <dc:date>2014-10-23T17:13:53Z</dc:date>
    </item>
  </channel>
</rss>

