Selecting a custom runtime menu makes it so that the VI cannot be saved

Whenever i try to save a VI with a custom runtime menu i get the attached 2 errors, oneter the other. This is using Labview 2014. any help would be much appreciated. Ther is of course not any invalid characters in the file name i am using.
Richard
Solved!
Go to Solution.

That's pretty much the same what i did, except i used a blank VI. Can you verify if the issue is connected to EVERY VI on your machine or connected to specific ones?
Norbert
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • How do you make it so that the ipod will play all the different artists featured in an album when you click that album to play?

    How do you make it so that the ipod will play all the different artists featured in an album when you click that album to play? At the moment, each artist in the album is being separated and I can't play them together. For example, to play the Halo 2 Soundtrack, Hoobastank, Breaking Benjamin, Nile Rodgers, etc. are some of the artists featured. However, in the Albums category, they are each separate choices. I want to play them all together, but can't. Is there a way to do that?

    It sounds like the album metadata is incorrect, or differs from song to song in iTunes.  Albums with various artists will play properly assuming all the songs are tagged with the same identical album name, as well as the track number.  For the Halo 2 Soundtrack, metadata should look like this:
    Song: <Song Title>
    Artist: <Song Artist>
    Album: Halo 2, Vol. 1 (Original Soundtrack)
    Genre: Soundtrack
    I had a similar problem with my imported Cowboy Bebop albums and the mixture of artists/album names.  Once I adjusted the metadata, all of them play in the correct order just by selecting the Album from the available list or in Coverflow.

  • How do I make it so that the one computer that has the main itunes account on it be used on other computers, when it comes to backing up phones and not deleting data off of phone that isnt on that computer itunes becasse its all on the one main computer

    how do I make it so that the one computer that has the main itunes account on it be used on other computers, when it comes to backing up phones and not deleting data off of phone that isnt on that computer itunes becasse its all on the one main computer. Baiscally the problem is that one comuter and one account has always been sued for eey persons itunes. Now if we want to be able to backup and use itunes on our own computers fro our iphones and such, how will all he data that is on our phones not be deleted once its plugged into a new computer? Also, is theere a way to get all the stuff on thw current itunes onto each computer, via differtn account name?

    option discovered in preferences. Really this and any feature that moves deletes or edits a users data should as far as possible be OFF BY DEFAULT. It shouldn't by default and without the users specific say do this dangerous and unnecessary thing without even letting the user know what it's doing!!! And then cause me a few hours (as i'm new to mac) searching for the option so as to switch it off. If i hadn't noticed the status cage declaring that it was copying files then i might never have twigged that this insane thing was occurring. And if i hadn't of noticed i would have been left maintaining the contents of the folder i copied the files to, the folder which as far as i was informed and so believed was also the location of the music files i was playing. How does Apple justify this 'genius' piece of software non-design? Surely it will hurt no one if this was off by default for new users - overall at least i dare say it would cause a lot less distress in the future for the unsuspecting public at large. Thanks for the support.

  • When I input my serial number to activate Photoshop CS4, it said the number is invalid. However, the customer service of Adobe told me that the number is valid. What should I do?

    When I input my serial number to activate Photoshop CS4, it said the number is invalid. However, the customer service of Adobe told me that the number is valid. What should I do?

    Error "The serial number is not valid for this product" | Creative Suite

  • How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application?

    How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application?
    I want it so that I can use either a button on the designer window or the delete key. I know how to do the or part but the trouble I'm having is coding the button in.
    if (LastImageClicked != null && (e.Key == Key.Delete || Button))
    This is the code that I have in the format I'm looking for I just don't know how to do it. Thanks for your help!

    There are a number of things which are unclear about your question.
    I'll tell you one way to approach this though.
    Handle Window.PreviewKeyDown.
    <Window
    Window.PreviewKeyDown="Mainwindow_PreviewKeyDown"
    Code behind
    private void Mainwindow_PreviewKeyDown(object sender, KeyEventArgs e)
    if (e.Key == Key.Delete)
    File.Delete("p001.jpg");
    I don't know enough about what you mean by LastImageClicked  but you need some way of knowing which path you are going to delete.
    Then you might well have a problem if it's showing in an image control.
    You will need to copy the picture off disk into a new bitmapimage object.
    If you just do
    <Image Source="p001.jpg"
    Then that image will grab the file and you won't be able to delete it - you'll  get an error.
    In my experimental code p001.jpg is set as content copy always so it ends up next to the exe in the bin when the solution compiles.
    You would probably want a full path to a file there.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • When I make an outgoing call the recipient cannot hear as though the volume were turned down Lowe. However when I use my speaker phone function the recipient can hear at normal volume. Is there a fix for this issue? Thanks Teresa

    When I make an outgoing call the recipient cannot hear me very well as though the volume was turned down very low
    However when I activate the speakerphone the recipient can hear me loud and clear
    Is there a fix for this?
    Thanks
    Teresa

    Hey Tlabounty,
    Thanks for the question. I understand you are experiencing issues with the microphone on your iPhone 5. To troubleshoot this issue, you may find the information in this article helpful:
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Note that speakerphone and regular calls utilize seperate microphones on the device. It sounds like you have isolated the issue. Furthermore, if you determine that the issue is hardware related, the following resource may help you get started with the service process:
    iPhone Repair and Service - Apple Support
    http://www.apple.com/support/iphone/repair/
    Thanks,
    Matt M.

  • When I make an outgoing call the recipient cannot hear me very well as though the volume was turned down very low. However when I activate the speakerphone the recipient can hear me loud and clear. I transferred my SIM Card into a new device Same problem

    When I make an outgoing call the recipient cannot hear me very well as though the volume was turned down very low. However when I activate the speakerphone the recipient can hear me loud and clear. I transferred my SIM Card into a new device only to be subjected to the exact same problem. I have reset the phone clearing all the data and updated to the most recent software version available from itunes; and still no improvements. The results of my switching to a new phone would indicate a software issue.
    Does anyone out there have this problem and how can it be fixed?
    Thanks,
    Teresa

    Try removing the screen protector that is covering the microphone.
    Scratch that; wrong answer. I thought you meant you had trouble hearing.

  • Capture Select Variable in JSP and make it available to the Servlet list

    I have a JSP form with 'Select' of options that's a list.  I want to make the variable selected available for my Servlet.  Not sure about request.set??("xxx"); syntax should be in the JSP to reference the value in my servlet to subsequently update a database.  How is that done?                            while (approvalsIterator.hasNext())
                                  accessRequest = (AccessRequest) approvalsIterator.next();
                        %>
                                  <tr class="tableRowOdd">
                                       <td><input type="text" id="jobRqstUserid" name="jobRequestorID" value="<%=accessRequest.getJob_rqst_userid()%>" /></td>
                                       <td><input type="text" id="jobname" name="accessRequests" value="<%=accessRequest.getJOB_NAME()%>" /></td>
                                       <td><input type="text" id="rqstrGroupNm" name="accessRequestsRqstrGrpNm" value="<%=accessRequest.getActive_dir_grp_nm() %>" /></td>
                                       <td>
                                            <select name="drpApproveDeny" class="select">
                                                 <option value="APP">Approve</option>
                                                 <option value="DNY">Deny</option>
                                            </select>
                                            <%
                                            String approvalInd = request.getParameter("drpApproveDeny");
                                            %>

    You can get the selected value with
    request.getParameter("drpApproveDeny");I.e. the same way that you get values from almost all of the HTML input elements.

  • I have a USB cable symbol on my ipad 4 pointing to an itunes logo. Nothing happens when I touch the screen ot the ipad. This symbol just keeps showing up no matter what I do. The ipad is also not showing up on the 'devices' menu on my pc that the ipad is

    my ipad 4 has a usb cable symbol going to an itunes symbol and the ipad is seized?

    YOUR IPAD IS IN RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.

  • I have a USB cable symbol on my ipad 4 pointing to an itunes logo. Nothing happens when I touch the screen ot the ipad. The ipad is also not showing up on the 'devices' menu on my pc that the ipad is connected to?

    My ipad is seized up with a symbol of a usb cable going to an itunes logo. It cannot sync with my pc and there is no availability on the screen of the ipad4?
    Does anyone know what to do?

    YOUR IPAD IS IN RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.

  • How do i make is so that the program is running already and then have a start button to execute?

    I created a program to control a function generator.  I want it so that the program is already running when i load it up, and then when i actually want it to run press a start button.   I think you can just do a case structure for the start button... but how do i get it so that the program is running when you load it.  so when you press the start button it starts. instead of having to press the start button, then press the run program button. thanks!

    A few things about Run When Opened.  Once this is set, if you need to edit the vi, it will start running when you open it.  You then have to abort the vi to edit it.  Some people like to make a backup copy that is not set to run when opened so they can edit it without the hassle of aborting.  In your case, it is probably not worth it since your vi does nothing until the start button is pressed.  But this is for future instances of run when opened.  Also, if you want to edit, I think if you press and hold the shift key (or is it the control key) while opening the vi, it will not run when opened.  Another method to get around the run when opened is to create a blank vi.  In the block diagram, put your vi that is set to run when opened.  Then you can double click on the vi and edit it without having it run when opened.
    - tbob
    Inventor of the WORM Global

  • In APP how to make customisation so that the APP pay only one currency invo

    Hi,
    Please let me know the settings:
    for  App has to pay only one currency invoices.
    ex. we have invoicess with 3 currencies like INR , USD and GBP  but the APP has to pay only GBP invoices.
    local currency is INR.
    please let me know the customisation for the same.
    Thanks
    Jagadeesh

    Hi,
    In T Code F110 , go to free selection screen,  select the "field name" - Currency (BKPF-WAERS) from "Document" and in the Values, you can enter the INR or any one or multiple currencies by putting , for seperator. Now you can run the program asusual.
    In this case, documents will be selected for payment only your currency mentioned in the field "Values"
    There is an exclude check box also.  This excludes the value mentioned over there.  In your case, do not check this box.
    Hope it helps
    Saravanan.A

  • Make it so that the desktop photo slowly zooms out?

    I currently have the desktop photos set to the Garry's Mod main menu photos, and for anybody who plays GMod, I'm sure you'll understand what I'm getting at. The photo starts out slightly zoomed in, and then zooms out slowly, and then when it's reached the edge of the photo, it transitions. Is there anyway I can even slightly replicate this? Thanks!

    iPhoto for iOS definitley seems to have its own idea of how to arrange the photos in an event or album. Many users are frustrated by this. Even when the photos are arranged in the correct order in the Photo app they are in a different order in iPhoto for iOS. So far there is no way to correct this. At least, after numerous posts on this forum, no one has posted a method or fix.

  • We have a new iPad Mini.  I cannot save a new Bookmark.  In Safari, I go to "Share" and select "Add a Bookmark" yet when I click on the Bookmarks icon, my saved Bookmark is not there.  Am I doing something wrong?

    We have a new iPad Mini, and I'm having inconsistent results using Bookmarks in the Safari icon.
    For a long time, on the iPad, I could only see five items under the Bookmark icons and the Bookmarks Bar was empty. 
    Occasionally, in Safari, the iPad would pick up and display all of the Bookmarks from the Safari browser on my iMac. 
    Other times, there are only a bare few Bookmarks available on the iPad, the Bookmarks Bar goes away and I cannot save a new Bookmark.  It looks like I can save one, but I cannot find it after allegedly saving. 
    Then, all of the Bookmarks will come back and I can save a new Bookmark again. We can't figure out why all of the Bookmarks will show and then they won't.
    I want to think this involves iCloud some way, but for right now, I'm stumped.  Perhaps we're just too inexperienced and haven't come around the learning curve yet.
    Thanks for any help.
    Steve

    No, I see the three areas at the bottom of the Bookmark area that you refer to, but that also highlights an issue.  When I want to save a story to my Reading List and click on Share then "Add to Reading List" then go back to look at what is stored in the Reading List, my recently-saved item is not there.
    I looked thru the History tab and the Reading List tab and have been in the Bookmark tab.  But even when I Save a Bookmark, that newly-saved Bookmark does not show up in the Bookmark area.
    But then again, the next day (and actually just in the last half-hour) all of the functionality came back.  When I look at the Bookmarks, suddenly, again, all of the Bookmarks that are on my Safari browser on my iMac are now there, and I can now Save a Bookmark.
    It keeps coming in and out and that is what is driving me a little nuts.
    Thanks.

  • CSS Menu Maker Dreamweaver CS5

    Hi folks,
    Newb to Dreamweaver CS5 & CSS (yay!) I've read the online tutorials and quite frankly, I'm about ready to smash my head against my desk. This is very confusing. I haven't made any progress with my web site....unless staring at a white screen mocking me is progress.
    I got some good feedback from a few users in my first post (this is my 2nd post)  for which I'm very greatful btw and figured out that frames aren't the way to go. CSS confused the heck out of me, so I did some research and stumbled upon a website : http://www.cssmenumaker.com
    I was able to create & download a horizontal CSS menu that looks very appealing. Problem is, I can't seem to get it to work using Dreamweaver CS5. Perhaps somebody can help me. (God how I hope somebody can help me!) 
    For starters, I've created a "site" in Dreamweaver CS5. The site in Dreamweaver CS5 connects successfully to my hosting server. The directory structure on my hard drive that holds my files is :
    C:\HTML
    C:\HTML\images (where I keep any images used for my site)
    C:\HTML\menu (this was produced by the CSS menumaker website - has a CSS file in it & an "images" subdirectory within)
    Below are the instructions that were included when I unzipped the cssmenumaker's zip file :
    INSTALLATION INSTRUCTIONS
    1) Upload the "Menu" folder to the root directory of your  website.
    2) Copy and paste the code below to the desired spot in your site.
    <head>
         <link rel="stylesheet" href="/menu/menu_style.css"  type="text/css" />
    </head>
    <div class="menu bubplastic horizontal aqua">
         <ul>
             <li class="highlight"><span class="menu_r"><a  href="index.html" target="_self"><span  class="menu_ar">Home</span></a></span></li>
             <li><span class="menu_r"><a  href="products-services" target="_self"><span  class="menu_ar">Products/Services</span></a></span></li>
             <li><span class="menu_r"><a href="faq"  target="_self"><span  class="menu_ar">FAQs</span></a></span></li>
             <li><span class="menu_r"><a href="contactus"  target="_self"><span class="menu_ar">Contact  Us</span></a></span></li>
         </ul>
         <br class="clearit" />
    </div>
    NOTE:
    1) Open the "sample.html" to view a sample of your menu.DO NOT use this code in your site.
    2) If you run into a problem getting your menu to work or have  suggestions for the site please Contact Us and  let us know. We will try to help as much as possible.
    Can somebody walk me through this step by step? I thought it was fairly simple but obviously I'm doing something wrong.

    John,
    As I mentioned in my first post I've been through the tutorials already. I just can't seem to get this to work. Working off what I told you in my first post, assume you're working with a blank index.html and you enter in the CSS Menu Maker's code to the blank html file.
    The HTML code should look like this, should it not ?  :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!--
    Generated via www.cssmenubuilder.com, visit us to get a super cool menu for your site
    -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled</title>
    <link rel="stylesheet" href="/menu/menu_style.css" type="text/css" />
    </head>
    <div class="menu bubplastic horizontal aqua">
        <ul>
            <li class="highlight"><span class="menu_r"><a href="index.html" target="_self"><span class="menu_ar">Home</span></a></span></li>
            <li><span class="menu_r"><a href="products-services" target="_self"><span class="menu_ar">Products/Services</span></a></span></li>
            <li><span class="menu_r"><a href="faq" target="_self"><span class="menu_ar">FAQs</span></a></span></li>
            <li><span class="menu_r"><a href="contactus" target="_self"><span class="menu_ar">Contact Us</span></a></span></li>
        </ul>
        <br class="clearit" />
    </div>
    <body>
    </body>
    </html>

Maybe you are looking for