Cannot open recent file, a clear menu appears. How do the recent docs?

When I try to open these recent docs a clear menu appears. How to get back to the recent files?

It is possible that you accidentally delete the recent items menu by selecting the menu item "File > Open recent > erase Menu:

If the theory of the case, then the menu will repopulate that you open files by using the following:

-create a new document and saving it

-double clicking on a number of files in the Finder

-by selecting a document numbers all by using the numbers menu item ' file > open... '. »

Tags: iWork

Similar Questions

  • Cannot open .exe files and the desktop icons appear as the white sheet

    Original title: Iopening programs

    Cannot open exe files. Removed several programs and all the desktop icons changed to a white sheet with a picture of a computer. Get error install disc insert message "for HP photo and image to reload.

    Hello

    ·         What are the programs that you have removed from the system?

    Method 1:

    I suggest you follow the steps mentioned in the article below.

    Cannot open files with extensions such as.exe, .com, and.lnk on a Windows XP-based computer

    http://support.Microsoft.com/kb/923077/en-us

    Method 2:

    I suggest you do a system restore to the point when the system worked very well and see if the problem is resolved. Follow the steps mentioned in the article below.

    How to restore Windows XP to a previous state

    http://support.Microsoft.com/kb/306084/en-us

    Method 3:

    Perhaps, your user account is damaged. I suggest to create a new user account and check if the problem persists. Follow the steps mentioned in the article below.

    How to create and configure user accounts in Windows XP

    http://support.Microsoft.com/kb/279783/en-us

  • How can I copy 2 pages and turn them into a new pdf document? I can highlight pages, export and then combine files into new pdf, but it's very heavy. Acrobat DC, I cannot open 2 files acrobat side by side.

    I have a 600-page adobe document. How can I copy 2 pages and turn them into a new document? I can highlight pages, export and then combine files into new pdf, but it's very heavy. Acrobat DC, I cannot open 2 files acrobat side by side. In the past, I could take two pages and copy and insert into the document opened adjacent... Thank you

    I'm not what you mean... Start by describing what tools or methods that you use to extract these pages.

    What you write in the first sentence is not true, however. In the dialogue window extract Pages, you can choose whether or not to delete the extracted pages of the original file and extract them as individual pages or not. If you UN-select both options, you will get a single file that contains the pages you have checked out, and they will not be deleted from the original file.

  • Windows Vista cannot open .exe files and rundll32.exe are missing and are not accessible.

    Windows Vista cannot open .exe files and errors occur with rundll32.exe.

    http://www.Winhelponline.com/articles/105/1/file-association-fixes-for-Windows-Vista.html
     
    Get the patch exe file by clicking on the page and choose Save target
    As. Can you double click it? Otherwise you can start
    c:\windows\system32\regedit.exe find and right click on it and choose
    Run as administrator. Does this work. Otherwise copy regedit.exe for your
    Desktop and rename the regedit.com. You need show extensions to rename.
     
    That's what help said to show extensions.
     
    Show or hide file name extensions
     
    A file name extension is a set of characters added at the end of a file name
    determine which program should open it. Follow these steps to choose
    If Windows displays these file extensions.
     
    Click to open the Folder Options (in Control Panel).
     
    Click on the view tab, and then, under Advanced settings, do one of the
    Next:
     
    To hide file extensions, select hide them extensions of known file types
    check box, and then click OK.
     
    To view file extensions, clear hide them extensions of known file types
    check box, and then click OK.
     
    Start Regedit, menu file - import and import the downloaded file.
     
     
    --
    ..
    --
    "Leecherous" wrote in message news: 9a998a10-f4f6-433 a - 9 b 55-c051da91f152...
    > Windows Vista cannot open .exe files and errors occur with
    > rundll32.exe.
     
     
  • InDesign Mac CC: "cannot open resource file' popup message when loading a feather in my plugin

    We have a pretty simple plugin for InDesign, which we have maintained since the time Pre-cs.  We would wear to CC.  Everything works on Windows and Mac, with one problem.

    The plug-in displays a file save dialog box, which is customized with a couple of additional controls for additional information from the user on the exported file.  As far as I know, there is no way to do it with the InDesign SDK directly, so we do it with code specific to the platform and resources.  Under Windows, we have this by calling GetSaveFileName in the Windows API and by setting a custom resource .rc and "hook" function with OFN_ENABLETEMPLATE and OFN_ENABLEHOOK.  On Mac, until CC InDesign, we asked the function of carbon NavCreatePutFileDialog, with a style file old Pier and an event proc handling kNavCBCustomize and al.  This has all worked for a long time great.

    However CC InDesign on Mac is 64-bit only, and carbon will not work with it.  So, we took the leap in cocoa and put implement with [NSSavePanel setAccessoryView:], where load us a NSView custom from a pen integrated into our bundle of plug-ins.  And it works very well also.  However, when the plugin code call [NSNib initWithNibNamed:bundle:], InDesign CC appears a warning message saying: "Cannot open resource file."  However, the resource (the pen) is obviously loaded correctly.  Thus, the user must dismiss this apparently false alert box before being able to move forward.  Once the alert is dismissed, the NSSavePanel works very well, with our custom NSView.

    I can say that the popup alert just InDesign itself, rather than a subsystem of Mac underlying as cocoa, because he has the title of "Adobe InDesign" and the gray dark background as the rest of the CC of InDesign and the OK button has an orange highlight around it.  It is clearly not a standard thing of Mac as a NSAlert.  And if I do the same calls to [NSSavePanel setAccessoryView:] et al. in a stand-alone application, obviously no this popup appears.

    It seems that somehow our call to load the file Nib triggers some kind of hook in InDesign.  My guess is that it's a hook for InDesign load its own resources, which is hanging by mistake in features our plug-in.

    I tried two approaches to load the Nib enumerated file here:

    http://StackOverflow.com/a/5855561/3207828

    And they both work, the pen is responsible and we can get our NSView to it and use it in the NSSavePanel.  But if we call [NSNib initWithNibNamed:bundle:], or [NSViewController initWithNibName:bundle:], CC InDesign displays the message box as soon as the call to load the pen is made.

    Why InDesign CC showing the message 'Cannot open resource file', and how can it be prevented?

    Thank you

    Dan

    I thought about it.  The problem was the plugin code to create a ResourceEnabler object, which is needed by older versions (CS *) of the plug-in on Mac to locate resources .rsrc for the call of NavCreatePutFileDialog of carbon with the carbon resource custom.   I #ifdef'd out so that the ResourceEnabler object is not created during the generation of Cocoa 64 bit for the CC and the offending message popup no longer appears.

    I do not understand why the ResourceEnabler object is needed for carbon, resources of the plug-in to the top of the stack of the resource, but I do not completely understand why the presence of the ResourceEnabler object would have an effect on a call from cocoa to [NSNib initWithNibNamed:bundle:], which also works fine.

    Note that simply create the ResourceEnabler object does not trigger the popup even if the bundle of plug-in contains no carbon resources to move to the top of the stack.  It's only when I go to load the Nib file that the ResourceEnabler seems to want to get involved and complain that it cannot find anything.

    So if anyone from Adobe is reading this, I would say that set you the ResourceEnabler feature so that it does not interfere with loading crane of cocoa.  It is perhaps best to just do the ResourceEnabler a no - op in InDesign CC.

  • "Extraction failure: cannot open output file" error message when installing new drivers

    Hello, I am trying to install new drivers for my HP Photosmart C4385 printer.  I downloaded the complete drivers of features for Windows XP 32-bit, and when I start to install (extract), I get the error message:

    Extraction failed

    Cannot open output file

    And the process ends.  He arrived at about 85% extraction every time.

    No idea why?  I called HP, but no longer under warranty they wanted money, which I think as absolutely ridiculous - not even give me basic support?  Poor, poor customer service.

    Hi GIJeff12,

    Temporarily disable any AntiVirus/Antispyware software.

    Cut the installer on your desktop then click on the Start Menu, click computer, double-click on the C: drive and paste the installler here.  Now try a right click on the installer for your printer, choose 7-Zip and choose Extract the files, and then click Ok.  If the installation program extracts now correctly, follow these steps.  If it does not extract, let me know.

    Disconnect your printer from the PC.  Restart your PC.

    Open the newly extracted folder and double-click the setup application to start the installation (the installation application will probably have the same icon as the original installation software that you downloaded).  Connect the printer to your computer when you are asked.

    If it was a success, re - enable your security software.

    Best wishes

    DP - K

  • fatal error C1083: cannot open include file: 'NiVisaComponent.h': no such file or directory

    I found the error of => niincludes.h (18) : fatal error C1083: cannot open include file: 'NiVisaComponent.h': no such file or directory

    I checked a few path, "C:\Program Files (x 86) \National Instruments\MeasurementStudioVS2005\VCNET\Include.
    I found a lot of files, but only does not NiVisaComponent.h, anyone know how to download or is this file has changed the name?

    I already install the driver NI-VISA v15.0 but still does not have this file.

    I have not "C:\Program NIUninstaller Instruments\MeasurementStudioVS2005\VCNET\Include" because my laptop is 64-bit.

    Hello

    If you see the file Readme VISA 15, you'll see that Visual Studio 2005 is not supported. It seems that the most recent version of VISA that supports VS 2005 is Version 5.2 for c# / VB.NET and 5.0.2 for MFC C++ (with Measurement Studio 2009).

  • When I try to open my MSN mail a message appears you download the mail.mailhost file.

    When I try to open my msn e-mail, a message appears you download the file mail.mailhost (1,500 K B). When I try to open this file to another show the following message: Windows cannot open this file

    Hello zvonkogrgurevic,

    The best place to ask your question to MSN's inside MSN help forums. Experts specialize in all things MSN, and would be happy to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    https://support.MSN.com/default.aspx?WA=wsignin1.0&St=1&wfxredirect=1

  • "When I tried to install medal of honor' Pacific assult" I received a message saying insert disk two, so I did and then an error message pops up and says cannot open CAB file.

    without me being able to open this file I can't continue my game installation. Can u direct me on what I should thank you.

    You can try to download all the files from the CD to the hard drive and install there.

    If this does not help, try to install mode without failure. To access Safe Mode:
    (a) restart your computer and start pressing F8 on your keyboard. On a computer that is configured to start to multiple operating systems, you can press the F8 key when the Boot Menu appears.
    (b) select an option when the Windows Advanced Options menu appears, and press ENTER.
    You will want to choose "Safe Mode with networking" If you need to connect to the internet or your network.
    (c) when the boot menu appears again, and the words "Safe Mode" appear in blue at the bottom, select the installation that you want to start, and then press ENTER.

    Let us know if that helps.

  • Error message: Windows cannot open this file

    Whenever I click one of my contacts in my contacts folder, I get a message that says Windows cannot open this file and gives me the choice to open with another program or search the Internet for a program to open my file of contacts.  Can someone help me with this please?

    Right-click on any contact, and then click Open with...  Then select Windows Contacts (it may have been changed to another program) and check the box at the bottom that says always use this program to open this type of file, and then click OK.  If the Windows Contacts is not listed, click Browse and find the main executable file for Windows Contacts add the program then select it and check the button.  To help you find this file, go to the Windows Contacts shortcut in the menu start / all programs and right click on it and find out the location of the target - is where you ought to watch.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • I just tried to update Firefox to version 9.0.1. Extract of 13%, and then I got an error message cannot open output file. Can you help me please?

    I just tried to update Firefox to version 9.0.1. Extract of 13%, and then I got the error message cannot open output file.

    The file can be uploaded incorrectly. Could you it redownload again from http://getfirefox.com?

  • When I start my computer I get this error message: Windows cannot open this file: GLBD4EA.tmp

    When I start my computer, I get this error message:

    Windows cannot open this file: GLBD4EA.tmp

    To open this file, Windows needs to know what program you want to use to open it. Windows can go online to look for automatically, or you can manually select from a list of programs installed on your computer.

    What do you do?

    -Use the web service to find the appropriate program
    -Select a program from a list of installed programs

    No selection works for me. I don't know what concerns the .tmp file, or why I need to open it.

    Please help :)

    Hello

     
    Perform the following steps to remove the file from the registry.
    a: type regedit into the search box start and click on enter.
    b: Search now to the following key
    HLKM\SOFTWARE\Microsoft\windows\currentversion\run
     
    then delete the following key
    53E412B3-9907-4F9E-A6DC-D0106D1D72C
     
    Important:  This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information
    However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
     
    Hope this information helps.
  • Cannot open pdf file not able to download adobe, disables security and still unable to download adobe

    Cannot open pdf files not able to download adobe. I disabled the security and still unable to download adobe

    Hi MarciaRicci,

    1. what operating system is installed on the computer?
    2. What is the exact error message you get when you try to download?
    3. what web browser do you use to download adobe?
    4. what happens when you try to open pdf files?
    5. you are trying to open online pdf files or pdf files on the computer?

    I suggest you try the steps from the following link:

    The problems of download
    http://kb2.Adobe.com/CPS/152/tn_15296.html

    Installation problems | Flash Player | Windows
    http://kb2.Adobe.com/CPS/191/tn_19166.html

    Choppy us back with more information.

  • Cannot open .exe files.

    I can't open files type .exe on my system. When I try to open it, Windows Meadia player open type .exe file and an error message that Windows Media player cannot open this file. This problem is about of any programs like Internet explorer, Microsoft Security Essentials etc. What should do? Please help me. Answer me to * address email is removed from the privacy *.

    Hello

    1. what operating system do you use?

    2 did you change on your computer?

    I suggest you follow the link and check.

    If you use windows XP, see the link.

    http://support.Microsoft.com/kb/555067

    If you use windows 7 see the link and check.

    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program

    http://support.Microsoft.com/kb/950505

  • cannot open nco files

    cannot open nco files and all the free patches are not free as they claim.know to a quick fix or download?

    Hi cliffy1960,

    1 are. what free patches you referring?

    2. you receive an error message when you try to open NCO files?

    3 do you have Nero installed on your computer software?

    4. when the nco files located on your computer?

    To open NCO files, you must have Nero software installed on your computer.

    Please provide us with more information about the issue so that we can provide you with the necessary assistance.

Maybe you are looking for