<?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: Python script tool stylesheet help!!! in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507529#M39884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My MdDlgHelp_xsl.xsl does not even include BackgroundImage as a variable. You can add it, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the line: &amp;lt;xsl:variable name="BackgroundColor"&amp;gt;White&amp;lt;/xsl:variable&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to: &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;xsl:variable name="BackgroundImage"&amp;gt;url(H:\Docs\Thumbnails\Jasper Map_thumb.gif)&amp;lt;/xsl:variable&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*change the above url to point to your image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, find and change the following line: background-color: &amp;lt;xsl:value-of select="$BackgroundColor"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to: &lt;/SPAN&gt;&lt;STRONG&gt;background-image: &amp;lt;xsl:value-of select="$BackgroundImage"/&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, go into your tool properties and point the Stylesheet to your modified file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2012 21:46:19 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-01-09T21:46:19Z</dc:date>
    <item>
      <title>Python script tool stylesheet help!!!</title>
      <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507527#M39882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I don't know if this is the correct forum to post this problem. If it's not, then plz move this post to the right one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use custom stylesheet for some script tools that I developed in python ArcGIS 9.3. I searched and found the following link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?"&gt;http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I exactly followed the instructions but I can't even get the very first step working described in the link-i.e. changing the background image of the tool. I can't even make my tool to read "MdDlgContent.xsl" present in &amp;lt;ArcGIS&amp;gt;\ArcToolbox\Stylesheets\MdDlgContent.xsl by default because if I use this sheet it should display esri logo in the tool dialogue box but it doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After giving tool the path of my modified (given background image path to my own image xyz.gif) MdDlgContent.xsl stylesheet, the tool dialogue box opens like before-no changes at all. I then found SSContent.xsl in the same mentioned link. I tried to use that and changed the paths and names w.r.t my PC. This time, tool dialogue box didn't even open with no errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2012 14:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507527#M39882</guid>
      <dc:creator>BadarMunir</dc:creator>
      <dc:date>2012-01-01T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python script tool stylesheet help!!!</title>
      <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507528#M39883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to know urgently about changing the outlook of the tool dialogue box. Please let me know where can I get any useful information on that if nobody is willing to help me on this forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 04:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507528#M39883</guid>
      <dc:creator>BadarMunir</dc:creator>
      <dc:date>2012-01-07T04:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python script tool stylesheet help!!!</title>
      <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507529#M39884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My MdDlgHelp_xsl.xsl does not even include BackgroundImage as a variable. You can add it, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the line: &amp;lt;xsl:variable name="BackgroundColor"&amp;gt;White&amp;lt;/xsl:variable&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to: &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;xsl:variable name="BackgroundImage"&amp;gt;url(H:\Docs\Thumbnails\Jasper Map_thumb.gif)&amp;lt;/xsl:variable&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*change the above url to point to your image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, find and change the following line: background-color: &amp;lt;xsl:value-of select="$BackgroundColor"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to: &lt;/SPAN&gt;&lt;STRONG&gt;background-image: &amp;lt;xsl:value-of select="$BackgroundImage"/&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, go into your tool properties and point the Stylesheet to your modified file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 21:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507529#M39884</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-01-09T21:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python script tool stylesheet help!!!</title>
      <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507530#M39885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this trouble too, but discovered farther down in the MdDlgContent.xsl code that the BackgroundImage variable had been commented out.&amp;nbsp; To reveal the background image, remove the &amp;lt;!-- at the beginning and the --&amp;gt; at the end of the line with this on it:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image :&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select="$BackgroundImage" /&amp;gt;;&amp;nbsp; (around line 58).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 16:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507530#M39885</guid>
      <dc:creator>AnnStark</dc:creator>
      <dc:date>2012-06-04T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python script tool stylesheet help!!!</title>
      <link>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507531#M39886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same requirement today and posted my solution, which was based substantially on discussion here, over in this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/78714-Can-tool-dialog-of-model-display-banner-image?p=276947&amp;amp;posted=1#post276947"&gt;&lt;STRONG&gt;thread&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for resolving it previously.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 08:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-tool-stylesheet-help/m-p/507531#M39886</guid>
      <dc:creator>GraemeBrowning</dc:creator>
      <dc:date>2013-02-28T08:50:48Z</dc:date>
    </item>
  </channel>
</rss>

