<?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 Re: Get current index of the tabulator field in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-current-index-of-the-tabulator-field/m-p/142888#M5912</link>
    <description>If my understanding is correct, you should try &lt;FONT color="#808080"&gt;DGListGetItemFromPosition()&lt;/FONT&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Something like:
&lt;PRE&gt;//...
case DG_MSG_CLICK:
	DGListMsgData* listMsgData = (DGListMsgData*)msgData;
	short idx = DGListGetItemFromPosition(dialId, itemId, listMsgData-&amp;gt;xPos, listMsgData-&amp;gt;yPos);
//...&lt;/PRE&gt;</description>
    <pubDate>Tue, 11 Mar 2014 09:56:57 GMT</pubDate>
    <dc:creator>ReignBough</dc:creator>
    <dc:date>2014-03-11T09:56:57Z</dc:date>
    <item>
      <title>Get current index of the tabulator field</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-current-index-of-the-tabulator-field/m-p/142887#M5911</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;if my list box set 2 tab field and then user click first tab field position.&lt;BR /&gt;I would like to get current index of the tabulator field from click MSG.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:28:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-current-index-of-the-tabulator-field/m-p/142887#M5911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T14:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get current index of the tabulator field</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-current-index-of-the-tabulator-field/m-p/142888#M5912</link>
      <description>If my understanding is correct, you should try &lt;FONT color="#808080"&gt;DGListGetItemFromPosition()&lt;/FONT&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Something like:
&lt;PRE&gt;//...
case DG_MSG_CLICK:
	DGListMsgData* listMsgData = (DGListMsgData*)msgData;
	short idx = DGListGetItemFromPosition(dialId, itemId, listMsgData-&amp;gt;xPos, listMsgData-&amp;gt;yPos);
//...&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Mar 2014 09:56:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-current-index-of-the-tabulator-field/m-p/142888#M5912</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2014-03-11T09:56:57Z</dc:date>
    </item>
  </channel>
</rss>

