<?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 SetActivePanel and EasyTabs in LabWindows/CVI</title>
    <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407704#M25035</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm using the EasyTab functions to create a tabbed user interface in
LabWindows/CVI V7.1. Sometimes, I require these tabs to be
programmatically selected, and I use the SetActivePanel() function for
this. The desired panel is always made active, but its associated tab
is not redrawn in the raised 3-D graphical format, as would happen if
activated by clicking on the tab. Instead, the tab of the panel that was
active before SetActivePanel() is called remains visually unaltered so
that it appears that the contents of the tabbed panel have changed rather than
the actual panel itself. Is there a work-around for this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
John.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 23 Aug 2006 15:49:18 GMT</pubDate>
    <dc:creator>JAH</dc:creator>
    <dc:date>2006-08-23T15:49:18Z</dc:date>
    <item>
      <title>SetActivePanel and EasyTabs</title>
      <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407704#M25035</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm using the EasyTab functions to create a tabbed user interface in
LabWindows/CVI V7.1. Sometimes, I require these tabs to be
programmatically selected, and I use the SetActivePanel() function for
this. The desired panel is always made active, but its associated tab
is not redrawn in the raised 3-D graphical format, as would happen if
activated by clicking on the tab. Instead, the tab of the panel that was
active before SetActivePanel() is called remains visually unaltered so
that it appears that the contents of the tabbed panel have changed rather than
the actual panel itself. Is there a work-around for this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
John.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2006 15:49:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407704#M25035</guid>
      <dc:creator>JAH</dc:creator>
      <dc:date>2006-08-23T15:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: SetActivePanel and EasyTabs</title>
      <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407712#M25036</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I never used the EasyTabs, but I guess using the &amp;nbsp;EasyTab_SetAttribute function with the&amp;nbsp; ATTR_EASY_TAB_ACTIVE_PANEL attribute instead of using SetActivePanel might solve the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2006 15:58:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407712#M25036</guid>
      <dc:creator>Wim S</dc:creator>
      <dc:date>2006-08-23T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: SetActivePanel and EasyTabs</title>
      <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407780#M25043</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the suggestion. This seems logical, but &lt;SPAN class="noindex"&gt;ATTR_EASY_TAB_ACTIVE_PANEL is an invalid attribute for this function. &lt;BR /&gt;
&lt;BR /&gt;
John.&lt;BR /&gt;
&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2006 17:36:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407780#M25043</guid>
      <dc:creator>JAH</dc:creator>
      <dc:date>2006-08-23T17:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: SetActivePanel and EasyTabs</title>
      <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407794#M25047</link>
      <description>&lt;DIV&gt;This should have worked.&amp;nbsp; Any chance you have the function parameters out of order?&lt;/DIV&gt;
&lt;DIV&gt;EasyTab_SetAttribute(panelHandle, TabControlHandle, &lt;SPAN class="noindex"&gt;ATTR_EASY_TAB_ACTIVE_PANEL, HandleOfPanelInTab Control&amp;nbsp;&lt;/SPAN&gt;);&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2006 18:03:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/407794#M25047</guid>
      <dc:creator>mvr</dc:creator>
      <dc:date>2006-08-23T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SetActivePanel and EasyTabs</title>
      <link>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/408127#M25059</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Indeed I had them out of order mrv. It works perfectly, thanks.&lt;BR /&gt;
&lt;BR /&gt;
John.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:18:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabWindows-CVI/SetActivePanel-and-EasyTabs/m-p/408127#M25059</guid>
      <dc:creator>JAH</dc:creator>
      <dc:date>2006-08-24T13:18:45Z</dc:date>
    </item>
  </channel>
</rss>

