<?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 Example of a script to make dialogue window to cast columns in different roles in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472471#M71722</link>
    <description>&lt;P&gt;I need to script something like a Join or Update dialog window, with all the Clear, Recall, Remove buttons etc. Basically, I will be choosing what columns to work with (like casting columns in different roles) and, for instance, matching two columns for further use etc. I hope there is an example script for that somewhere. Does anybody know?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:14:10 GMT</pubDate>
    <dc:creator>miguello</dc:creator>
    <dc:date>2023-06-09T18:14:10Z</dc:date>
    <item>
      <title>Example of a script to make dialogue window to cast columns in different roles</title>
      <link>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472471#M71722</link>
      <description>&lt;P&gt;I need to script something like a Join or Update dialog window, with all the Clear, Recall, Remove buttons etc. Basically, I will be choosing what columns to work with (like casting columns in different roles) and, for instance, matching two columns for further use etc. I hope there is an example script for that somewhere. Does anybody know?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:14:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472471#M71722</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2023-06-09T18:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a script to make dialogue window to cast columns in different roles</title>
      <link>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472490#M71723</link>
      <description>&lt;P&gt;Found here: &lt;A href="https://www.jmp.com/support/notes/46/984.html" target="_blank"&gt;https://www.jmp.com/support/notes/46/984.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 22:53:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472490#M71723</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2022-03-23T22:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a script to make dialogue window to cast columns in different roles</title>
      <link>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472690#M71735</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;&amp;nbsp;That's a pretty good example (kudo).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like this one from the scripting index. Help&amp;gt;Scripting Index, search for "column dialog"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Consumer Preferences.jmp" );
Column Dialog(
	ex y = ColList( "Y", Min Col( 1 ), Max Col( 2 ), Data Type( "Numeric" ) ),
	ex x = ColList( "X",
		Max Col( 1 ),
		Modeling Type( {"Continuous", "Multiple Response"} )
	),
	Line Up( 2,
		Text Box( "Alpha" ), ex = EditNumber( .05 ),
		Text Box( "Beta" ), ey = EditText( "xyz" )
	),
	HList( cb = Check Box( "check", 1 ) ),
	HList( combo = Combo Box( "option1", "option2" ) ),
	HList( rb = RadioButtons( "a", "b" ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Mar 2022 15:43:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Example-of-a-script-to-make-dialogue-window-to-cast-columns-in/m-p/472690#M71735</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2022-03-24T15:43:14Z</dc:date>
    </item>
  </channel>
</rss>

