<?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: Create custom slider for a custom visual plot in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/386414#M11477</link>
    <description>&lt;P&gt;You are so amazing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 13:49:58 GMT</pubDate>
    <dc:creator>az2451</dc:creator>
    <dc:date>2018-03-29T13:49:58Z</dc:date>
    <item>
      <title>Create custom slider for a custom visual plot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/385540#M11449</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to build a slider similar like in this picture&amp;nbsp;&lt;A href="http://help.infragistics.com/Help/Doc/jQuery/2012.2/CLR4.0/html/images/Slider_Configuring_1.png" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before i design the slider, i just want to read values &lt;STRONG&gt;dynamically&lt;/STRONG&gt; from a simple textbox. I managed that without problems by creating a DOM-Element (input) with js&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as i try changing the value, it just stays static (it still returns the value 800) &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have i idea how to read the values from an textbox when i change the value on it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;		private createHelpLinkElement3(): Element {
            let linkElement = document.createElement("input");
			linkElement.setAttribute("value", "800");
            linkElement.setAttribute("class", "helpLink3");
            return linkElement;
        };&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/open?id=1A1vVdMQLEAmSjEPg0XSeS3BVQ9D_eC3q" target="_self"&gt;Here&lt;/A&gt;&amp;nbsp;you can&amp;nbsp;download my project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 11:56:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/385540#M11449</guid>
      <dc:creator>az2451</dc:creator>
      <dc:date>2018-03-28T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom slider for a custom visual plot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/386406#M11475</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/58439"&gt;@az2451&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We'd recommend to bind a keypress event to catch each change:&lt;/P&gt;
&lt;PRE&gt;this.helpLinkElement3.addEventListener("keypress", (event) =&amp;gt; {
    this.getx = parseInt((event.target as HTMLInputElement).value);

    console.log(this.getx);
});&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 13:07:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/386406#M11475</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-03-29T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom slider for a custom visual plot</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/386414#M11477</link>
      <description>&lt;P&gt;You are so amazing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 13:49:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-custom-slider-for-a-custom-visual-plot/m-p/386414#M11477</guid>
      <dc:creator>az2451</dc:creator>
      <dc:date>2018-03-29T13:49:58Z</dc:date>
    </item>
  </channel>
</rss>

