<?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: Is it possible to call multiple functions at same time in same time in  js of button ? in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560290#M3718</link>
    <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/291603"&gt;@M_shah&lt;/a&gt; Yes you can call multiple JS function at the same time. e.g. on click of button try updating value of 2 label widget text and it should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Durgesh&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 09:09:29 GMT</pubDate>
    <dc:creator>dupatel</dc:creator>
    <dc:date>2018-07-12T09:09:29Z</dc:date>
    <item>
      <title>Is it possible to call multiple functions at same time in same time in  js of button ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560249#M3715</link>
      <description />
      <pubDate>Thu, 12 Jul 2018 02:24:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560249#M3715</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-12T02:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to call multiple functions at same time in same time in  js of button ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560290#M3718</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/291603"&gt;@M_shah&lt;/a&gt; Yes you can call multiple JS function at the same time. e.g. on click of button try updating value of 2 label widget text and it should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Durgesh&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 09:09:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560290#M3718</guid>
      <dc:creator>dupatel</dc:creator>
      <dc:date>2018-07-12T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to call multiple functions at same time in same time in  js of button ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560292#M3719</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/268954"&gt;@dupatel&lt;/a&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thank you for your concern..but i have one doubt mentioned below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If i have 5 model in my 3D canvas and 5 corresponding buttons to each model in 2D canvas....Then how to make experience in such a way that if i can click on particular button than only that model is visible and play it's sequence .?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 09:13:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560292#M3719</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-12T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to call multiple functions at same time in same time in  js of button ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560302#M3720</link>
      <description>&lt;P&gt;&lt;SPAN&gt;instead of having 5 models in the 3d canvas, use only one model and use the BUTTON to change the source.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;var modelEle1 = angular.element(document.getElementById('model-1'));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$scope.A=function(){&lt;/P&gt;
&lt;P&gt;$scope.view.wdg['model-1']['src'] = 'app/resources/Uploaded/A.pvz';&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$timeout(function() {modelEle1.scope().playAll();},300);&lt;/SPAN&gt;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AT THE EVENT OF BUTTON 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RECALL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;$scope.B=function(){&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; $scope.view.wdg['model-1']['src'] = 'app/resources/Uploaded/B.pvz';&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$timeout(function() {modelEle1.scope().playAll();},300);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AT THE EVENT OF BUTTON&amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; RECALL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;etc......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope to be proved helpful&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 10:38:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560302#M3720</guid>
      <dc:creator>Giuseppe_Fiore</dc:creator>
      <dc:date>2018-07-12T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to call multiple functions at same time in same time in  js of button ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560308#M3721</link>
      <description>&lt;P&gt;Thank you soo much&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/205864"&gt;@Giuseppe_Fiore&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Each and every you have been proved very helpful&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Manthan&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 10:49:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Is-it-possible-to-call-multiple-functions-at-same-time-in-same/m-p/560308#M3721</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-12T10:49:10Z</dc:date>
    </item>
  </channel>
</rss>

