<?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: Vuforia Studio View Navigation Menu in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912485#M12094</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/590488"&gt;@LX_10186967&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;so far I know this is not documented in the PTC Help yet - means that it is currently&amp;nbsp; not official supported way - recommended by PTC product development. BUT... this does not means that it is not a good solution. So there is a lot of functionality which is not directly covered by the Vuforia Studio documentation , but it is based on general JavaScript, style css&amp;nbsp;,angular etc. API's what some very experienced customers could use to achieve some advanced functionality which is not covered directly by the PTC Help/documentation. Therefore it is great when such advanced technique are shared in the Vuforia&amp;nbsp; Studio community. There is only one point . When something is not supported , then the R&amp;amp;D team will not consider the compatibility of some technique in further releases. Therefore I will report this to R&amp;amp;D team to inform that the techniques suggested by&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/92646"&gt;@ClayHelberg&lt;/a&gt;&amp;nbsp;could be used to set the View menu , so hopeful this will be added to documentation as supported techniques or alternative the R&amp;amp;D or Product Managements would&amp;nbsp; suggest alternative techniques which they consider as better option. Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 09:34:10 GMT</pubDate>
    <dc:creator>RolandRaytchev</dc:creator>
    <dc:date>2023-11-15T09:34:10Z</dc:date>
    <item>
      <title>Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/910668#M12087</link>
      <description>&lt;P&gt;Hi！I'm trying to enable/hidden "&lt;SPAN&gt;View Navigation Menu" in Vuforia Studio.&amp;nbsp; I know how to set it in &lt;STRONG&gt;info.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And I want to know how to set it by &lt;STRONG&gt;javascript&lt;/STRONG&gt; code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 03:44:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/910668#M12087</guid>
      <dc:creator>LX_10186967</dc:creator>
      <dc:date>2023-11-07T03:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912385#M12091</link>
      <description>&lt;P&gt;You can do this by modifying the CSS on the underlying elements, something like this:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// the "show" param is boolean: true to show the nav bar, false to hide it
$scope.showHeader = function(show) {
  document.querySelector(".nav-bar-container").style.display = show?"block":"none";
  document.querySelector(".has-header").style.top = show?"44px":"0px";
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Nov 2023 17:25:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912385#M12091</guid>
      <dc:creator>ClayHelberg</dc:creator>
      <dc:date>2023-11-14T17:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912473#M12092</link>
      <description>&lt;P&gt;Hi ClayHelberg, It works for me. Thank you for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;And I can't find it in help center,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;May I ask if you have any relevant links/document you can provide?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 08:53:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912473#M12092</guid>
      <dc:creator>LX_10186967</dc:creator>
      <dc:date>2023-11-15T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912485#M12094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/590488"&gt;@LX_10186967&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;so far I know this is not documented in the PTC Help yet - means that it is currently&amp;nbsp; not official supported way - recommended by PTC product development. BUT... this does not means that it is not a good solution. So there is a lot of functionality which is not directly covered by the Vuforia Studio documentation , but it is based on general JavaScript, style css&amp;nbsp;,angular etc. API's what some very experienced customers could use to achieve some advanced functionality which is not covered directly by the PTC Help/documentation. Therefore it is great when such advanced technique are shared in the Vuforia&amp;nbsp; Studio community. There is only one point . When something is not supported , then the R&amp;amp;D team will not consider the compatibility of some technique in further releases. Therefore I will report this to R&amp;amp;D team to inform that the techniques suggested by&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/92646"&gt;@ClayHelberg&lt;/a&gt;&amp;nbsp;could be used to set the View menu , so hopeful this will be added to documentation as supported techniques or alternative the R&amp;amp;D or Product Managements would&amp;nbsp; suggest alternative techniques which they consider as better option. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:34:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912485#M12094</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2023-11-15T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912597#M12097</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&amp;nbsp;is right, this is not an OOTB approach to this, it takes advantage of Vuforia Studio's scripting capabilities. I used the browser debugger tools to identify the HTML elements representing the nav bar at the top, and the container below it, in order to write the Javascript code to update them to show or hide the nav bar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do a lot using the browser debugger tools (with the preview page) to see what's going on "under the hood" in the experience, and then use that information to write Javascript code or modify CSS styles to achieve the desired results.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:47:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912597#M12097</guid>
      <dc:creator>ClayHelberg</dc:creator>
      <dc:date>2023-11-15T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912738#M12102</link>
      <description>&lt;P&gt;Thanks~&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 03:23:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912738#M12102</guid>
      <dc:creator>LX_10186967</dc:creator>
      <dc:date>2023-11-16T03:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912739#M12103</link>
      <description>&lt;P&gt;I am extremely grateful for your time and generosity.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 03:24:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912739#M12103</guid>
      <dc:creator>LX_10186967</dc:creator>
      <dc:date>2023-11-16T03:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vuforia Studio View Navigation Menu</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912959#M12106</link>
      <description>&lt;P&gt;You're welcome, I'm glad it's working for you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 15:36:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Vuforia-Studio-View-Navigation-Menu/m-p/912959#M12106</guid>
      <dc:creator>ClayHelberg</dc:creator>
      <dc:date>2023-11-16T15:36:13Z</dc:date>
    </item>
  </channel>
</rss>

