<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How can i create a ComboBox like the System Tools-&amp;gt;Attributes-&amp;gt;Active Level Combobox?</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/90690/how-can-i-create-a-combobox-like-the-system-tools--attributes--active-level-combobox</link><description>I used mdlLevelList_getLevelNamesWithAttributes to get the level listmodel,and passed it to my Combobox. 
 The problem is when i use mdlDialog_comboBoxSetPopupState to make my ComboBox dropdown listbox stay opening,I found it&amp;#39;ll cause a fault. 
 I chick</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can i create a ComboBox like the System Tools-&gt;Attributes-&gt;Active Level Combobox?</title><link>https://communities.bentley.com/thread/281554?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2014 07:20:02 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a792ead2-7911-45f6-910a-de110d4d8087</guid><dc:creator>makaveil jojo</dc:creator><description>&lt;p&gt;Sounds like an interesting topic to me, making me think about a &lt;a style="text-decoration:none;color:#333333;font-size:14px;" href="http://www.kettic.com/winforms_ui/multi_column_combobox.shtml"&gt;UI combobox control&lt;/a&gt; I&amp;#39;d read about before. The &lt;a style="text-decoration:none;color:#333333;font-size:14px;" href="http://www.kettic.com/winforms_ui/csharp_guide/multi_column_combobox_dropdown.shtml"&gt;combobox dropdown property&lt;/a&gt; might be helpful in this situation, however, they doesn&amp;#39;t seems to use the identical programming language.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: How can i create a ComboBox like the System Tools-&gt;Attributes-&gt;Active Level Combobox?</title><link>https://communities.bentley.com/thread/259378?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2013 06:35:35 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2200bd02-bf03-4a22-98d1-255fa536074d</guid><dc:creator>速度 水电费</dc:creator><description>&lt;p&gt;I have tried example projects cstexmpl and newitems.But it didn&amp;#39;t &amp;nbsp;conform to my scene.&lt;/p&gt;
&lt;p&gt;My combobox hook could not receive DITEM_MESSAGE_FOCUSIN message in my scene.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: How can i create a ComboBox like the System Tools-&gt;Attributes-&gt;Active Level Combobox?</title><link>https://communities.bentley.com/thread/259168?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2013 13:55:16 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ffcd7817-3a71-457f-bf3d-fd518e286c9a</guid><dc:creator>Jon Summers</dc:creator><description>&lt;p&gt;The only examples I can find that use that function call it from the FOCUS IN event ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-family:courier new,courier;"&gt;case DITEM_MESSAGE_FOCUSIN:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (riP &amp;amp;&amp;amp; dimP-&amp;gt;u.focusIn.focusOutType == FOCUSOUT_KEYSWITCH)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;mdlDialog_comboBoxSetPopupState (riP, TRUE);&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;See example projects &lt;em&gt;cstexmpl&lt;/em&gt; and &lt;em&gt;newitems&lt;/em&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: How can i create a ComboBox like the System Tools-&gt;Attributes-&gt;Active Level Combobox?</title><link>https://communities.bentley.com/thread/259164?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2013 12:42:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:390934a1-c5fb-40cf-ac09-630e8b877eb0</guid><dc:creator>速度 水电费</dc:creator><description>&lt;p&gt;Because the ComboBox drop-down list will close when i chick on it.&lt;/p&gt;
&lt;p&gt;I need to keep the list opening.Like what the Attributes-&amp;gt;Active Level ComboBox do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: How can i create a ComboBox like the System Tools-&gt;Attributes-&gt;Active Level Combobox?</title><link>https://communities.bentley.com/thread/259159?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2013 12:16:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f58df53e-1065-4f14-9afa-effb488969f6</guid><dc:creator>Jon Summers</dc:creator><description>&lt;p&gt;Why do you need to call &lt;span style="font-family:courier new,courier;"&gt;mdlDialog_comboBoxSetPopupState&lt;/span&gt; from your hook function?&amp;nbsp; Doesn&amp;#39;t the drop-down list display correctly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>