<?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: pptx slide format and background color in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400849#M65200</link>
    <description>&lt;P&gt;TS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your right on the money!!&amp;nbsp; The Window Background color is the overall solution. I'm guessing there is not a specific JSL command that would modulate this option without going into preferences?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slide setup_b.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34142iABAA006EE9303BCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="slide setup_b.PNG" alt="slide setup_b.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jul 2021 11:20:45 GMT</pubDate>
    <dc:creator>NRW</dc:creator>
    <dc:date>2021-07-14T11:20:45Z</dc:date>
    <item>
      <title>pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400706#M65177</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been fiddling with the text box and spacer formats so I can get an even (white) background when I save the title slide to PowerPoint. However, I cant get the backgrounds and borders to be white instead of grey (see image). I've worked on text box widths, etc, but to no avail. I've attached my script.&lt;/P&gt;&lt;P&gt;If anyone can see what I need to do, I would be most appreciative. Also as a side note, is there a more eloquent way of tabbing the second text box (date) to align with the first text box?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	BB = Border Box(Left(50), Right(10), Sides(15),
					Vlist Box(
						Text box(		
									"&amp;lt;font color='Black'&amp;gt;Work&amp;lt;/font&amp;gt;", 
									&amp;lt;&amp;lt; Set Font("Calibri", 30, "bold"), 
									&amp;lt;&amp;lt; Markup	
						),
						Spacer Box(),
						Text box(
									"  " || char(Abbrev Date(Today())),
									&amp;lt;&amp;lt; Set Font("Calibri", 30, "bold")
						)
					)		
				);
			
		BB &amp;lt;&amp;lt; Set background color(white);
		BB &amp;lt;&amp;lt; Set Color("white");
		
		slide_1 = Expr(
					Vlist box(
						Spacer Box(size(5,50) ),
						BB
					)
		);
						

		If(b==0,
		
			slide_1a = slide_1 &amp;lt;&amp;lt; Get Picture;
			slide_1b = Picture Box(slide_1a);
			slide_1b &amp;lt;&amp;lt; Save Presentation(p1, Insert(Begin));
		
		);&lt;/CODE&gt;&lt;/PRE&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slide setup_a.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34132iC1897D7478AEF5A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="slide setup_a.PNG" alt="slide setup_a.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:16:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400706#M65177</guid>
      <dc:creator>NRW</dc:creator>
      <dc:date>2023-06-11T11:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400728#M65179</link>
      <description>Hi,&lt;BR /&gt;Just a thought: have you look into the preferences where I believe you can define the color of different elements in JMP.&lt;BR /&gt;Best,&lt;BR /&gt;TS</description>
      <pubDate>Tue, 13 Jul 2021 19:46:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400728#M65179</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-07-13T19:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400737#M65182</link>
      <description>&lt;P&gt;Thierry_S,&lt;/P&gt;&lt;P&gt;Many thanks for the input. I looked through the preferences, but didn't see anything that jumped out at me. Would there be a particular "Preference Group" that would be applicable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 20:14:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400737#M65182</guid>
      <dc:creator>NRW</dc:creator>
      <dc:date>2021-07-13T20:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400788#M65193</link>
      <description>&lt;P&gt;Hi Neil,&lt;/P&gt;
&lt;P&gt;In the Styles section, it looks like the Window Background Color is not set to white by default. I'm not sure but it is possible that this default color applies to Spacer Box too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thierry_S_0-1626237977354.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34137i0228441FFC0CF34E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thierry_S_0-1626237977354.png" alt="Thierry_S_0-1626237977354.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 04:47:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400788#M65193</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-07-14T04:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400849#M65200</link>
      <description>&lt;P&gt;TS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your right on the money!!&amp;nbsp; The Window Background color is the overall solution. I'm guessing there is not a specific JSL command that would modulate this option without going into preferences?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="slide setup_b.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34142iABAA006EE9303BCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="slide setup_b.PNG" alt="slide setup_b.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 11:20:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/400849#M65200</guid>
      <dc:creator>NRW</dc:creator>
      <dc:date>2021-07-14T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/401040#M65204</link>
      <description>&lt;P&gt;You can access the preferences with JSL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prefs.PNG" style="width: 921px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34168i5AEBE742F60D5117/image-size/large?v=v2&amp;amp;px=999" role="button" title="prefs.PNG" alt="prefs.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 17:03:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/401040#M65204</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-07-14T17:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: pptx slide format and background color</title>
      <link>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/405793#M65592</link>
      <description>&lt;P&gt;Many thanks Mark!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply since I didn't see this thread updated. That solution is very helpful. I will look to implement into my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 11:29:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/pptx-slide-format-and-background-color/m-p/405793#M65592</guid>
      <dc:creator>NRW</dc:creator>
      <dc:date>2021-07-30T11:29:07Z</dc:date>
    </item>
  </channel>
</rss>

