<?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 Creation of Slider object via VB Script / Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025585#M346597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a requirement to create slider control by using VB Script and along with that needs to set few of properties also by vb macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also want to know how to set transparency of control etc by VB Macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jitendra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 08:28:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-08T08:28:40Z</dc:date>
    <item>
      <title>Creation of Slider object via VB Script / Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025585#M346597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a requirement to create slider control by using VB Script and along with that needs to set few of properties also by vb macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also want to know how to set transparency of control etc by VB Macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jitendra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025585#M346597</guid>
      <dc:creator />
      <dc:date>2016-03-08T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Slider object via VB Script / Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025586#M346598</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;Check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Slider&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;set vSlider = ActiveDocument.Sheets("Main").CreateSlider&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set vProperties = vSlider.GetProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;vProperties.Name1.Name = "Fish"&amp;nbsp; 'Field Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;vSlider.SetProperties vProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set vProperties = nothing&lt;/P&gt;&lt;P&gt;set vSlider = nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 10:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025586#M346598</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-08T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Slider object via VB Script / Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025587#M346599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Nagaraj, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can you help me from where i can all this library information. i am asking because we have to all the &lt;/SPAN&gt;necessary&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; properties of any object what ever are present in Qlikview by using macro only, whether it is color, layer, position text, conditional view etc etc... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if we see Java or .NET they have editor which help you in this. we just type object name following with dot (.) we get all list of properties and method. same type of concept here if available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jitendra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 10:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025587#M346599</guid>
      <dc:creator />
      <dc:date>2016-03-08T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Slider object via VB Script / Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025588#M346600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jitendra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I just copied few lines from API guide. But we could not find detailed information for all the properties. I tried to find the syntax to control transparency but no success. I even googled it but no related results shown. I too find difficulties while controlling objects. Maybe someone might have answer for this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025588#M346600</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-08T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Slider object via VB Script / Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025589#M346601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree. &lt;/P&gt;&lt;P&gt;even i am looking for same long back.. thats why i raise this here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jitendra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creation-of-Slider-object-via-VB-Script-Macro/m-p/1025589#M346601</guid>
      <dc:creator />
      <dc:date>2016-03-08T11:59:17Z</dc:date>
    </item>
  </channel>
</rss>

