"Backup file" appears in the title bar.

Hi there,
I've been writing a VI which has recently crashed but I could recover it using the backup file. However "Backup file" now appears in the title bar as shown in the picture I attached with this post and I would like to get rid of the "Backup file" in the title bar . I've tried the "save as" option using a different name but "Backup file" is always present. 
Could someone help me on that one?
Thanks a lot
Badis
Solved!
Go to Solution.

Badis,
please check if the displayed VI name is set to Backup File (VI settings >> Window Appearance).
hope this helps,
Norbert
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • When I try to download a pdf file in Firefox, I get a blank page with the words "application/pdf Object" appearing in the title bar and no download takes place.

    Using Firefox 12.0. I am told that my Firefox is up to date.

    Hello brettak,
    it seems like there is a bug with your Adobe® Acrobat® Plug-in for Web Browsers (version 10.1.3) and you should check for updates on the [http://www.mozilla.org/en-US/plugincheck/ plugincheck] website.
    Possible solutions to this problem can be found at:
    https://support.mozilla.org/en-US/questions/925824 & https://support.mozilla.org/en-US/questions/925055
    Let me know how it goes and thank you for your patience and interest in Mozilla Firefox!

  • How add a new icon in the title bar?

    does anyone know how to change the default "java icon" that appears on the title bar of a Window (in an application Frame)?

    Hi,
    use the method public void setIconImage(Image) in Frame (inherited by JFrame).
    best regards

  • Hiding URL in the title bar of external window

    Experts -
    Scenario:
    On click of 'LinkToAction' element, we are opening up a pdf document (stored on portal content server)
    in an external window, using:
    CALL METHOD LO_WINDOW_MANAGER->CREATE_EXTERNAL_WINDOW
        EXPORTING
          URL            = LV_HOSTNAME
          TITLE          = 'My Title'                             "Does not work
          MODAL          = ABAP_FALSE
          HAS_MENUBAR    = ABAP_FALSE
          IS_RESIZABLE   = ABAP_TRUE
          HAS_SCROLLBARS = ABAP_TRUE
          HAS_STATUSBAR  = ABAP_FALSE
          HAS_TOOLBAR    = ABAP_FALSE
          HAS_LOCATION   = ABAP_FALSE
        RECEIVING
          WINDOW         = LO_WINDOW.
    We have a requirement to hide the location bar and the title of the window (in which the PDF is displayed). We are able to hide the location bar but the URL still appears in the title bar.
    We have tried the following code to set the title, but it is not working.
    CALL METHOD LO_WINDOW->SET_WINDOW_TITLE
      EXPORTING
        TITLE  = 'My Title.                    "Does not work
      LO_WINDOW->OPEN( ).
    Any help on how to achieve this will be appreciated.

    This is not a web dynpro restriction - but one that has been brough about by the browser designers.
    Because of the number of people falling to phishing attacks the designers of browser have all decided to always show the URL of any popup HTML windows. This stops malicious pop-ups from pretending to be something they are not and stealing user's data.
    If the world were a nicer place you could have your pop-up without the URL - but it isn't and it's probably better that your users have a least a little help in identifying if they are being scammed.
    Cheers,
    Chris

  • TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.

    TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.
    I am only able to rename a duplicated .html file right after I create it, because the file name gets highlighted in the Title Bar, but after that there is no recourse. I I can Rename or Save the file if I want to just save it as a .txt, but I need it to be .html. I guess I can manually change the file later, but it's really annoying.

    I remember long ago a similar issue with TextEdit, but I can't remember if there was a solution or not.
    Do you have it set to Display HTML files as HTML code and also deselect "When Saving a File: Add ".txt" extension to plain text files"

  • How can I move files using the title bar

    I am using Mountain Lion, latest release (10.8.4) and am wondering if there is some secret options which would allow me to move files by clicking on the title bar (of e.g. preview) and moving it to a directory.
    Unfortunately, I can only either create a link or copy the file. Moving seems to be deactivated, though I have learned from other forums posts that this was working under Tiger.
    Any advise would be greatly appreciated.
    Thanks,
    equi

    Depends on the application. iCloud-aware applications (Preview, Pages, etc) have the behavior you describe, and you can't move a file by dragging the thumbnail icon, but there is a small popup triangle to the right of the filename which contains the option "Move To" - you can then select your destination. It's not as seamless and dragging and dropping, though, I agree.
    Non-iCloud-aware apps, like Office 2011, still allow drag-to-move from the titlebar icon.
    Matt

  • Complied chm file displays 'HTML help' on the title bar instead of the window name

    Complied chm file displays 'HTML help' on the title bar instead of the window name.
    I tried several ways like:
    1. Changed File>Project settings name and also set the language to English (US).
    2. Checked the Title name in .hhp file
    3. Used the window while compling.
    4. Robohelp language settings.
    5. Also uninstalled and reinstalled robophelp.
    But nothing helped
    The title name is displayed correctly if the same project is compiled on another machine.

    When the code in the HHP and the regional settings on a PC match, the correct title is displayed. Or other way around is also true the help title is displayed in the language specified in the help project IF (and only if) the regional settings of the PC match that language. Otherwise, "HTML Help" is displayed.
    Hope this help.
    Thanks and Regards,
    Rahul Karn

  • Can't see the titles of files in my downloads folder, only the title bar

    When I 'fan' out my downloads folder I can see the title bars ie. the background but not the actual wording? Any answers would be extremely helpful.
    When I view them as a grid everything is fine.

    Check this thread: http://discussions.apple.com/thread.jspa?threadID=1236845&tstart=30

  • Working with a projector file. How can center it, not allow scaling and change the title bar?

    I've tried using:
    import flash.system.fscommand;
    fscommand("allowscale", "false");
    fscommand("showmenu", "false");
    fscommand("fullscreen", "false");
    on frame 1, but they don't seem to work.  I'm going to be putting this project on a CD and the client wants to make sure it will open centered on the user's screen, which has not been the case so far.  It seems to open at different spots on different computers.
    They also want the title bar changed from "Adobe Flash Player 10" to their own title.
    Thanks in advance for the help.

    hkunz219 wrote:
    You can use: stage.scaleMode = StageScaleMode.NO_SCALE; As for the title bar change, you can change the title bar string using Resource Hacker. But i am not sure if that is legal. You will find the strings under the strings table.
    What did you mean by, "You will find the strings under the strings table."?  Were you talking about Resource Hacker?

  • The Title Bar and its controls are superimosed on the navigation toolbar

    the Question is it. the overlap prevents me from easily accessing controls on the navigation bar. I don't understand this. I asked this earlier and got dumped because i changed all the files as requested and the problem hasn't gone away. I downloaded and installed Firefox 17 and it is still there! I also upgraded my operating system to mac OS 6.8 with no help at all. I can get you a copy of the start up reading from the console if you want. I've included a screen shot below..... wait.
    I just reverted to the default persona from a musical one - the problem disappeared. Why do I get this when I add personas? Let me try others.... That is the focus of the problem! The personas for some reason exclude some of the toolbars and "shove" the title bar down onto and superimpose it upon the navigation bar. That may not make sense, but that is what it looks like from this end. Curious, though, the drop down options are still in a strange configuration, a different typeface than they were before, which happened when the personas superimposed the title bar on the navigation toolbar. So, obviously I can't use the personas. Is there a way around this, please? there is obviously a conflict somewhere, bit I can't figure it as this is a new development ever since I tried to install a new glims version for Safari and this problem appeared after that. De-installing glims did not eliminate the problem so it obviously changed something in the Firefox configuration files. The guy at glims was mystified, too. Any suggestions?
    thanks.

    Whenever I even mouse over the pesonas in the dropdown tools menu, the title bar at top and the buttons thereupon drop down and superimpose onto the navigation bar just below it. I also have an arial or helvetica font on the right click drop downs where it was gill sans before. Just changing with the mouse-over causes this. And it still happens now that I've upgraded to MAC OS 10.8. New version 17, new MAC OS and this still happens and is not a hardware acceleration issue. I'm stumped.
    What can we do? Do you want me to copy off the Firefox initiation lines from the console log?

  • How to replace the icon in the title bar and minimized window

    I am not sure if this is a Swing question. But since nobody answered it in the Java Programming forum, let me place it here:
    I would like to set my own icon in the title bar and in the minimized window of my java application, replacing the java coffee cup icon.
    I am using:
    frame.setIconImage(new ImageIcon("image.gif").getImage())
    as was suggested previously in the Java Programming forum at:
    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=5212059
    This does create the icon in both places. However, it only works when I run the program from JBuilder 2006. It doesn't work if I run the program from the .jar or the .exe file.
    How can I make it work for my .jar and .exe file?
    Please help! Thanks!

    It doesn't work if I run the program from the .jar...working example for a .jar
    import javax.swing.*;
    import java.awt.*;
    class Testing
      public void buildGUI()
        JFrame f = new JFrame();
        Image img;
        try
          java.net.URL url = new java.net.URL(getClass().getResource("Save.gif"), "Save.gif");//correct capitalization required
          if (url != null)
            img = javax.imageio.ImageIO.read(url);
            f.setIconImage(img);
        catch(Exception e){}//do nothing - default will display
        f.setSize(200,200);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • How do I get the "Notes" icon to appear on the task bar or Launchpad?.....late 2010 air

    How do I get the "Notes" icon to appear on the task bar or Launchpad?.....late 2010 air

    Ref: How do I get the "Notes" icon to appear on the task bar or Launchpad?.....late 2010 air
    Thanks for the input.
    Search field produces no "notes" file
    "Notes" icon does not appear in the applications folder
    I can not find the "notes" icon anywhere.
    Ideas?

  • Is there a way to modify the name displayed in the Title Bar at the top of the Audition Window?

    It's not uncommon for me to have a copy of Audition versions 1.5, 2.0 and 3.0 all open at the same time if I'm doing some editing for a complex project. 
    It would be handy for me to quickly see which window I have open without having to recognise the icons of the different versions.  At the moment, each Title Bar just displays the Audition icon and the words "Adobe Audition".  I'd like to add the version number to the name, if it's possible.  I'm happy to edit the Windows Registry, if that is what is needed.
    Does anybody know where the Title Bar information is stored?

    I have an answer you might like Howard.
    You could simply export one title to a PRTL file, then duplicate it using an Excel VB macro to change the name of the file based on a list in an excel file. You could type in a couple of dates, then just drag down to the 365th row and all of the dates would be there waiting for the macro to rename the file. Then, if you are really talented, you could find the appropriate text in the XML file and change it to match the name of the title, but without the PRTL extension.
    That way the font and position and style would all be right and the effort would be in a file you could share with the world.
    Hmmm. I might have to try that myself one of these days. Could come in handy. If you are more comfortable with Word than Excel, create the dates in Excel and paste them into a table in Word. Just be careful not to mess up the
    Edit: Oh, and of course, you import the titles back into Premiere Pro.

  • I have all tabs set to open with Google search, but when I open a new tab and start typing, the letters appear in the address bar and not the Google search bar. It didn't used to be like this!

    Firefox 9.01; Windows 7 64 bit;
    One of my set of home pages is the basic Google search page. When I open this, I can immediately start typing and the words appear in the Google search box.
    If however I open a new tab (white cross far right of tab bar) and start typing, the words appear in the address bar, not in the Google search box. Of course once I click in the search box I can carry on: but I'd like to make it start there as it does with the homepage.

    If you want a specific webpage (like the Google page) to always open when you open a New Tab, you can use the following add-on to Open New Tabs with your Favorite Pages:
    -> NewTabURL 2.2.3
    * https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    * NewTabURL will not work until you set the page that you want to open in the Options for it.
    * click Add-ons > Extensions, click Options next to NewTabURL.
    Check and tell if its working.
    Not related to your problem but do the following:
    -> Update Firefox to the latest version 10
    * [[Installing Firefox on Windows]]
    -> Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Not to display the file name in the browser bar.

    Hello,
    Merry Christmas to all,
    Is it possible not to display the file name in the browser bar?
    Like say, when we write www.rediff.com, the index page name is not displayed.
    Likewise is it possible for any other page too.
    What I want is not to display any of the page name for the whole application.
    Whichever page is requested the page name should not appear in the address bar of the browser.
    How will I do that, what logics should I apply?
    Please suggest,
    Thanks,

    first, what does this have to do with Java?
    second, no; in order to display something, the browser needs to know where it is. and if it knows, then a user can find out too. maybe you can make it not show up in an address bar sometimes, but that really achieves nothing

Maybe you are looking for

  • Why can't I connect to App Store even when I am connected

    Why can't I connect to my App Store even when I'm connected to the internet

  • Why am i not able to find iPad documents in the iCloud on my imac

    I believe that I have documents that are saved to the iCloud and then switched to the iCloud drive but I am unable to view those documents on the iCloud online or on my iMac. Why can i not find the documents.

  • Mac loses wi-fi connection after sleep

    Since I upgraded to Mountain Lion, every time I wake my Macbook from sleep, I have to manually reconnect with my wi-fi router, and sometimes it takes upwards of a minute before Airport even senses the various routers within range, includng mine. Befo

  • Adobe Form want to hide Subform

    Hi All, I am using a subform as a table item in my adobe form. I have two levels of item level data. I want to hide the whole subform containing the second level of data based on the value of afield. Scenario is for a particulare item level data i ha

  • Why is my wifi symbol greyed out?

    Hi, As the title suggests - my wifi symbol is greyed out (as it used to look when no wifi was available). However - my wifi is working well (I'm on it now!). I've done a bit of searching, and the closest problem I can see to this is when people have