<?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: Outline Box with title and image and other details in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729695#M91233</link>
    <description>&lt;P&gt;You might have to do something like this as you don't have too much control on the powerpoint layout (use images to workaround some of the issues)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb_expr = Expr(dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(9)), Line Of Fit(X, Y, Legend(11)))
));

rep = V List Box(Align("right"), 
	H List Box(align("center"),
		Text Box("Title of presentation", &amp;lt;&amp;lt; Set Font Size(50)), Icon Box("JMPLogo")
	),
	gb_expr
);

vlb = V List Box(rep &amp;lt;&amp;lt; get picture);

vlb &amp;lt;&amp;lt; journal;

//Try(Delete File("$TEMP/saveppt.pptx"));
Current Journal() &amp;lt;&amp;lt; Save Presentation("$TEMP/saveppt.pptx", Outline Titles("BottomRight"), "PNG");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or you could write python script and call that from JMP to create the powerpoint (provide it with images and maybe text from JMP).&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 16:14:44 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-03-04T16:14:44Z</dc:date>
    <item>
      <title>Outline Box with title and image and other details</title>
      <link>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729298#M91169</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I am trying to create a journal which is exported into ppt later (adding just the snippet of code)&lt;/P&gt;&lt;P&gt;obpic = OutlineBox("Page "|| char(pageno), OutlineBox("Title of Presenation",(PictureBox(tmpic))) );&lt;BR /&gt;obpic &amp;lt;&amp;lt; journal;&lt;/P&gt;&lt;P&gt;jjrn &amp;lt;&amp;lt;Save Presentation("$TEMP/saveppt.pptx", Outline Titles("BottomRight"), "PNG");&lt;/P&gt;&lt;P&gt;&amp;nbsp;when i perform this i get&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aadit_0-1709323214476.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61720iF42A59227E84A0DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aadit_0-1709323214476.png" alt="Aadit_0-1709323214476.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;title at top and page number at bottom which is perfect. But along with title i want to add logo author name etc ... Outline box only allows char for title. any alternatives or idea how to overcome this. Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 20:02:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729298#M91169</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-03-01T20:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Outline Box with title and image and other details</title>
      <link>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729695#M91233</link>
      <description>&lt;P&gt;You might have to do something like this as you don't have too much control on the powerpoint layout (use images to workaround some of the issues)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

gb_expr = Expr(dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(9)), Line Of Fit(X, Y, Legend(11)))
));

rep = V List Box(Align("right"), 
	H List Box(align("center"),
		Text Box("Title of presentation", &amp;lt;&amp;lt; Set Font Size(50)), Icon Box("JMPLogo")
	),
	gb_expr
);

vlb = V List Box(rep &amp;lt;&amp;lt; get picture);

vlb &amp;lt;&amp;lt; journal;

//Try(Delete File("$TEMP/saveppt.pptx"));
Current Journal() &amp;lt;&amp;lt; Save Presentation("$TEMP/saveppt.pptx", Outline Titles("BottomRight"), "PNG");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or you could write python script and call that from JMP to create the powerpoint (provide it with images and maybe text from JMP).&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 16:14:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729695#M91233</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-04T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outline Box with title and image and other details</title>
      <link>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729987#M91274</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Thanks ... I got the basic idea how to perform this ..&lt;/P&gt;&lt;P&gt;Additionally i explored using&amp;nbsp;&amp;nbsp;Lineup Ruler Box() and got width of image im going to fit so as to better allign title and logo and size it accordingly.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:44:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outline-Box-with-title-and-image-and-other-details/m-p/729987#M91274</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-03-05T13:44:31Z</dc:date>
    </item>
  </channel>
</rss>

