<?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 Type Def'd Controls on Front Panel not Updating in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245048#M525606</link>
    <description>&lt;P&gt;I have several Controls on my Front Panel that are based on a Type Defeinition Control. One of the "copies" are on a Tab Control, the other is inside an Array Control. The Type Definition has a Cluster Control with some other Controls inside it.&amp;nbsp;When I open the Type Definition and make some changes, like moving Control around or changingthier sizes, I Save the Type Definition and Close it. Then when I go back to my Front Panel, even though the "copies" have Auto-Update from Type Def. turned on, the Control "copies" not longer resemble the new Type Definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get the changes that I make to the Type Definition be refelected automatically in the "copies" on my Front Panel?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Sep 2010 14:42:43 GMT</pubDate>
    <dc:creator>dbaechtel</dc:creator>
    <dc:date>2010-09-11T14:42:43Z</dc:date>
    <item>
      <title>Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245048#M525606</link>
      <description>&lt;P&gt;I have several Controls on my Front Panel that are based on a Type Defeinition Control. One of the "copies" are on a Tab Control, the other is inside an Array Control. The Type Definition has a Cluster Control with some other Controls inside it.&amp;nbsp;When I open the Type Definition and make some changes, like moving Control around or changingthier sizes, I Save the Type Definition and Close it. Then when I go back to my Front Panel, even though the "copies" have Auto-Update from Type Def. turned on, the Control "copies" not longer resemble the new Type Definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get the changes that I make to the Type Definition be refelected automatically in the "copies" on my Front Panel?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 14:42:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245048#M525606</guid>
      <dc:creator>dbaechtel</dc:creator>
      <dc:date>2010-09-11T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245050#M525607</link>
      <description>&lt;P&gt;Cosmetics are only propagated if you use a &lt;STRONG&gt;strict type def&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I frequently switch to a strict type def for this reason, but revert it back to a normal type def, so I can e.g. populate the rings via a property node during run-time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 14:51:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245050#M525607</guid>
      <dc:creator>F._Schubert</dc:creator>
      <dc:date>2010-09-11T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245054#M525609</link>
      <description>&lt;P&gt;Tab controls don't work that way.&amp;nbsp; place a type def on a tab and it really breaks the link to the type def.&amp;nbsp; (known bug)&amp;nbsp; and one of the reasons I avoid tabs except for GUI utilities that have no re-use potential.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it out from the VI Hierarchy&amp;gt; Find all instances of the type-def.&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://ni.lithium.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&amp;nbsp; the one on the tab can't be "found"&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 15:00:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245054#M525609</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2010-09-11T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245064#M525612</link>
      <description>&lt;P&gt;What about the Type Def "copy" that is in an Array Control? It is not on a Tab Control. It also is showing the same problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can Open the Type Def from this Controls, but they don't update properly.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 15:35:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245064#M525612</guid>
      <dc:creator>dbaechtel</dc:creator>
      <dc:date>2010-09-11T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245066#M525613</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/44124"&gt;@f.&lt;/a&gt; Schubert wrote:&lt;BR /&gt;
&lt;P&gt;Cosmetics are only propagated if you use a &lt;STRONG&gt;strict type def&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I frequently switch to a strict type def for this reason, but revert it back to a normal type def, so I can e.g. populate the rings via a property node during run-time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Felix&lt;/P&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How do I "use a strict type def" and how do I "&amp;nbsp;revert it back to a normal type def" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will give it a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THANKS.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 15:37:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245066#M525613</guid>
      <dc:creator>dbaechtel</dc:creator>
      <dc:date>2010-09-11T15:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Type Def'd Controls on Front Panel not Updating</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245118#M525632</link>
      <description>&lt;P&gt;When you customize the control, you have the option to make it a type def. In the same ring, you also have the option to make it a strict type def.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 17:50:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Type-Def-d-Controls-on-Front-Panel-not-Updating/m-p/1245118#M525632</guid>
      <dc:creator>F._Schubert</dc:creator>
      <dc:date>2010-09-11T17:50:04Z</dc:date>
    </item>
  </channel>
</rss>

