<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016</link><pubDate>Thu, 18 Feb 2021 23:45:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Steve Cocchi</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Current Revision posted to OpenBuildings | AECOsim | Speedikon Wiki by Steve Cocchi on 2/18/2021 11:45:54 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer: &lt;/strong&gt;Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question: Do ISO views in the delivered ScreenMenu.dgnlib respect the active ACS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer: &lt;/strong&gt;No, the view control commands used by this screen menu are &amp;#39;TFVIEW ISO RIGHTBACK | LEFTBACK | LEFT | RIGHT&amp;#39;, they behave differently to the platform &amp;#39;VIEW&amp;#39; commands with regard to ACS.&amp;nbsp;In MicroStation the commands &amp;#39;rotate activeview iso&amp;#39; and &amp;#39;rotate activeview rightiso&amp;#39; operate relative to the active ACS. There are no documented MicroStation equivalents to RIGHTBACK and LEFTBACK.&lt;/p&gt;
&lt;p&gt;Workaround: In the delivered screen menu change the command text as follows (an example is attached):&lt;/p&gt;
&lt;p&gt;tfview iso left = rotate activeview iso&lt;br /&gt;tfview iso right = rotate activeview rightiso&lt;/p&gt;
&lt;p&gt;Enhancement 483679 has been filed requesting that they operate in the same way as the equivalent&amp;nbsp;MicroStation commands and respect the active ACS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: To be archived, Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/7</link><pubDate>Wed, 29 Jun 2016 10:35:58 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Marc Thomas</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 7 posted to OpenBuildings | AECOsim | Speedikon Wiki by Marc Thomas on 6/29/2016 10:35:58 AM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer: &lt;/strong&gt;Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question: Do ISO views in the delivered ScreenMenu.dgnlib respect the active ACS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer: &lt;/strong&gt;No, the view control commands used by this screen menu are &amp;#39;TFVIEW ISO RIGHTBACK | LEFTBACK | LEFT | RIGHT&amp;#39;, they behave differently to the platform &amp;#39;VIEW&amp;#39; commands with regard to ACS.&amp;nbsp;In MicroStation the commands &amp;#39;rotate activeview iso&amp;#39; and &amp;#39;rotate activeview rightiso&amp;#39; operate relative to the active ACS. There are no documented MicroStation equivalents to RIGHTBACK and LEFTBACK.&lt;/p&gt;
&lt;p&gt;Workaround: In the delivered screen menu change the command text as follows (an example is attached):&lt;/p&gt;
&lt;p&gt;tfview iso left = rotate activeview iso&lt;br /&gt;tfview iso right = rotate activeview rightiso&lt;/p&gt;
&lt;p&gt;Enhancement 483679 has been filed requesting that they operate in the same way as the equivalent&amp;nbsp;MicroStation commands and respect the active ACS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/6</link><pubDate>Mon, 27 Jun 2016 16:12:27 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Marc Thomas</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 6 posted to OpenBuildings | AECOsim | Speedikon Wiki by Marc Thomas on 6/27/2016 4:12:27 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer: &lt;/strong&gt;Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question: Do ISO views in the delivered ScreenMneu.dgnlib respect the active ACS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer: &lt;/strong&gt;No, the view control commands used by this screen menu are &amp;#39;TFVIEW ISO RIGHTBACK | LEFTBACK | LEFT | RIGHT&amp;#39;, they behave differently to the platform &amp;#39;VIEW&amp;#39; commands with regard to ACS.&amp;nbsp;In MicroStation the commands &amp;#39;rotate activeview iso&amp;#39; and &amp;#39;rotate activeview rightiso&amp;#39; operate relative to the active ACS. There are no documented MicroStation equivalents to RIGHTBACK and LEFTBACK.&lt;/p&gt;
&lt;p&gt;Workaround: In the delivered screen menu change the command text as follows (an example is attached):&lt;/p&gt;
&lt;p&gt;tfview iso left = rotate activeview iso&lt;br /&gt;tfview iso right = rotate activeview rightiso&lt;/p&gt;
&lt;p&gt;Enhancement 483679 has been filed requesting that they operate in the same way as the equivalent&amp;nbsp;MicroStation commands and respect the active ACS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/5</link><pubDate>Wed, 20 Apr 2016 13:26:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Mary Chib</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 5 posted to OpenBuildings | AECOsim | Speedikon Wiki by Mary Chib on 4/20/2016 1:26:55 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/4</link><pubDate>Wed, 20 Apr 2016 13:24:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Mary Chib</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 4 posted to OpenBuildings | AECOsim | Speedikon Wiki by Mary Chib on 4/20/2016 1:24:40 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/3</link><pubDate>Wed, 20 Apr 2016 13:23:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Mary Chib</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 3 posted to OpenBuildings | AECOsim | Speedikon Wiki by Mary Chib on 4/20/2016 1:23:45 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;strong&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/2</link><pubDate>Wed, 20 Apr 2016 13:22:05 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Mary Chib</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 2 posted to OpenBuildings | AECOsim | Speedikon Wiki by Mary Chib on 4/20/2016 1:22:05 PM&lt;br /&gt;
&lt;h4 class="content"&gt;&lt;strong&gt;April&amp;nbsp;2016: Customizing the AECOsim Building Designer&amp;nbsp;Interface with Screen Menus&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item><item><title>04 April, 2016</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016/revision/1</link><pubDate>Wed, 20 Apr 2016 13:19:15 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7222628-e9d0-4222-af47-78a89c21b265</guid><dc:creator>Mary Chib</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/27897/04-april-2016#comments</comments><description>Revision 1 posted to OpenBuildings | AECOsim | Speedikon Wiki by Mary Chib on 4/20/2016 1:19:15 PM&lt;br /&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Can you add Project Explorer Links onto elements in the Screen Menu to open to a different file (like a Video, Document or website)? Or perhaps there is a key-in to open a file outside of ABD/MS?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; To open a Windows application use &amp;#39;$ %[application]&amp;#39;. For example, &amp;#39;$ %excel&amp;#39; will open Excel. Config variables can also be incorporated into the key-in, for example &amp;#39;$ %explorer $(_USTN_OUT)&amp;#39; will open Windows Explorer to your project OUT folder.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Since the view size of the Saved View controls the size of the pop-up menu, is there a way to accurately control the view size in order to keep the view sizes consistent from one menu to another?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The key-in &amp;#39;MDL SILENTLOAD viewsize&amp;#39; opens the View Size dialog that allows the view to be sized in pixels. Remember that screen menus are sized in pixels so could be quite small on 4k monitors.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: Are screen menus available in all Bentley products or just AECOsim.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; The ability to create screen menus has been a base MicroStation capability since V8 was released, so they are available in all Bentley products built on the MicroStation platform. AECOsim actually delivers a sample View Control screen menu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Question: How do you Create a button assignment for a screen menu that you have created?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&lt;strong&gt;Answer:&lt;/strong&gt; Go to Workspace &amp;gt; Button Assignments. Select the button combination you would like to use, for instance, Alt+Shift+Reset and then type in the Key-in string for opening a screen menu in the action field. The key-in is &amp;#39;SCREENMENU OPENPOPUP [name of dgnlib],[name of model],[name of saved view]&amp;#39;, for instance, SCREENMENU OPENPOPUP ScreenMenus,ViewControlMenu,ViewControlMenu.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If you have created some screen menus and would like to share what you have done, please post some images here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Screen menus&lt;/div&gt;
</description></item></channel></rss>