<?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: JMP17Pro --&amp;gt; How can I script the Shape:Name &amp;quot;Use dots for extremely small shapes&amp;quot; -- I want to turn it off in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632054#M83042</link>
    <description>&lt;P&gt;I noticed JMP 17.1 has been released, I checked the notes and didn't see any mention of this feature, did it make it in?&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 22:41:02 GMT</pubDate>
    <dc:creator>xxvvcczz</dc:creator>
    <dc:date>2023-05-15T22:41:02Z</dc:date>
    <item>
      <title>JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589433#M79424</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;    //missing_shape_color&lt;BR /&gt;    // THIS one works.
    target_graphics_script = target_window[Framebox( 2 )] &amp;lt;&amp;lt; find seg( Shape Seg( 1 ));
    target_graphics_script &amp;lt;&amp;lt; {Missing value fill( 2 )};&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is how I'm setting "missing value fill"&amp;nbsp; which seems to be an adjacent setting&lt;/P&gt;&lt;P&gt;What do I need to send to get rid of this dots thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a single reference to this "feature"&lt;BR /&gt;&lt;SPAN class=""&gt;Tip:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Very small shapes on a map can be made visible with a dot. To access this option, right-click on a map &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Customize&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Shape:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;X&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and choose&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Use dots for extremely small shapes&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://www.jmp.com/support/help/en/17.0/index.shtml#page/jmp/scale-map-shapes.shtml" target="_self"&gt;https://www.jmp.com/support/help/en/17.0/index.shtml#page/jmp/scale-map-shapes.shtml&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tried all these permutations to uncheck this checkbox or turn it off but none of them worked.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	owFB = Report( gb_right )[Framebox( 1 )];
	owFB &amp;lt;&amp;lt; DispatchSeg(Shape Seg( 1 ), {Use dots for extremely small shapes(Empty())});
	owFB &amp;lt;&amp;lt; DispatchSeg(Shape Seg( 1 ), {Use dots for extremely small shapes("False")});
	owFB &amp;lt;&amp;lt; DispatchSeg(Shape Seg( 1 ), {Use dots for extremely small shapes(0)});
	
	target_graphics_script = target_window[Framebox( 2 )] &amp;lt;&amp;lt; find seg( Shape Seg( 1 ));
	target_graphics_script &amp;lt;&amp;lt; {Use dots for extremely small shapes(0)};
	target_graphics_script &amp;lt;&amp;lt; {Use dots for extremely small shapes(Empty())};&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-01-12_13h10_21.jpg" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49051iAF85ECCD5182AB11/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-01-12_13h10_21.jpg" alt="2023-01-12_13h10_21.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:43:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589433#M79424</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-06-08T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589533#M79426</link>
      <description>&lt;P&gt;&amp;nbsp;Can you try running this and see if it gives you an clues?&amp;nbsp; That should give you all of the messages you can send to that object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Show Properties( target_graphics_script );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Jan 2023 14:29:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589533#M79426</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-13T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589538#M79427</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Show Properties( target_graphics_script );
/*:

  Color, Set Color [Color] [Scripting Only] 
  Get Color [Action] [Scripting Only] 
  Fill Color,Set Fill Color [Color] [Scripting Only] 
  Get Fill Color [Action] [Scripting Only] 
  Set Fill Pattern [Action] [Scripting Only] 
  Get Fill Pattern [Action] [Scripting Only] 
  Line Style,Set Line Style [PenStyle] [Scripting Only] 
  Get Line Style [Action] [Scripting Only] 
  Line Width,Set Line Width [Enum] [Scripting Only]  {1, 2, 3, 4, 5, 6, Other...}
  Get Line Width [Action] [Scripting Only] 
  Transparency, Set Transparency [Numeric] [Scripting Only] 
  Get Transparency [Action] [Scripting Only] 
  Revert [Action]
  Set Label Offset [Action] [Scripting Only] 
    Clip Shape [Action] [Scripting Only] 
    Get Clip Shape [Action] [Scripting Only] 
  Sib Append [Action] [Scripting Only] 
  Sib Prepend [Action] [Scripting Only] 
  Child [Action] [Scripting Only] 
  Sib [Action] [Scripting Only] 
  Parent [Action] [Scripting Only] 
  Frame [Action] [Scripting Only] 
  Class Name [Action] [Scripting Only] 
  Set Description [Action] [Scripting Only] 
  Get Description [Action] [Scripting Only] 
  Delete [Action] [Scripting Only] 
    Clip Shape [Action] [Scripting Only] 
    Get Clip Shape [Action] [Scripting Only] 
    Enabled [Boolean] [Scripting Only] 
    Get Namespace [Action] [Scripting Only] 
      Set Property [Action] [Scripting Only] (Sets the value for the named [[property]] for the display box.)
      Get Property [Action] [Scripting Only] (Returns the current setting for the named [[property]].)
      Get Property List [Action] [Scripting Only] (Returns a list of properties the display box has.)
      Get Properties [Action] [Scripting Only] (Returns an associative array that contains the display box's properties and their values.)
    Set Property [Action] [Scripting Only] (Sets the value for the named [[property]] for the display box.)
    Get Property [Action] [Scripting Only] (Returns the current setting for the named [[property]].)
    Get Property List [Action] [Scripting Only] (Returns a list of properties the display box has.)
    Get Properties [Action] [Scripting Only] (Returns an associative array that contains the display box's properties and their values.)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for the reply, here's what I see.&lt;/P&gt;&lt;P&gt;I'm not sure which one of these needs to be interacted with to get that box unchecked.&lt;BR /&gt;&lt;BR /&gt;I also don't see "missing value fill" here which is what worked for the other checkbox, the only reason I found it was saving the graph builder window as script and looking at what it had. It makes no mention of these use dots for small shapes thing though.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 16:32:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589538#M79427</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-01-13T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589540#M79428</link>
      <description>&lt;P&gt;Well I have to say this one has me stumped, I don't see that setting either and there is only one mention of it in the Documentation Library. Hopefully someone else chimes in, if not I would send this one to &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 17:28:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589540#M79428</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-01-13T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589656#M79435</link>
      <description>Wrote an email, I'll update this when I hear back.</description>
      <pubDate>Sat, 14 Jan 2023 04:04:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/589656#M79435</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-01-14T04:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/591940#M79604</link>
      <description>&lt;P&gt;Got a response from support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no possible way to script this parameter.&lt;/P&gt;&lt;P&gt;They may address this as an "omission for correction" in a future release of JMP.&lt;BR /&gt;This is the version of JMP I'm using that has this issue.&lt;BR /&gt;JMP® Pro 17.0.0 (622753)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hoping there may be some way to reduce the size of the dot with a global setting that would affect all "markers".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've replied to the email and will update this post when I hear back.&lt;BR /&gt;&lt;BR /&gt;Final Update: No current workaround. Will keep an eye on future releases for a fix.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 19:54:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/591940#M79604</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-01-24T19:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/597548#M80107</link>
      <description>&lt;P&gt;Greetings - i can confirm that JMP Development received the request and will add this parameter as a scriptable one in the next major release of JMP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:28:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/597548#M80107</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2023-02-06T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632054#M83042</link>
      <description>&lt;P&gt;I noticed JMP 17.1 has been released, I checked the notes and didn't see any mention of this feature, did it make it in?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 22:41:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632054#M83042</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-05-15T22:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632057#M83043</link>
      <description>&lt;P&gt;I assume by major version they meant JMP 18.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 23:39:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632057#M83043</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2023-05-15T23:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: JMP17Pro --&gt; How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off</title>
      <link>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632365#M83083</link>
      <description>&lt;P&gt;Makes sense, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 18:56:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP17Pro-gt-How-can-I-script-the-Shape-Name-quot-Use-dots-for/m-p/632365#M83083</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-05-16T18:56:36Z</dc:date>
    </item>
  </channel>
</rss>

