Desktop is cluttered. How to pass safely?

I moved somehow mistakenly 338 documents, journals, essays, etc. on the office.  When I highlight all the journals, it says file has zero points...? I'm afraid to do something to clear the desktop... in case of loss.  Help.  Some documents are in the old pages

Just create a new folder in your Documents folder and drag all the files on the desktop back into that.

If they do not disappear from your desktop computer, which means that they probably copied. Check the contents of the new folder against the list of files on the desktop to see if they have copied correctly and are the right size and then delete the desktop versions. Usually they should just move however.

You can have several Windows Open the same view and can see the Desktop files in a list by clicking on the desktop folder in the sidebar.

Peter

Tags: iWork

Similar Questions

  • My safe mode has become my default desktop screen. How to pass the orginal without reset default settings or restore my computer laptop windows 7?

    I was using a laptop, I brought a friend and had to turn it on for network of safe mode to restore the mini laptop and now I can't seem to access the default desktop computer so I can use all this security mode prevents. I tried turning market, reset, and another restore, but it will not let safe mode.

    Run MSCONFIG and make sure the safe option is off on the Startup tab.

  • Bad e-mail address to sign in to Creative Cloud Desktop, how to pass to my email address?

    Bad e-mail address to sign in to Creative Cloud Desktop, how to pass to my email address?

    Hi Hendy20,

    If you are not able to disconnect from the trough step Creative Cloud Desktop Manager, please follow the steps below:

    Delete the OPM.db file:

    1. Close the creative cloud application.
    2. Navigate to the OOBE folder.
      Mac OS: /Users/ [user name] / Library/Application Support/Adobe/OOBE
    3. Delete the file opm.db.
    4. Launch the creative cloud.

    If you are not able to find this file, please see the following link, maybe it's because your library is hidden.

    http://helpx.Adobe.com/x-productkb/global/access-hidden-user-library-files.html

    Please, let us know how it goes.

    Thank you.

    Arnaud.

  • I have one of my programs adobe on a mac pro, which is broken. How to pass the program over this i mac?

    I have one of my Macbookpros that has a broken screen. How to pass the program Adobe of it ti that I have Mac?

    Download/install the desktop application, connect and install applications subscription.

    https://helpx.Adobe.com/creative-cloud/help/download-install-app.html

  • How to pass variables by using the command line when starting from a native application ActionScript

    How to pass in variables or arguments to start using the command line when starting a native ActionScript application? For example, I have my app MySweetWidget call and it was compiled with Adobe AIR runtime in captivity so now I have MySweetWidget.exe.

    In the command line, I call MySweetWidget.exe and would like to pass in variables or properties of the application. I guess that these variables are read from the loaderInfo.parameters object.

    Please let me know if the Adobe AIR runtime supports passing the parameters to native execution. If so, I would like to help determine the correct format of how pass variables. So would you want to read those loaderinfo.parameters object?

    Thank you

    Jeff

    I found the answer to my own question:

    Yes, it's a feature supported. It is documented on the following page:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/desktop/NativeApp lication.html #event:invoke

    When you subscribe to the event from the NativeApplication invoke it will subsequently send the event and you read the table of e.arguments object to get the start in the native application arguments.

  • How to pass the e: MouseEvent to another function?

    How to pass the e: MouseEvent to another function?

    public void onObjectFound(e:MouseEvent):void
    {
    var e = e:MouseEvent;
    e.currentTarget.removeEventListener (MouseEvent.CLICK, onObjectFound);
    var myTween:TweenLite = new TweenMax (e.currentTarget, 1, {scaleX:e.currentTarget.scaleX * 1.5, scaleY:e.currentTarget.scaleY * 1.5, onComplete:deleteObj});})
    function deleteObj (): void
    {
    removeChild (DisplayObject (e.currentTarget));
    deleteObjects (e.currentTarget.name);
    dispatchEvent (new Event (Event.COMPLETE));
    }
    }

    ArgumentError: Error #2025: the supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    to Function / com.enachedragos:Load_Objects/onObjectFound/com.enachedragos:deleteObj() [s\Blackcode\Desktop\Android game Project\com\enachedragos\Load_Objects.as:39 C:\User]
    service / http://adobe.com/AS3/2006/builtin: applies ()
    at com.greensock.core::TweenCore/complete() [C:\Users\Blackcode\Desktop\Android game Project\com\greensock\core\TweenCore.as:177]
    at com.greensock::TweenMax/complete() [C:\Users\Blackcode\Desktop\Android game Project\com\greensock\TweenMax.as:779]
    at com.greensock::TweenMax/renderTime() [C:\Users\Blackcode\Desktop\Android game Project\com\greensock\TweenMax.as:761]
    at com.greensock.core::SimpleTimeline/renderTime() [C:\Users\Blackcode\Desktop\Android game Project\com\greensock\core\SimpleTimeline.as:79]
    at com.greensock::TweenLite$/updateAll() [C:\Users\Blackcode\Desktop\Android game Project\com\greensock\TweenLite.as:629]

    never nest named functions.

    You can use:

    public void onObjectFound(e:MouseEvent):void
    {

    e.currentTarget.removeEventListener (MouseEvent.CLICK, onObjectFound);
    var myTween:TweenLite = new TweenMax (e.currentTarget, 1, {scaleX:e.currentTarget.scaleX * 1.5, scaleY:e.currentTarget.scaleY * 1.5, onComplete:deleteObj,onCompleteParams:[e.currentTarget]});})

    }

    function deleteObj(dobj:DisplayObject):void
    {
    dobj.parent.removeChild (dob);
    not sure that what follows is logical
    dispatchEvent (new Event (Event.COMPLETE));
    }

  • How to disconnect safely IMac iPod?

    Got a new iPod nano and do not know how to disconnect safely.

    Remove it from the USB plug. Or you can first open iTunes, find the device in the sidebar of iTunes, select it and click the eject. Both are safe.

  • How to pass a string to a vi from a dll?

    I have a DLL that generates errors in the log. How can I display my Panel before these errors? In other words, how to pass a string from a DLL to a vi using the library to call feature?

    Thank you

    Diego

    The DLL actually allocates memory for the string? If this is the case, there should be another function to free the memory. Otherwise you won't be able to do the deallocation of LabVIEW, which means you would have to write a wrapper DLL. If you do not have the deallocation, then you will have a memory leak.

    Are you sure that the DLL is not simply wait for a buffer "of a proper size? In this case, you can simply create a U8 in LabVIEW to a size that is larger that the largest string that you expect to get.

  • How to pass the Visa Resource Name parameter to labview dll in labwindows/cvi

    Hello world

    I build a dll of labview, the prototype is: double getchannelpower (double f, uintptr_t * VISAResourceName);

    I don't know how to go from VISAResourceName to this function.

    Is it related to the ViPSession paremeter in function viOpen(REES ViSession, rn ViRsrc, ViAccessMode am, ViUInt32 ti,ViPSession vi)?

    BRs,

    lotusky

    Hey, guys:

    I figured out how to pass the parameter.

    In labview, you must replace the control of visa with string control. In this way, the generated dll function at the entrance of the string type.

    I hope this will help others!

    lotusky

  • How to pass data (more effective) autour

    Hello
    I wonder how to pass around large data around across the application.

    For example:
    1 data or data of my analog channels
    (I have a lot of screws that will process these data of waveform)
    Is it not wise to spend around analog continuous data?

    2. What if you want to process digital data?
    (I must treat these unique bits in several screws, for example,)
    security door bit, stop bit of emergency, must be treated as higher priority than screw
    input 1, selector, etc.).

    Or you have any suggestions, what type of data I should use. I have a
    global impression screw actually write these digital data in a file, then
    These files are passed around?

    3. is there a mechanism that pass around data in memory, NOT in the files?

    By far, the way the more effiecient to pass data autour is a thread.  If you are really worried about memory, then you must avoid the connection of the wire that he holds the large amount of data.  This could mean making your processes in series (one at a time) passing the data of one Subvi to another via the controls and indicators and the connector pane.

  • How to pass the session IMAQ to the Subvi

    Hello

    My experience with LabView is neither very good nor extended. I am a scientist and I'm with IMAQ data acquisition. My current problem is that the people who wrote the script is modular, versatile, or clear initially structured. So I try to reduce the ridiculous number of tests in a simple flowchart to a level that people can actually understand it... and to make the more versatile script for future experiments.

    I'm introducing quite a few subVIs to be executed repeatedly. However, I can't know how to pass the IMAQ session on the Subvi. I constantly get the error messages. In this case, I want to acquire images with OIDE_CollectFrame.vi controlled by OIDE_TrialPhaseCollect.vi. I couldn't understand how to assign the refnum IMAQ session class, either.

    It is probably a newbie question, but usually I program with LabView.

    Dennis


  • HOW TO PASS THE HEX OF THE MAIN PROGRAM VI ENUM, SUB VI ENUM VALUE

    HOW TO PASS THE HEX OF THE MAIN PROGRAM VI ENUM, SUB VI ENUM VALUE.

    HOW THEN IT WILL CHOOSE CORRECT ON SUB VI HEXAGONAL ENUM VALUES.

    Enum values are strings, you must first convert the hexadecimal value to a hexadecimal value chain represtation.

    Then that convert from the enum.

  • How to passing arguments to an exe

    Hai Everbody

    I know that LabVIEW has the ability to call an exe file created in different platform, can I know how to pass arguments to the special exe (which is located in another platform) via LabVIEW... I wish someone could help me out of this

    Thanks for your answers, I found the solution... As the exe is in .net, I used the syntax for the command line arguments in .net...

  • How to pass a string of e-mail with attachments?

    How to pass a string of e-mail with attachments? I received an email and had answers in both directions. I try now to send the original of the attachments on the first 2 emails. How do I do that? My receiptiant says that he gets the e-mail message but has no attachments?

    You don't mention what you use for e-mail.
     
    You can either transfer the messages all attachments, or save attachments and then attach them to a new message.
  • How to remove safely remove the icon of the DVD RW AD ATA device optiarc 7561 taskbar for windows vista

    How to remove safely remove the icon of the DVD RW AD ATA device optiarc 7561 taskbar for windows vista

    Hello Mark G,.

    I think that Christopher was referring to right click on the remove safely icon on the taskbar and choosing then to remove it safely.

    Otherwise, this may be a feature of the device driver and the device manufacturer may be able to tell how.

    Best regards

    Matthew_Ha

Maybe you are looking for

  • Sort order of the photos in albums to iCloud

    When I add the creation of an album using Photos shared on iCloud, pictures are sorted by date, oldest first, any order, they were initially classified as.  Is there a way to change that to preserve the original order of the photos, or at the very le

  • I don't like the last review, how do I revert to the version previouks.

    I find that I leave a Web site that I'm on and and want to access the homepage of Google, I have to find the key hone. It take a couple of extra steps right off of a website. The new version brings several key passages get to what I want.

  • Issue installing XP on Satellite P200

    I have the same problem as many others with a configuration of installation of XP not finding not all hard disks. I read through the topics of the forum dealing with this issue, but still have a problem. When you try to install the Intel Matrix Stora

  • Fallout 3 does not start!

    The menu is fine, but when I click on play, it says: Could not initialize the rendering engine. Hardware T & L required but not supported by the adapter. I and Inspiron 530 s dual core. Recently upgraded from Windows Vista to Windows 7. Any ideas?

  • Cannot detect hard drive

    Dear Sir. I just got this T320 and my problem is now I have no cd, readers, manuals, etc coz they it shipped from China. I tried to follow all of the instructions but cannot find the 2 installed 500HDD (Constellation of Dell). Please help me to make