ICloud between two desktops

I have iWork installed on my iMac at home and at work. I have activated iCloud and would like to be able to make changes to the documents on both machines and keep the documents synced. I do not have the iWork app on my iOS device, but am wanting to be able to access these files remotely on other desktops/laptops. Is it only possible to share iWork documents via iCloud between iOS and a laptop/desktop and not between two laptops/desktops?
When I log in to my iCloud account and select the iWork icon it prompts me to set it up with either an iPhone or iPad.
Thanks for the input.

If you want to upload documents that aren't for use with iOS devices this User Tip might be of interest.

Similar Messages

  • White box appears while switching between two desktops

    Hello all,
    Since few weeks I have a problem when I switch between two Desktops. Everytime I switch between them a white box appears in the left corner of my screen (see screenshot).

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Communicate between two desktops

    Can anyone lead me to a resource, or briefly describe the process, to address the scenerio below:
    I have two Windows computers on a LAN. I need to develop an application  for each computer that (when both computers are runing the application) allows communication between the two machines. For example: pressing a button within the application on one computer would execute a function in the application of the other computer). I am comfortable building stand-alone air apps and web-based PHP/MySQL apps with Flash/Air/Dreamweaver; however, I don't know where to start when creating a connection between two computers. Any suggestions? Thanks!

    I've worked on several projects where we did this. We used a "client/server" architecture where one of the AIR apps acts as the "server" (conceptually it's the same as a web server) and the other AIR app is the "client" that connects to the server the way a web browser would talk to a web server.
    For your "client" use the Socket class.
    For your "server" use the ServerSocket class.
    Alternatively, we also used UDP sometimes, so we'd use the DatagramSocket class on both sides (both act as "sender/receiver"). However, my recollection is that we ended up moving away from UDP since it's unreliable (by design) and switched to using TCP sockets (Socket/ServerSocket).

  • Is it possible to sync Lightroom and LR Mobile between two desktops?

    I have an Ipad, iPhone, Mac and Windows 7 PC.  I can sync LR Mobile between the iPad, iPhone and Mac OR between the iPad, iPhone, and Windows 7, but LR will not let me sync between all four.  Whenever I open LR on my Mac after syncing with my PC, it says that I either have to switch catalogues (which then deletes all of my mobile collections) or stop syncing that machine altogether.
    It seems like it should be possible to have a catalogue on my PC and then download my collections from LR Mobile.  Can I do this?

    Is it possible to check whether this functionality is in the roadmap for LR? I would love this feature - I have LR installed on 2 Windows machines and would like to sync my photos (and edits!) between these. It may be possible using Dropbox or similar service but it feels like this should be built-in to CC.

  • How to synchronize my bookmarks between two desktops running firefox?

    I do hope there's a simple way to achieve this, otherwise I would be terrible dissapointed.
    All I wanted was the good old Xmarks funtionality, but using mozilla servers.
    After many attempts, I still can't achieve this thing that should be absolutely trivial.
    I registered my user in firefox sync, then in another computer I just expected to enter my username and password and to synchronize my bookmarks, but I couldn't achieve it.
    Now I just want to reset my account and start from scratch with a simple guide. I'd like to upload my bookmarks again from my primary desktop, and then being able to download those very same bookmarks from any other desktop (the usual xmarks stuff)
    Is it possible to do it in a simple way, or shall I just quit firefox sync for good and go with xmarks?
    saludos
    sas

    You can take a look at Sync.
    *https://support.mozilla.org/kb/what-firefox-sync
    *https://support.mozilla.org/kb/how-do-i-set-up-firefox-sync
    *https://support.mozilla.org/kb/add-a-device-to-firefox-sync
    # open "Tools > Options > Sync" or "Firefox > Set Up Sync"
    # click "Set Up Firefox Sync" to go to "Firefox Sync Setup"
    To add more devices you can either pair a device or enter the credentials manually.
    # click "I Have an Account" : Connect
    # click "I don't have the device with me" at the bottom to enter the account settings (email, password, sync key) manually
    You can click the "Sync Options" button at the bottom to select what to sync.
    *https://support.mozilla.org/kb/how-do-i-manage-my-firefox-sync-account
    *https://support.mozilla.org/kb/firefox-sync-troubleshooting-and-tips

  • TS2972 I have multiple libraries on the "same computer" with two different desktops, can't I share between two libraries on the same computer?

    I'm trying to use home sharing to share content between libraries so some of the combined content in a given library, can be synced to an ipad.   Instad of having mulitple computers, i have multiple libraries on the same computer using two desktops.  How do I share within the same computer?

    iTunes must be running for home sharing to work.  There is no way to have home sharing running simultaniously for two users on the same computer.
    Simply add the media files using File > Add File/Folder option in iTunes.

  • Communicate between two differente JavaFX desktop design file

    I have created two JavaFX desktop design file with netbeans 6.9.1. One is the login and the other de principal menu. In java i create a object of the principal menu an just call object.setVisible(true).
    So in javafx how to call the menu principal from the login?. what should i code in the btnLoginAction??
    this is the login javafx:
    function btnLoginAction(): Void {
    function run (): Void {
    var design = Login {};
    Stage {
    title: "Main"
    scene: design.getDesignScene ()
    }

    I'm not looking for a "tutorial created especially for me".... Just perhaps someone that can copy and paste some code from a similar project that they have done so I understand how to do it.
    You could have simply put here's a tutorial for how to use TweenLite to crossfade between four pages, and here's one that will let you pass information between two .swf files. If you recently watched the tutorials then it wouldn't take long to find them (maybe you have them bookmarked) and post a couple links.
    Anyways, I just found an excellent tutorial on how to crossfade using TweenLite (found here) and an article that explains how to pass information from one .swf to another (here). It took some searching and knowing exactly what I was looking for to find them, but that's a much better answer for someone looking to do those two things than I've found here (or elsewhere for that matter).

  • Can I sync IPhoto albums between two computers via ICloud?

    I have some pictures on my MacBook Pro, and some on my desktop.  Other than offloading to a hard drive and trying to duplicate the two drives, is there a way to create albums and have them show up on both computers via the cloud??

    brettjbyers
    No you cannot sync an iPhoto library between two macs. If you do you will corrupt the iPhoto Library file. iPhoto is a consumer level app, and this feature is not supported.
    What you can do is share the photos but not the library. Each machine will need to have it's own library file.
    The easiest way to do it this is to enable sharing (in the iPhoto Preferences) on both machines (one sharing the library, the other looking for the share). When you do this the shared library will appear in the Source (or left-hand) pane and pics can be dragged from that to the library in the other machine.
    Regards
    TD

  • Sync contacts between two account iCloud

    Hi everyone,
    Me and my wife both have iphone. We usually used just one iCloud account, so we had shared calendar, contacts etc. etc. which is very useful for us.
    Since Siri has arrived it begun to create troubles with the contacts, because the contact marked as "me" is the same for both iphones, so on my iphone siri calls me with the name of my wife...
    Now with the new "family" function with iOS 8 i can finally separate the iCloud accounts on our iphones, and still have the same apps, calendar etc. on both of them.
    My problem is with the contacts, we would like to keep the same contacts on both iphones and synched, but i can't do that with the "family" function.
    Anyone can suggest me a way to sync contacts between two account iCloud selecting which information to share?
    Thanks

    Thanks. You said: "When you setup iCloud the On my Mac contacts should've been moved to iCloud I think (can't remember what happened in my case)."
    Actually that does not happen, or at least it didn't happen to me.

  • Using A FireWire cable between two Macs and Migration Assistance to transfer all my desktop to my macbook laptop, will all my apps, bookmarks, contacts and files be transferred? I am trying to make a complete copy of my desktop to my laptop.

    Using a FireWire cable between two Macs and the Migration Assistance feature, will al my apps, bookmarks, contacts and files be tranferred?

    See Pondini's Setup New Mac guide

  • TS3992 I have two computers. My iphone is sincronized in my laptop.. can I use just Icloud ion my desktop?

    I have 2 computers. My yphone is registered on my laptop.I am thoinking retire my laptop soon.. For now  Can I use only Icloud on my desktop?

    Icloud does not have restrictions on amount of computers. You can use it on your desktop or laptop or both. Sync with one computer's library comes in to play when you deal with licensed content sync, like music, movies, etc. Icloud only deals with personal info.(contacts, calendars, photos).
    there is another part that for marketing services Apple sells as icloud - itunes in the cloud. Feature that allows you to download your purchses at itunes/app store from any devices. That one is restricted to 5 computers.

  • Is it possible to share 1 bluetooth keypad and 1 mouse pad between two computers in target mode?

    Is it possible to share 1 bluetooth keypad and 1 mouse pad between two computers in target mode? Grab a drink and let me tell you my story.
    I purchased two computers... an iMac 27" i7 3.4 16GB RAM and a Mac mini 2.3 i5 8 GB RAM. Both have Thunderbolt capability and are in fact connected by thunderbolt. I have 3 problems...
    1. My Mac mini WILL NOT recognize any bluetooth keyboard. Let me back up for clarification. I set my iMac up first. No problems there. I then went on to set up my mac mini. A couple of interesting things happened concering bluetooth activity. First thing is that the keypad, which was already paired with my iMac wouldn't be recognized by the mac mini, and yet my bluetooth mouse which was paired with my iMac became paired with my mac mini and thus wouldn't be recognized by my iMac anymore. I had to go to my back room and dig out my other bluetooth mouse so that my iMac would at least recognize my second mouse. So now I have two "mice"presently. One for the mac mini, the other for the iMac. Thankfully I also had a USB keypad for my mac mini. My bluetooth keypad is still paired with my iMac but won't pair with my mac mini, which brings me to another question....
    2. CAN 1 KEYPAD AND 1 MOUSE PAIR WITH TWO DIFFERENT COMPUTERS SO THAT WHEN I GO INTO TARGET MODE VIA THUNDERBOLT I CAN USE THE SAME KEYPAD AND MOUSE FOR BOTH COMPUTERS? Anybody have some thoughts on that problem?
    3. WHY IN THE WORLD IS MY MOUSE CURSOR DISAPPEARING EVERYTIME I EXIT TARGET MODE VIA PASSWORD AND COMMAND F2. I'm using target mode to access my mac mini. But when I exit target mode to get back into my iMac I'm looking at my iMac screen but I can't see the mouse pointer! I can move the pointer around even though I can't see it. Wierd. And this has apparently been going on for some time with other users for over a year. I am presently completely up to date on Lion updates. Both systems are running 10.7.4. Does anyone have a solution or heard a rumor of a solution coming soon regarding the invisible mouse cursor "curse". I hate having to restart my iMac everytime I exit out of target mode just so I can get my mouse cursor visible again.
    Food for thought.... Wouldn't it be really cool to have a target mode capability to see your other computers desktops in seperate window screens on your main display. You then could go back and forth from each window by just double clicking or by certain key commands. You could drag and drop from desktop to desktop. Tell me this is coming soon.
    Thanks

    There was a duplicate post of this question answered at:
    http://exchange.ni.com/servlet/ProcessRequest?RHIV​EID=101&RPAGEID=135&HExpertOnly=&HFORCEKWTID=8448:​5&HOID=50650000000800000065190000&UCATEGORY_0=_26_​%24_13_&UCATEGORY_0=_26_%24_13_&UCATEGORY_0=_26_%2​4_13_&UCATEGORY_S=0

  • How do i stop contact synching between two iPhones?

    how do i stop contact synching between two iPhones?

    Stop syncing them to the same source. If you're sharing an iCloud account with someone, don't do that.

  • Using the same photos and music between two user accounts in the same Mac

    Hi,
    I think this question might have already been asked in the forum.
    1. I have one MacBook Pro and two user accounts (One for me and one for my wife)
    2. We are having two seperate iPhones with seperate AppleIDs
    3. We want to maintain the apps / calendar / mail / reminders / contacts as seperate - Through iCloud (Seperate Apple ID approach) - All this is fine
    4. All we want to have it shared is the Music files and the Photo library without duplicating
    I have tried the shared folder approach for the music and having the iTunes point to that directory for the libary location in the preferences but unfortunately if she adds a folder to the library mine does not get updated unless I do a add folder to library and vice versa.
    Whats the best way to deal with the Photos / Music sharing between two user accounts on the same mac
    Thanks
    Shas

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    To give others selective access to your iPhoto library, you have the option of using iCloud Photo Sharing, if the privacy implications don't bother you. The images will be stored temporarily on Apple servers.
    If you want to give full read/write access to more than one user, see the support articles linked below.
    iTunes: How to share music between different accounts on a single computer
    iPhoto: Sharing libraries among multiple users
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • How to transfer app data between two different game center accounts?

    Hello, I really need some help.
    I have looked all over the web for ways to transfer apps between two different game center accounts and different devices. Several weeks ago I started playing Campus Life on my relative's Ipad 2, therefore spending many long hours to get to this point in the game.
    The problem is I just got an Iphone 5 and I really would like to transfer the data onto it, so that I would not need to start all over again.
    My grandma has an account (Game Center) onto which the data has been saved and I would like to have it stored onto mine. On some forum someone said to sign into the account which has the data on both devices and to then open up the game on the new device. It worked. Then I signed out and logged in with my own account- the game started from scratch. I panicked. I went back on the other account, and the data reappeared. I have been going back and forth, the game changing as many times. I thought it would ask to back up my grandma's data on mine but I was wrong. I can not seem to save the game onto my new account, and I have even tried to back it up to Itunes and then copy it onto my phone after having signed into my own account. And I don't know how to properly use Icloud. I am a mess. I am completely lost and have found no help on the web. (All people seem to have to deal with is sharing Apple IDs with different Game Center Accounts for the kids and transferring apps from one of their devices to another.)
    I am so worried I am going to mess up and will lose the whole thing completely.
    I have just started another game with my own account but since I am using my grandma's, the data is erased. It's one or the other but I definitely prefer saving Campus Life. I do not like the idea of having to only pick one.
    I do not know any technical terms, so if you understand or even have the slightest clue about what I am talking about, I applaud you.
    This seems like mission impossible, so if anyone can help in any way, I would be really grateful. 
    Thanks in advance for your time and thoughts!

    I meant to press on "This solved my question"... Sorry if you needed the points.
    Thank-you and I will just go back and forth between the accounts.

Maybe you are looking for

  • What are the parallels memory requirements for MacBook Pro?

    I am looking to buy a new MacBook Pro - either 13 or 15 inch model.  I will be running Parallels with Win 8 and MS Office Pro.  The 13 inch MBP only comes with 8 GB - the 15 inch with 16 GB, but it is expensive. Can I get by with 8GB and an i7 proces

  • IM FED UP WITH ITUNES... I NEED HELP (DOWNLOADING 7.6)

    I've tried to download the newest version of itunes 7.6 on my DELL windows XP computer at least 50 times. It takes me strait to the thank you page without downloading anything. I've tried multiple ways of trying to downloading this, considering I jus

  • It is safe for me to charge my macbook pro with my ipad adapter connected to my macbook pro charger?

    I use a Malaysian adapter for my iPad 1G and connect with my Australian Macbook Pro 13 to charge and I find it heating up quickly. Is it safe? They are both official Apple products non of them are fake chargers and adapters.

  • Simple applet jar question

    I'm sure this is an easy question, but how do you access subdirectories in your applet's jar file? For instance the contents of MyApplet.jar jar would be: * META-INF * images * net Say the main class is MyApplet.class in net/mydomain/myproject How in

  • EA3500 not detected during setup

    I got a linksys n750 smart wifi router(EA3500) to use with a scientific atlanta cable modem. Originally I had tried to set it up on my girlfriends laptop but because setup REQUIRES wifi, it failed. (the wifi on that laptop is faulty.) It got up to 85