<?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>Wero's Activities</title><link>https://communities.bentley.com/members/6b9a170d_2d00_2af7_2d00_4c90_2d00_92f9_2d00_4a064acbb417</link><description>Wero's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>I cannot post a new question on Bentley Communities Forum</title><link>https://communities.bentley.com/help/f/communities-feedback-forum/129464/i-cannot-post-a-new-question-on-bentley-communities-forum</link><pubDate>Sun, 11 Dec 2016 22:08:21 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:36ef60e6-f838-48c3-8417-42dfd98c24cb</guid><dc:creator>Wero</dc:creator><description>&lt;p&gt;I have logged into Bentley communities and would like to post a question within the Microstation programming group but do not see the &amp;quot;+New&amp;quot; option anywhere once I&amp;quot;m on the group&amp;#39;s page. &amp;nbsp;I read on the help forum that this may be due to an issue related to&amp;nbsp;my Bentley account. &amp;nbsp;Please help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;
&lt;p&gt;Hector&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Run-time error ‘2147417856 (80010100)’</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/129512/run-time-error-2147417856-80010100</link><pubDate>Mon, 12 Dec 2016 17:09:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:77280e8f-8c79-4cc0-b2c1-e9bb3d4fa3be</guid><dc:creator>Wero</dc:creator><description>&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Hello Bentley community:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;I&amp;rsquo;m new to Microstation programming. I had a run-time error with Microstation: &amp;ldquo;Run-time error &amp;lsquo;2147417856 (80010100)&amp;rsquo;: Automation error System call failed&amp;rdquo;. This error happened when Microstation was controlled by Excel within an iterative cycle. The VBA Code worked well during the first 37 iterations and on the 37&lt;/span&gt;&lt;sup&gt;&lt;span style="font-size:small;"&gt;th&lt;/span&gt;&lt;/sup&gt;&lt;span style="font-size:medium;"&gt; iteration this window appeared: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;img style="margin-right:auto;margin-left:auto;display:block;" alt=" " /&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;Before this, it is worth to mention that I had another run-time error: &amp;ldquo;Run time error &amp;lsquo;462&amp;rsquo;: The remote server machine does not exist or is unavailable&amp;rdquo;, even when a Microstation session was opened. &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Fortunately, I could fix the error 462 by changing a little my VBA code like this: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Sub MacroToSaveDGNFile()&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Dim myMSAppCon As MicroStationDGN.ApplicationObjectConnector&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Dim myMSApp As MicroStationDGN.Application&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Set myMSAppCon = GetObject(, &amp;quot;MicroStationDGN.ApplicationObjectConnector&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Set myMSApp = myMSAppCon.Application&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;myMSAppCon.Application.CadInputQueue.SendCommand (&amp;quot;SAVE AS V8 C:\Users\Wero\Documents\....\MyFile.dgn&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;myMSAppCon.Application.CommandState.StartDefaultCommand&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Set myMSApp = Nothing&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;Set myMSAppCon = Nothing&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;"&gt;&lt;span style="color:#0000ff;font-family:Calibri;font-size:medium;"&gt;End Sub&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;The last code worked well and I have not had that issue (error 462) anymore. However, for the first error (2147417856 (80010100)), I have reviewed some information on the web but nothing related to Microstation. The information I found is only related to Microsoft Office products such as Excel and Access and Outlook. (&lt;/span&gt;&lt;a href="http://www.yqcomputer.com/84_36410_1.htm"&gt;&lt;span style="color:#0563c1;font-family:Calibri;font-size:medium;"&gt;http://www.yqcomputer.com/84_36410_1.htm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;). I&amp;rsquo;m using the AECOsim Extension for GenerativeComponents version 08.11.08.296 and Microsoft Excel 2016&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Is there anything I can do to fix my problem programmatically?, and if so, how? any hint?&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Many thanks in advance,&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Hector &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Times New Roman;font-size:medium;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to include information of a configuration window within key-in browser</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/84359/how-to-include-information-of-a-configuration-window-within-key-in-browser</link><pubDate>Fri, 06 Jun 2014 19:32:36 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:63ed0f3b-0900-48fa-be6e-7c12f1e55030</guid><dc:creator>Wero</dc:creator><description>&lt;p&gt;&lt;span style="line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;Hi all,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;I would like to know whether it&amp;#39;s possible to include information&amp;nbsp;of a configuration window for a tool within the key-in browser when I create an action string. I need, for example, to modify a wall&amp;#39;s materials property (Part Definition) whose new value could be &amp;quot;Unifier_Brick&amp;quot; just by using the key-in browser. Probably, I can start with an action string like this: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#3366ff;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;analyze element selectbyid 11959; dgex modify data;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;However, the later sentence is incomplete because I must include information(The&amp;nbsp;value of&amp;nbsp;the&amp;nbsp;Part Definition property)&amp;nbsp;related to the following configurarion window in the action string:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;&lt;img border="0" alt=" " src="/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/273/5074.key_2D00_in.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;Could someone&amp;nbsp;tell me how to complete my action string so that I can change the value of Part Definition&amp;nbsp;property just by using the action string, please?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;PD: the set item toolsettings key-in doesn&amp;#39;t work for the dgex modify data&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;Thanks in advance&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;Best Regards&lt;/span&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:11pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Key-in strings</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/83600/key-in-strings</link><pubDate>Fri, 06 Jun 2014 19:28:10 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:647c7ee1-cbef-4ec4-8448-4d8d0998bb2a</guid><dc:creator>Wero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new in AECOsim Building Designer. Could someone tell me, please, how to do the following:&lt;/p&gt;
&lt;p&gt;1.How would we know the correct sequence of action strings within a multiple&lt;br /&gt;action string for specific key-ins?&lt;/p&gt;
&lt;p&gt;2.There is an example provided by the AECOsim help about a multiple action string&lt;br /&gt;that places a blue two-inch circle at a user-specified point:&lt;/p&gt;
&lt;p&gt;co=blue; E, PLACE CIRCLE RADIUS; T, 2; M, cfPlace 2 Inch Circle;&lt;br /&gt;%d; null&lt;/p&gt;
&lt;p&gt;Theaction string %d prompts the user to specify a point, however, instead, I tried to write the coordinates of the point by using the following statement (so as not to use the graphical window after activating the circle&amp;rsquo;s key-in):&lt;/p&gt;
&lt;p&gt;co=blue; E, PLACE CIRCLE RADIUS; T, 2; M, cfPlace 2 Inch Circle;&lt;br /&gt;T, 5,5,0; null&lt;/p&gt;
&lt;p&gt;But, it did not work. I couldn&amp;rsquo;t write an specific circle by indicating its center&amp;rsquo;s coordinates. Is there another way to do that?...is it possible?. When I try to move a wall, probably I will need to indicate the new point&amp;rsquo;s coordinates&lt;/p&gt;
&lt;p&gt;3. is there additional Bentley&amp;rsquo;s documentation about the Action Strings, Function Keys and Batch Processing?&lt;/p&gt;
&lt;p&gt;4. The AECOsim help says: For examples of &lt;a href="http://mce_host/products/microstation/microstation_v8i/f/19566/p/addpost.aspx/mk:@MSITStoreC\Program%20Files%20(x86)\Bentley\AECOsimBuildingDesigner%20V8i\Documentation\AECOsimBuildingDesigner.chm::"&gt;action strings&lt;/a&gt;, examine the sample tablet menu DGN file &amp;quot;v8menu.dgn&amp;quot; installed in Bentley&amp;#39;s &amp;quot;..\Workspace\System\menus\dgn&amp;quot; directory. However, I opened that file but I just saw a tablet with icons. I wasn&amp;rsquo;t able to see examples of&lt;br /&gt;action strings. Could you tell me, please, where the action strings are? Or please, correct me if I&amp;rsquo;m wrong&lt;/p&gt;
&lt;p&gt;I appreciate your help&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>