<?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>TimSparks's Activities</title><link>https://communities.bentley.com/members/13e883ad_2d00_b9cc_2d00_46bd_2d00_9b68_2d00_52920b959dcc</link><description>TimSparks's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>View Rotation Setting</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/168187/view-rotation-setting</link><pubDate>Tue, 18 Sep 2018 11:56:10 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:03644edc-f6a3-4c72-af5a-d16c921d4125</guid><dc:creator>TimSparks</dc:creator><description>&lt;p&gt;When a view is rotated, is there a var or setting that can be tested that will say yes, the view is rotated?&lt;/p&gt;
&lt;p&gt;if viewvar = rotated; then do something&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Autodesk 2018 File Format</title><link>https://communities.bentley.com/products/microstation/f/fileformats-forum/138585/autodesk-2018-file-format</link><pubDate>Mon, 17 Jul 2017 19:28:22 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:cce4a270-1289-438b-8c5e-38c5e4d87e4b</guid><dc:creator>TimSparks</dc:creator><description>&lt;p&gt;Will the 08.11.09.714 Microstation version open an AutoCad 2018 file format?&amp;nbsp; Or will it only support the 2013 file format?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Mon, 17 Jul 2017 15:20:01 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:75117b8f-9dd3-4e9b-8167-bbdb9caeba99</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>barmenu - v8i</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/104650/barmenu---v8i</link><pubDate>Thu, 12 Feb 2015 19:37:03 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f1c5a159-9250-48de-854b-e2459277293c</guid><dc:creator>TimSparks</dc:creator><description>&lt;p&gt;Is it possible to call an mdf from an mdf.&amp;nbsp; Sort of like partial menus in AutoCad?&amp;nbsp; I want to have a base menu that I can call project/discipline specific mdf&amp;#39;s from.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Microstation J License file Question...</title><link>https://communities.bentley.com/communities/other_communities/licensing_cloud_and_web_services/f/forum/108164/microstation-j-license-file-question</link><pubDate>Tue, 23 Jun 2015 18:38:00 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:567cb24b-ed36-4e67-a8d1-5e1b03d88ad3</guid><dc:creator>TimSparks</dc:creator><description>&lt;p&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;Jeremy,&lt;/p&gt;
&lt;p&gt;Currently, all of our mslocal.cfg files have syntax that points the license file to a network server.&lt;/p&gt;
&lt;p dir="ltr"&gt;Each license file sets SERVER location specific to the office location.&lt;/p&gt;
&lt;p&gt;_USTN_LICENSING=J:/CBICAD/Mstn/V7/_License/&lt;/p&gt;
&lt;p&gt;In the past, we listed several servers so that we could get a rollover if a server went down.&lt;/p&gt;
&lt;p&gt;We no longer do that because we want good reporting.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What I&amp;#39;m concerned about is if the WAN or LAN goes down and the network drive is not available.&lt;/p&gt;
&lt;p&gt;Can I add a second line that says SERVER=&amp;quot;localhost&amp;quot; and if the first line fails it will go to a local license file?&lt;/p&gt;
&lt;p&gt;SERVER=&amp;quot;H2RWPLIC01&amp;quot;&lt;/p&gt;
&lt;p&gt;SERVER=&amp;quot;localhost&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Loading BarMenu</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/21748/loading-barmenu</link><pubDate>Thu, 12 Feb 2015 20:07:33 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ba017e21-181b-4e62-8843-b70417726106</guid><dc:creator>Chris Diggens</dc:creator><description>&lt;p&gt;Im using Barmenu with the &amp;#39;dropdown menu list and the Repeat Command button&amp;#39; (Ver3.0.0)&amp;nbsp; ...my question is how do I load the BarMenu with a preselected menu...see below for code snipit...&lt;/p&gt;
&lt;p&gt;CadInputQueue.SendKeyin &amp;quot;mdl load mybarmenu&amp;quot;&lt;br /&gt; SetCExpressionValue &amp;quot;menutype&amp;quot;, 3, &amp;quot;MYBARMENU&amp;quot;&lt;br /&gt; &lt;br /&gt; The code above loads MyBarMenu with the 3rd menu displayed as per MyBarMenu.ini on the dropdown list but actually only loads the first menu as listed in the MyBarmenu .ini file......&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any help would be greatly appreciated&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>