<?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 &amp;quot;Loading bar&amp;quot; widget? in ThingWorx Developers</title>
    <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523893#M18487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are descriptions, examples and API documents on how to create custom widgets in the Thingworx Help Center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest version is found here...&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show" title="http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show"&gt;http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 16:17:47 GMT</pubDate>
    <dc:creator>AdamR</dc:creator>
    <dc:date>2015-12-09T16:17:47Z</dc:date>
    <item>
      <title>How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523892#M18486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our case, we would like to create customize widget.&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;niki_dong&lt;/P&gt;&lt;P&gt;pockey8328@gmail.come&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 02:20:35 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523892#M18486</guid>
      <dc:creator>wdeng</dc:creator>
      <dc:date>2015-12-09T02:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523893#M18487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are descriptions, examples and API documents on how to create custom widgets in the Thingworx Help Center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest version is found here...&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show" title="http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show"&gt;http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=ThingWorxExtensibility&amp;amp;action=show&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 16:17:47 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523893#M18487</guid>
      <dc:creator>AdamR</dc:creator>
      <dc:date>2015-12-09T16:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523894#M18488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to Adam's response I would like to point a classic workflow that it's useful to follow when creating widgets:&lt;/P&gt;&lt;P&gt;1. First you need to identify an already existing JavaScript library that does the specific functionality for you. For example, if you want a Progress Bar, you search for "progress bar javascript library" on Google. One of the ones I found is: &lt;A href="http://usablica.github.io/progress.js/" title="http://usablica.github.io/progress.js/"&gt;Progress.js - Themeable progress bar library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Wrap that library in your TW widget, using the documentation Adam provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, it's quite obvious you can skip step 1, and write your own library, but what woould be the point if there are so many existing JS libraries out there?&lt;/P&gt;&lt;P&gt;Also take care about the licensing of those JS libraries (you need to check that license and act accordingly - not all JS libs are free for use)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 14:27:32 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523894#M18488</guid>
      <dc:creator>VladimirRosu</dc:creator>
      <dc:date>2015-12-10T14:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523895#M18489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to wrap a library in my TW widget, but I can't use it. Maybe I don't understand how to use it in TW environment. In an HTML file it's simple. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I declared the .js and the .css files on runtime in metadata.xml. I tried firstly to call a function from the JS library in afterRender but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could someone please provide a concrete example ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 16:25:25 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523895#M18489</guid>
      <dc:creator>qn</dc:creator>
      <dc:date>2016-01-18T16:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523896#M18490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just i have also started to implements same custom widget "progress Bar".&lt;/P&gt;&lt;P&gt;Anyone can upload a step by step documents to implement it.&lt;/P&gt;&lt;P&gt;It will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 10:58:49 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/523896#M18490</guid>
      <dc:creator>dprajapati</dc:creator>
      <dc:date>2017-05-04T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/593241#M34154</link>
      <description>&lt;P&gt;Anybody got any luck with this? I am also struggling with the same.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 20:21:07 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/593241#M34154</guid>
      <dc:creator>Harish_Kale</dc:creator>
      <dc:date>2019-02-11T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create "Loading bar" widget?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/593309#M34169</link>
      <description>&lt;P&gt;Actually for a progress bar, you can use Shape widget as it can be dynamically bound to it's fill Data value (EnableDynamicFill).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 07:57:31 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-create-quot-Loading-bar-quot-widget/m-p/593309#M34169</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2019-02-12T07:57:31Z</dc:date>
    </item>
  </channel>
</rss>

