<?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: How to display variables in a dialog box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237594#M46911</link>
    <description>Aaaah, I see. Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;!</description>
    <pubDate>Fri, 06 Dec 2019 13:01:45 GMT</pubDate>
    <dc:creator>bobmorrane</dc:creator>
    <dc:date>2019-12-06T13:01:45Z</dc:date>
    <item>
      <title>How to display variables in a dialog box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237226#M46845</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to understand the logic with the JSL language... I have tried to look for this in the help/ scritping menus but there is just too much information there...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you display a variable in a dialog box ? I'm using instructions like&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;HList ("Some message" ),
HList ( "Another message"),
HList ( "blablabla"),
HList(variable),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The messages between " " display fine, but whenever I try to use a variable I just get error messages from the debugger. Same thing when I tried to display a cell from the current data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what is the correct spelling there ?&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;</description>
      <pubDate>Wed, 04 Dec 2019 14:13:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237226#M46845</guid>
      <dc:creator>bobmorrane</dc:creator>
      <dc:date>2019-12-04T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to display variables in a dialog box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237266#M46848</link>
      <description>&lt;P&gt;You need to use specialized objects called display boxes to present or collect information in a dialog box or any other window that you create. For example, use the Text Box( "text" ) function to create the object that displays static character strings in a window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;text = "My very important message!";

New Window( "See my message!",
  Text Box( text )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The H List Box() function is responsible for organizing the display boxes nested inside it in a horizontal layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See Help &amp;gt; Books &amp;gt; Scripting Guide. There are a few chapters about creating windows and the display boxes that you might find useful.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 14:59:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237266#M46848</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-12-04T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to display variables in a dialog box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237594#M46911</link>
      <description>Aaaah, I see. Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;!</description>
      <pubDate>Fri, 06 Dec 2019 13:01:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/237594#M46911</guid>
      <dc:creator>bobmorrane</dc:creator>
      <dc:date>2019-12-06T13:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display variables in a dialog box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/242271#M47835</link>
      <description>Thanks markbailey,&lt;BR /&gt;&lt;BR /&gt;forgot to reply to this thread. I have come a long way since posting this question. At the time I was tryng to iterate on existinng scripts that were using the infamous dialog() function. After reading that chapter in the Scripting guide, everything became clear!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:18:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-variables-in-a-dialog-box/m-p/242271#M47835</guid>
      <dc:creator>bobmorrane</dc:creator>
      <dc:date>2020-01-22T09:18:49Z</dc:date>
    </item>
  </channel>
</rss>

