<?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: LabVIEW 8 bug?:  reusing custom controls with imported graphics in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322219#M166300</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Thanks for looking into it.&lt;/P&gt;
&lt;P&gt;I did post a project with VIs and screenshots yesterday at that other post that I linked to above.&lt;/P&gt;
&lt;P&gt;I'm surpised you didn't repeat the problem because it happens for me every time.&amp;nbsp; I'm running Windows 2000.&lt;/P&gt;
&lt;P&gt;I just recreated the VI, project, exe, and screenshots and it is attached here.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Message Edited by mochalatte on &lt;SPAN class="date_text"&gt;02-08-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:08 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2006 18:07:57 GMT</pubDate>
    <dc:creator>travispape</dc:creator>
    <dc:date>2006-02-08T18:07:57Z</dc:date>
    <item>
      <title>LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322112#M166253</link>
      <description>&lt;DIV&gt;I found a repeatable bug in LabVIEW 8.&amp;nbsp; Here are some simple steps to demonstrate it:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;1. Open a new blank VI.&lt;/DIV&gt;
&lt;DIV&gt;2. Place a control in it.&amp;nbsp; (A boolean works well for demonstration, but I also found the problem occurs for others)&lt;/DIV&gt;
&lt;DIV&gt;3. Right click:&amp;nbsp; advanced-&amp;gt;customize...&lt;/DIV&gt;
&lt;DIV&gt;4. Copy a picture in a&amp;nbsp;graphics application&amp;nbsp;(just create something simple in Paint and copy it)&lt;/DIV&gt;
&lt;DIV&gt;5. Go back to the control you are customizing in LabVIEW.&amp;nbsp; Right click on the control and do "Import Picture from Clipboard-&amp;gt;false"&lt;/DIV&gt;
&lt;DIV&gt;6.&amp;nbsp;Close the control, replacing the control with the customized version.&amp;nbsp; (Doesn't matter if you save the custom control or not nor if you save it as a control, typedef, or strict typedef.)&lt;/DIV&gt;
&lt;DIV&gt;7. Copy the boolean and paste a second copy of it into your VI.&lt;/DIV&gt;
&lt;DIV&gt;8. Open a new project, adding your VI to it.&lt;/DIV&gt;
&lt;DIV&gt;9. Create a new .exe application in the project, go to "Source Files" in its properties, add your VI as the startup VI.&lt;/DIV&gt;
&lt;DIV&gt;10. Build your application.&lt;/DIV&gt;
&lt;DIV&gt;11. Run it.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You'll see that only one of your booleans has the graphics that you imported and the other will have some place-holder graphic (a stretched 'd') instead of the desired graphic.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In playing around with this,&amp;nbsp;I found a simple&amp;nbsp;workaround that would fix this example would be to import the graphics for each copy of the control in the main VI (right click on each copy of the control, customize, import graphics again).&amp;nbsp; However, this isn't a good workaround in my application where I have many instances of my customized button and the button is saved as a typedef.&amp;nbsp; The whole idea with typedefs is that I can edit it and every instance of it in my applications will reflect the changes.&amp;nbsp; I don't want to disconnect from the typedef, which is what I would have to do to apply this workaround.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Reusing a control with imported graphics worked fine for me in LabVIEW 7.1.&amp;nbsp; I didn't have problems with this until I upgraded to LabVIEW 8.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This is the same bug that I posted about yesterday &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=166091&amp;amp;query.id=17436#M166091" target="_blank"&gt;here&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One thing that I already tried is to uncheck the build application switch for "disconnect type definitions and remove unused polymophic BI instances".&amp;nbsp; Doesn't seem to matter how this is set.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Can anyone think of a workaround for me that doesn't involve me disconnecting from my type def?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 15:47:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322112#M166253</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T15:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322206#M166294</link>
      <description>&lt;DIV&gt;Sorry that you are having such difficulty.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I just tried your steps and I could not reproduce the behavior.&amp;nbsp; I would like to look into this problem some more and I think it might help if you submitted a small project (and associated VIs/images) that I can use to reproduce the problem.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please submit the files on these forums if possible.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Jeff Peters&lt;/DIV&gt;
&lt;DIV&gt;LabVIEW User Interface.&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 17:49:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322206#M166294</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-08T17:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322219#M166300</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Thanks for looking into it.&lt;/P&gt;
&lt;P&gt;I did post a project with VIs and screenshots yesterday at that other post that I linked to above.&lt;/P&gt;
&lt;P&gt;I'm surpised you didn't repeat the problem because it happens for me every time.&amp;nbsp; I'm running Windows 2000.&lt;/P&gt;
&lt;P&gt;I just recreated the VI, project, exe, and screenshots and it is attached here.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Message Edited by mochalatte on &lt;SPAN class="date_text"&gt;02-08-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:08 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2006 18:07:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322219#M166300</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T18:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322242#M166308</link>
      <description>&lt;P&gt;Jeff, can you post your .exe so that I can see how it looks for me?&lt;/P&gt;
&lt;P&gt;Is your LabVIEW 8 installation patched in any way?&amp;nbsp; I just did a LabVIEW 8 installation for the first time using the SSP disks dated Nov 2005.&amp;nbsp; I have the professional dev suite.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2006 18:57:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322242#M166308</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322246#M166311</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I don't think I am using a patched LabVIEW.&amp;nbsp; I was very careful to use the version that we released to build and execute the application.&amp;nbsp; Here it is anyway.&amp;nbsp; Sorry about the .zip -- apparantly you cannot attach .exe's directly.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Jeff P&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:01:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322246#M166311</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-08T19:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322299#M166337</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;What you built looks like it is supposed to for me also, so it seems that the problem occurs when I build on my machine.&lt;/P&gt;
&lt;P&gt;How does the exe that I built look when you run it?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2006 20:01:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322299#M166337</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T20:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322304#M166339</link>
      <description>&lt;DIV&gt;It is goofed -- like you described.&amp;nbsp;&amp;nbsp; But that isn't really the problem -- we need to&amp;nbsp;reproduce how it got messed up, not that it is messed up.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Still working on it.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Jeff P&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 20:08:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322304#M166339</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-08T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322386#M166384</link>
      <description>I can build your vi and it looks just like it is supposed to. i have know idea why yours is goofed up.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 22:32:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322386#M166384</guid>
      <dc:creator>Joe_H</dc:creator>
      <dc:date>2006-02-08T22:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322389#M166386</link>
      <description>&lt;DIV&gt;Ok -- so it isn't just me.&amp;nbsp; Are you on Win2K or WinXP?&amp;nbsp; Perhaps this is just a Win2K problem?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Jeff P&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 22:34:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322389#M166386</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-08T22:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322400#M166390</link>
      <description>I'm using XP.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 23:01:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322400#M166390</guid>
      <dc:creator>Joe_H</dc:creator>
      <dc:date>2006-02-08T23:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322403#M166392</link>
      <description>&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;
sarahk wrote &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=166091" target="_blank"&gt;on this &lt;FONT color="#ff0000"&gt;other&lt;/FONT&gt; thead&lt;/A&gt;:&lt;BR /&gt;
&lt;DIV&gt;Hi, mochalatte.&lt;BR /&gt;&lt;BR /&gt;When I ran your executable I saw the bad images you described. When I created my own build from your code, however, the custom images appeared on all the buttons as desired. So I have a few question for you:&lt;BR /&gt;&lt;BR /&gt;What OS are you using?&lt;BR /&gt;Does the problem occur repeatedly? IE, if you build the application more than once will the same behavior occur?&lt;BR /&gt;Does it still occur if you close and reopen LabVIEW?&lt;BR /&gt;Has this process ever worked for you in LabVIEW 8.0? 
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV style="OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 48px; ; HEIGHT: expression((parseInt(this.scrollHeight)&amp;gt;128)?128:this.scrollHeight)"&gt;Sarah K.&lt;BR /&gt;Applications Engineer&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;HR /&gt;
&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sarah, Thanks for looking at it.&amp;nbsp; Sorry that I got 2 thread started on this, but I thought I would try to merge them here.&amp;nbsp; To answer your questions:&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I'm on Windows 2000&lt;/P&gt;
&lt;P&gt;yes the problem happens every time I build an app involving imported pictures on my machine&lt;/P&gt;
&lt;P&gt;yes it happens every time I launch&lt;/P&gt;
&lt;P&gt;no, this has never worked for me in LabVIEW 8.0.&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I just installed this LabVIEW 8 on my machine Friday.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2006 23:07:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322403#M166392</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T23:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322417#M166396</link>
      <description>&lt;P&gt;On more disturbing bit of data on this:&amp;nbsp; Today I installed LabVIEW 8 on my laptop, and there my application it builds fine--no problems with missing pictures &amp;lt;blink&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the same:&lt;/P&gt;
&lt;P&gt;* Both machines run Win2000 as managed by my workplace.&amp;nbsp; (Both machines get the same patches pushed to them, so there can hardly be any room for OS differences between them.)&lt;/P&gt;
&lt;P&gt;* Both machines orginally had 7.1 installed.&amp;nbsp; I applied the 7.1.1 patch to both of them and did mass recompiles on both of them more than a year ago.&lt;/P&gt;
&lt;P&gt;* I installed LabVIEW 8 on each of them in an identical manner:&amp;nbsp; I did &lt;FONT color="#ff0000"&gt;not&lt;/FONT&gt; uninstall LV711, I installed LabVIEW8 in the default folder with all the default options, and I installed the 2 driver disks with mostly default options (I turned on a serial driver package and an IVI compliance package on each machine)&lt;/P&gt;
&lt;P&gt;* Both computers are HP machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is different:&lt;/P&gt;
&lt;P&gt;* The problem occurs on my desktop where I do almost all my development. The other computer where the build works fine is a laptop.&lt;/P&gt;
&lt;P&gt;* I have &lt;FONT color="#ff0000"&gt;not&lt;/FONT&gt; yet installed all the toolkits that come with the Prof Developers Suite&amp;nbsp;on the Laptop.&amp;nbsp; Here's the toolkits I installed on my desktop (none of which I have yet put on the laptop):&amp;nbsp; &lt;/P&gt;
&lt;UL dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;UL dir="ltr"&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;Advanced Signal Processing&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;Enterprise&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;Database Connectivity&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;Internet&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;SPC&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;PID Control&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;Report Generation&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;State Diagram&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="MARGIN-RIGHT: 0px"&gt;VI Analyzer&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P style="MARGIN-RIGHT: 0px"&gt;Do you think the problem could have been introduced on my desktop with one of those toolkit installs?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2006 23:30:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322417#M166396</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-08T23:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322703#M166518</link>
      <description>&lt;DIV&gt;Today I installed the same toolkits on the laptop, one by one, building my little test project between each install and never did start having the problem with the missing picture.&amp;nbsp; I rebooted and tried building one more time--still no problem.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I've got a sick LabVIEW environment on my desktop in a small, yet bothersome way&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If it comes to it, are there instructions posted anywhere for completely cleaning LabVIEW off your computer and out of your registry etc. to prepare it for a pristine reinstall?&amp;nbsp; I think I would be inclined to remove both LV 71 and LV8 and reinstall only 8 (despite my current&amp;nbsp;problems).&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:27:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322703#M166518</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-09T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322850#M166576</link>
      <description>&lt;DIV&gt;It seems like figuring what the source of that stretched 'd' graphic might give an indication as to what is going wrong for me.&amp;nbsp; Have you looked into that with the LabVIEW developers?&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 18:17:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322850#M166576</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-09T18:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322949#M166616</link>
      <description>&lt;DIV&gt;Ok, the LabVIEW on my laptop is broken now also.&amp;nbsp; That is, whenever I try to build anything that has more than one copy of a custom control with an&amp;nbsp;imported picture, only one picture shows up in the resulting application.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;As I posted above, everything was working fine on the laptop earlier today.&amp;nbsp; Here's what I did on the notebook after that:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;1. I added a test specification to my little test build (the same one I most recently attached in this thread) to build an installer.&amp;nbsp; After building it, I ran the installer and then ran the resulting exe from within my "c:\program files\my project" folder.&amp;nbsp; I'm pretty sure that it worked like it should; however, I'm not sure if I'm remembering correctly because when I run it now it has the problem.&amp;nbsp; As a test, I took a copy of that exe to a computer in the lab that never had LabVIEW8 installed on it before, installed the runtime engine on it, and when I look at the exe it has the problem there too.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2. The other thing I did was to build my real project (the one that I have been developing in LabVIEW 711 for the last several months) on my laptop.&amp;nbsp; I did so with the same .lvproj file that I created on my desktop using the .bld file conversion utility that comes with LabVIEW8.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In any case, one of the two actions above has made the same permanent change to my notebook that I have on my desktop:&amp;nbsp; Even from a fresh reboot and a fresh launch of LabVIEW and a freshly-created test project, if I build a project involving more than one copy of a custom control with an imported picture, the resulting application only shows one copy of the picture and a place-holder d's everywhere else.&amp;nbsp; I've attached the new test project I just created on the laptop showing this to be the case there too.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Travis&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 20:33:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322949#M166616</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-09T20:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322979#M166631</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Just redoing the attachement.&amp;nbsp; The one above doesn't have the exe I built.</description>
      <pubDate>Thu, 09 Feb 2006 21:08:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322979#M166631</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-09T21:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322994#M166643</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;I have a pretty good idea of what is going on, but I still cannot reproduce the corruption so I still can not really understand the cause of this.&amp;nbsp; You get the "d" image because the VI is saved (somehow) referencing that image -- that image is one of LV's built in images, the decimal radix image.&lt;/P&gt;
&lt;P&gt;I tried your new steps and looked at your application.&amp;nbsp; I still cannot reproduce the corruption.&lt;/P&gt;
&lt;P&gt;Jeff P&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2006 21:30:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322994#M166643</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-09T21:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322996#M166644</link>
      <description>&lt;DIV&gt;Actually, I just tried your new application and installer and the application runs fine... no missing images.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Did I miss something?&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 21:35:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/322996#M166644</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-09T21:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/323003#M166648</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/31283"&gt;@jpeters&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;DIV&gt;Actually, I just tried your new application and installer and the application runs fine... no missing images.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Did I miss something?&lt;/DIV&gt;&lt;BR /&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I've attached what I see when I run the exe in my test5 attachment above</description>
      <pubDate>Thu, 09 Feb 2006 21:43:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/323003#M166648</guid>
      <dc:creator>travispape</dc:creator>
      <dc:date>2006-02-09T21:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW 8 bug?:  reusing custom controls with imported graphics</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/323007#M166650</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Just to be clear:&amp;nbsp;&amp;nbsp;if you unzip the application attached -- you see the problem?&amp;nbsp; Because I don't.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Jeff P&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2006 21:51:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-8-bug-reusing-custom-controls-with-imported-graphics/m-p/323007#M166650</guid>
      <dc:creator>jpeters</dc:creator>
      <dc:date>2006-02-09T21:51:17Z</dc:date>
    </item>
  </channel>
</rss>

