<?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 create costum message box in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236624#M25297</link>
    <description>&lt;P&gt;Is it possible to do it with tJavaRow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Dec 2018 12:35:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-16T12:35:31Z</dc:date>
    <item>
      <title>How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236622#M25295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;tMsgBox is limited to "Yes","No","OK" etc. select options.&lt;/P&gt; 
&lt;P&gt;How can I create my own costum answers for message box?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 07:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236622#M25295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-16T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236623#M25296</link>
      <description>&lt;P&gt;I'm afraid you cannot&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 11:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236623#M25296</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-12-16T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236624#M25297</link>
      <description>&lt;P&gt;Is it possible to do it with tJavaRow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 12:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236624#M25297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-16T12:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236625#M25298</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; If your intention is to print the messages to console/ log file, you can do it by System.out.print() functions in either tjava or tjavarow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 13:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236625#M25298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-16T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236626#M25299</link>
      <description>&lt;P&gt;The possible option is you have print the message using tJava or tJavaRow&lt;/P&gt;&lt;P&gt;System.out.println(Custom_message);&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 14:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236626#M25299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-16T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236627#M25300</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLVkAAO"&gt;@apentyala&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;, printing a message on the console is not the same as having a message box!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 16:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236627#M25300</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-12-16T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236628#M25301</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;- I completely agree with you.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But 90% of the time, Talend developers use Message box as a mode of printing the output of the flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So I was just checking whether its the case here also.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 17:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236628#M25301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-16T17:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create costum message box</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236629#M25302</link>
      <description>&lt;P&gt;try to use Jframe class in tjava.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;here below an example how it is used for drop down&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnKbCAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Dynamic-list-in-dropdown/td-p/87994&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 17:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-costum-message-box/m-p/2236629#M25302</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-02T17:54:42Z</dc:date>
    </item>
  </channel>
</rss>

