<?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 bind button with opacity? in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560212#M3714</link>
    <description>&lt;P&gt;thank you so 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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 19:12:54 GMT</pubDate>
    <dc:creator>M_shah</dc:creator>
    <dc:date>2018-07-11T19:12:54Z</dc:date>
    <item>
      <title>how to bind button with opacity?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560030#M3697</link>
      <description>&lt;P&gt;How to bind button in such a way that when i click button the opacity of model will change to one?(Initially i set opacity to zero)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 01:37:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560030#M3697</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-10-16T01:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to bind button with opacity?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560079#M3701</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use this code Javascript&amp;amp;colon;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$scope.opacity=function(status) {&lt;BR /&gt; $scope.view.wdg['IdObject']['opacity'] = status;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;idObject as the id of the widget .&lt;/P&gt;
&lt;P&gt;status is the value of opacity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if your widget has an id called&amp;nbsp; &amp;nbsp; test&amp;nbsp; &amp;nbsp;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$scope.opacity=function(status) {&lt;BR /&gt;$scope.view.wdg['test']['opacity'] = status;&lt;BR /&gt;};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;if you want&amp;nbsp; opacity 0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;call&amp;nbsp; &amp;nbsp; into&amp;nbsp; event of button&amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; opacity(0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want&amp;nbsp; opacity 1&lt;/P&gt;
&lt;P&gt;call&amp;nbsp; &amp;nbsp; into&amp;nbsp; event of button&amp;nbsp; &amp;nbsp; &amp;nbsp;:&amp;nbsp; &amp;nbsp;opacity(1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:46:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560079#M3701</guid>
      <dc:creator>Giuseppe_Fiore</dc:creator>
      <dc:date>2018-07-11T09:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to bind button with opacity?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560092#M3702</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/205864"&gt;@Giuseppe_Fiore&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank for your concern ... I have followed same steps but after clicking in preview it is not showing the model with opacity 1&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:12:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560092#M3702</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-11T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to bind button with opacity?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560101#M3704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you have wrong into the code...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;change&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;$scope.view.wdg['test']['opacity'] = status;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;$scope.view.wdg['&lt;/SPAN&gt;&lt;SPAN&gt;model-1&lt;/SPAN&gt;&lt;SPAN&gt;']['opacity'] = status;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&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>Wed, 11 Jul 2018 12:02:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560101#M3704</guid>
      <dc:creator>Giuseppe_Fiore</dc:creator>
      <dc:date>2018-07-11T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to bind button with opacity?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560212#M3714</link>
      <description>&lt;P&gt;thank you so 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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:12:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/how-to-bind-button-with-opacity/m-p/560212#M3714</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-11T19:12:54Z</dc:date>
    </item>
  </channel>
</rss>

