<?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 Python command for toggle Collaboration Window in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10270428#M3156</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I cannot find the Python command to toggle on and off the Collaboration window in the VRED Pro interface.&lt;/P&gt;&lt;P&gt;Attached screen grab of the window in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create a Hotkey and Auto Load for it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, Shawn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 01:19:51 GMT</pubDate>
    <dc:creator>Shawn_Collins-Lopez</dc:creator>
    <dc:date>2021-04-27T01:19:51Z</dc:date>
    <item>
      <title>Python command for toggle Collaboration Window</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10270428#M3156</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I cannot find the Python command to toggle on and off the Collaboration window in the VRED Pro interface.&lt;/P&gt;&lt;P&gt;Attached screen grab of the window in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to create a Hotkey and Auto Load for it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, Shawn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 01:19:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10270428#M3156</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-27T01:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python command for toggle Collaboration Window</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10272197#M3157</link>
      <description>&lt;P&gt;Hi Shawn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;The vrMenu class should have the methods you are looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;A href="https://help.autodesk.com/view/VREDPRODUCTS/2022/ENU/?guid=VRED_Python_Documentation_Python_API_V1_vrMenu_vrMenu_class_html" target="_blank"&gt;https://help.autodesk.com/view/VREDPRODUCTS/2022/ENU/?guid=VRED_Python_Documentation_Python_API_V1_vrMenu_vrMenu_class_html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;In the example filemenu3d_scene.py I modified line 11 as shown below to display collaboration menu.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;menu.setWindowResize("Collaboration", 640, 400)&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>Tue, 27 Apr 2021 14:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10272197#M3157</guid>
      <dc:creator>dlincol1</dc:creator>
      <dc:date>2021-04-27T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Python command for toggle Collaboration Window</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10272693#M3158</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thank you for pointing me to the demo script.&amp;nbsp; Its cool to map a VRED menu to a cube but that's not what I am looking to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to toggle on and off the Collaboration window in VRED without mouse clicking the icon or going to Interaction - Collaboration.&amp;nbsp; Too many clicks to get to the window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to make a toggle like the preferences scripts:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;keyQs = vrKey(Key_Q, ShiftButton)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;keyQs.connect("togglePivotManipulator()")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;keyQs.setDescription("Toogle Pivot Manipulator")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Collaboration window will auto open when I use the&amp;nbsp;&lt;STRONG&gt;VRED-Collaboration.vrs&lt;/STRONG&gt; attachment.&amp;nbsp; When you double click it will auto load VRED and open the Collaboration window and fill out the address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code in this &lt;STRONG&gt;.vrs&lt;/STRONG&gt; file:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;vred_collaboration link="USBLXWDCAD929DK/6a1b61612bc4e3" version="1"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want a toggle hotkey to open the window!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 17:54:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10272693#M3158</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-27T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python command for toggle Collaboration Window</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10274603#M3159</link>
      <description>&lt;P&gt;The function to open the GUI of a module is showModule(...), in this case&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;showModule("Collaboration")&lt;/LI-CODE&gt;
&lt;P&gt;Another idea would be to save a Window Layout with this module opened?&lt;/P&gt;
&lt;P&gt;Or add collaboration module icon to the bottom icon bar (by drag&amp;amp;drop).&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 10:11:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10274603#M3159</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2021-04-28T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python command for toggle Collaboration Window</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10276051#M3160</link>
      <description>&lt;P&gt;Thank you this code works!&amp;nbsp; Where in the documentation would I have found this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition I can use&amp;nbsp;hideModule("Collaboration") to turn it off too.&amp;nbsp; Just what I was looking for!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 17:48:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-for-toggle-collaboration-window/m-p/10276051#M3160</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-28T17:48:04Z</dc:date>
    </item>
  </channel>
</rss>

