<?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: suppress registration popup at IDE start in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412433#M2686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Pascal. This did the trick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2015 19:18:09 GMT</pubDate>
    <dc:creator>clinthelton</dc:creator>
    <dc:date>2015-09-28T19:18:09Z</dc:date>
    <item>
      <title>suppress registration popup at IDE start</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412431#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I suppress the CodeWarrior registration popup (see attached image) when I invoke the CW IDE?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am using a valid license but apparently have a timing or other communication glitch with license server that always&lt;/P&gt;&lt;P&gt;causes this popup. Normally, this is merely an annoyance, and I dismiss the popup by clicking "Register Later". Now&lt;/P&gt;&lt;P&gt;I'm trying to automate CW using the OLE interface via Perl, and this popup is getting in my way.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I invoke the IDE from Perl here:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;use strict;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;use warnings;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;use Win32::OLE;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;use constant cwAppName =&amp;gt; qw(CodeWarrior.CodeWarriorApp);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;#Create an instance of CodeWarrior&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;printf("Creating instance of \"%s\"\n", cwAppName);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3334ca;"&gt;&lt;STRONG&gt;my $CW = Win32::OLE-&amp;gt;new(cwAppName);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I invoke the IDE minimized via the '/f n' command line option, the popup does not appear. I know this&lt;/P&gt;&lt;P&gt;because when I click on the minimized app, the popup is not there and the CW app is ready to use. So&lt;/P&gt;&lt;P&gt;is there a way I can tweak the above Perl code to either invoke it minimized or to dismiss the popup&lt;/P&gt;&lt;P&gt;via the "Register Later" button?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="79758_79758.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120666i59AB9CD0F37ADACA/image-size/large?v=v2&amp;amp;px=999" role="button" title="79758_79758.PNG" alt="79758_79758.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CodeWarriorRegistrationPopup.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57564i58796EA6137E285B/image-size/large?v=v2&amp;amp;px=999" role="button" title="CodeWarriorRegistrationPopup.PNG" alt="CodeWarriorRegistrationPopup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 16:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412431#M2684</guid>
      <dc:creator>clinthelton</dc:creator>
      <dc:date>2015-09-25T16:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: suppress registration popup at IDE start</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412432#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've some problem with classic tools under Windows 7.&lt;/P&gt;&lt;P&gt;There are some FlexLM compatibility drivers under Win 7.&lt;/P&gt;&lt;P&gt;This is the case for the IDE delivered on some product which is locked on USBDongle ID for instance.&lt;/P&gt;&lt;P&gt;Don't care about this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove it you can add the following feature to your license file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FEATURE Win32_CWIDE_Limited metrowks 5.5 permanent uncounted \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00E825C5615A HOSTID=ANY TS_OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412432#M2685</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-09-28T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: suppress registration popup at IDE start</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412433#M2686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Pascal. This did the trick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 19:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/suppress-registration-popup-at-IDE-start/m-p/412433#M2686</guid>
      <dc:creator>clinthelton</dc:creator>
      <dc:date>2015-09-28T19:18:09Z</dc:date>
    </item>
  </channel>
</rss>

