<?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: About show help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328083#M1195006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call a pop up (similar to the alerts)&lt;/P&gt;&lt;P&gt;The macro code will be like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub popup&lt;/P&gt;&lt;P&gt;ActiveDocument.ShowPopup "Hi there", 2000&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is: &lt;/P&gt;&lt;P&gt; ActiveDocument.ShowPopup text, timeout in miliseconds, background color (index), text color (index), icon (index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="354"&gt;Pop-up&amp;nbsp; background color (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; yellow&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; white&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; gray&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; blue&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; pink&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&amp;nbsp; &lt;TBODY&gt;&lt;TR&gt;&amp;nbsp; &lt;TD class="xl65" height="17" width="354"&gt;Pop-up&amp;nbsp; text color (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; black&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; white&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="354"&gt;Pop-up&amp;nbsp; icon (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; no icon&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; info&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; questionmark&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; warning&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2011 19:46:56 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-05-25T19:46:56Z</dc:date>
    <item>
      <title>About show help.</title>
      <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328081#M1195004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could help me in this.&lt;/P&gt;&lt;P&gt;I need to add a button in my application, and when the User clicks the button it should open a text object to show the requirements of the Project.&lt;/P&gt;&lt;P&gt;Like a notification objects,. Is that possible, if yes than how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone for such a wonderful co-operation.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 19:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328081#M1195004</guid>
      <dc:creator />
      <dc:date>2011-05-25T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: About show help.</title>
      <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328082#M1195005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can create a varibale, which will be used to enable and disable your&amp;nbsp; text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 19:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328082#M1195005</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-05-25T19:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: About show help.</title>
      <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328083#M1195006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call a pop up (similar to the alerts)&lt;/P&gt;&lt;P&gt;The macro code will be like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub popup&lt;/P&gt;&lt;P&gt;ActiveDocument.ShowPopup "Hi there", 2000&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is: &lt;/P&gt;&lt;P&gt; ActiveDocument.ShowPopup text, timeout in miliseconds, background color (index), text color (index), icon (index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="354"&gt;Pop-up&amp;nbsp; background color (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; yellow&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; white&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; gray&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; blue&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; pink&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&amp;nbsp; &lt;TBODY&gt;&lt;TR&gt;&amp;nbsp; &lt;TD class="xl65" height="17" width="354"&gt;Pop-up&amp;nbsp; text color (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; black&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; white&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 354px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="354"&gt;Pop-up&amp;nbsp; icon (index)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; no icon&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; info&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; questionmark&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; warning&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 19:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328083#M1195006</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-25T19:46:56Z</dc:date>
    </item>
    <item>
      <title>About show help.</title>
      <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328084#M1195008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik for the prompt response,&lt;/P&gt;&lt;P&gt;Yes it worked just as the way I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 20:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328084#M1195008</guid>
      <dc:creator />
      <dc:date>2011-05-25T20:52:14Z</dc:date>
    </item>
    <item>
      <title>About show help.</title>
      <link>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328085#M1195010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich,&lt;/P&gt;&lt;P&gt;Thanks a lot for your prompt response.&lt;/P&gt;&lt;P&gt;I liked the way you solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 20:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-show-help/m-p/328085#M1195010</guid>
      <dc:creator />
      <dc:date>2011-05-25T20:53:35Z</dc:date>
    </item>
  </channel>
</rss>

