<?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 variable to text view  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/variable-to-text-view/m-p/1063153#M54974</link>
    <description>&lt;P&gt;how can i get&amp;nbsp;variable x &amp;nbsp;to text view ?&lt;/P&gt;

&lt;P&gt;x is changing timer&lt;/P&gt;

&lt;P&gt;timer display &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2015 01:05:20 GMT</pubDate>
    <dc:creator>zeroman_z_</dc:creator>
    <dc:date>2015-11-12T01:05:20Z</dc:date>
    <item>
      <title>variable to text view</title>
      <link>https://community.intel.com/t5/Software-Archive/variable-to-text-view/m-p/1063153#M54974</link>
      <description>&lt;P&gt;how can i get&amp;nbsp;variable x &amp;nbsp;to text view ?&lt;/P&gt;

&lt;P&gt;x is changing timer&lt;/P&gt;

&lt;P&gt;timer display &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 01:05:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/variable-to-text-view/m-p/1063153#M54974</guid>
      <dc:creator>zeroman_z_</dc:creator>
      <dc:date>2015-11-12T01:05:20Z</dc:date>
    </item>
    <item>
      <title>var timer = 0;</title>
      <link>https://community.intel.com/t5/Software-Archive/variable-to-text-view/m-p/1063154#M54975</link>
      <description>&lt;P&gt;Drag a text field into your form and give it an ID: e.g. txtField&lt;/P&gt;

&lt;P&gt;In HTML code you wil get something like this:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;div class="widget uib_w_206 d-margins" data-uib="media/text" data-ver="0" id="txtField"&amp;gt;
    &amp;lt;div class="widget-container left-receptacle"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="widget-container right-receptacle"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/PRE&gt;

&lt;P&gt;With JQuery Code you can change the text like this:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;        var timer = 0;
        setInterval(function() {                         
                        $("#txtField").text(timer++);                     
                   }, 1000);&lt;/PRE&gt;

&lt;P&gt;P.S. Assuming you are working with JQuery&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 10:28:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/variable-to-text-view/m-p/1063154#M54975</guid>
      <dc:creator>Ad</dc:creator>
      <dc:date>2015-11-12T10:28:50Z</dc:date>
    </item>
  </channel>
</rss>

