How can I import my iphotos from one account to the other?

Someone knows step by step iphoto from one account to the other. I am admin but still I do not know how to bring my iphotos to a different account
thanks for help
marc

Just the Photos?
Export them from iPhoto to a folder on the desktop
Put that folder in the Users/Shared folder.
Switch User.
Drag the folder from the Shared folder to whereever you want it.
Share the Library?
For iPhoto 09 (version 8.0.2) and later:
What you mean by 'share'.
If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
Remember iPhoto must be running in both accounts for this to work.
If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder (but note: some users find ongoing permissions issues with the Library in this location. It might be better to use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.

Similar Messages

  • How can I look up DataSource from one EJB to the other EJB?

    Image that, I have 3 databases:
    DB1
    DB2
    DB3,
    And then, 03 DataSources is deployed in DS EJB, named DataSource1, DataSource2, DataSource3.
    In the other App EJB, I have Connection Management function, as follows:
    public Connection getConnection(databaseKey) {
    if (databaseKey.equals("DB1")){
    connection = remote.lookup("DataSource1");
    }else if (databaseKey.equals("DB2")){
    connection = remote.lookup("DataSource2");
    }else if (databaseKey.equals("DB3")){
    connection = remote.lookup("DataSource3");
    return connection;
    How can I access DataSource 1,2,3 from the other EJB? How to config EJB server for that?
    Thanks in advance!
    Now, I have the other App EJB. Some class will require one of the above DataSource from DS EJB through function getConnection(databaseKey){}

    I strongle suggest you to use a ServiceLocator for this . It will be very easy to identify.Go to the sun home page and look for a servicelocator pattern.You can even directly use that code for you.

  • My daughter and I each have iTunes libraries on the same computer, how can I move some songs from one library to the other?

    My daughter and I each have iTunes libraries on the same computer, how can songs from one library be moved to the other?

    So, if she purchased a song from iTunes in her library, I will also have to purchase the same song to add to my library?

  • HT204053 How can I transfer my apps from one account to another

    How can I transfer my apps from one account to another

    Apple will not permit transfer of applications from one account to another. Suppose your mom has presented an iPad to you and before presenting she has downloaded some Apps with her account. If you want to update those Apps, you must know her pass word or send the iPad to her and request her to update and give back. If you feel it is time consuming and difficult, the best way is purchase new iPad and down load  the latest version of App. Whenever you come across you go on purchasing new iPad. This will help you to have latest version of iPad with you.
      Ramanujam, Hyderabad.

  • I have two FormCentral accounts and would like to move a large number of my forms from one account to the other without having to recreate them.  Is there an easy way to do this?

    I do know that I can Export either the design Form OR the Responses then Import them into my other account but I don't see a way to export the entire Form WITH the Responses.
    Thanks!

    Hi
    Please see this FAQ on how to export/import your forms from one account to another account:
    https://forums.adobe.com/docs/DOC-1390
    Thanks,
    Lucia

  • How can i transfer my music from one account to another on a different computer?

    So i have an itunes account on dell laptop and i share that account with other famliy members. I recently bought a mac pro and wanted to create a new account that way i can use icloud, is there any possible way to transfer everything from my old library to my new one or will i lose everything i had on my phone and ipods? Or is it possible to have one account but multiple icloud accounts?

    lisafromwindermere wrote:
    I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?
    Lisa,
    Just get copies of the song files and add them to your iTunes library.  With the exception of any DRM-protected files (purchased before mid-2009 and never upgraded) they will play fine, even though they are technically associated with the original account.

  • How to make a JDialog scrolling from one position to the other.

    Hi all,
    I want to move a JDialog from one position to the other(actually I want to scrolling/moving as messenger notification appear on top of the system tray) on the desktop.
    Anyone of you can give me a clue.
    Thanks

    Ok here what I have try up to now. First make the initial position of the JFrame as follows.
        private void SetWindowLocation()
            final int screenHeight = Toolkit.getDefaultToolkit().getScreenSize().height;
            final int screenWidth = Toolkit.getDefaultToolkit().getScreenSize().width;
            final int frameHeight = this.getHeight();
            final int frameWidth = this.getWidth();
            int _y = (screenHeight - frameHeight - 32);
            int _x = (screenWidth - frameWidth);
    // Initial location
            this.setLocation(_x, _y); 
    }This code place my Frame in the lower-right corner on top of the system-tray.
    Then as you guys says, try to work on a Timer. Now I'm stuck with the action listener. I try to move the frame to upper-right corner.
        private void SetWindowLocation()
            final int screenHeight = Toolkit.getDefaultToolkit().getScreenSize().height;
            final int screenWidth = Toolkit.getDefaultToolkit().getScreenSize().width;
            final int frameHeight = this.getHeight();
            final int frameWidth = this.getWidth();
            int _y = (screenHeight - frameHeight - 32);
            int _x = (screenWidth - frameWidth);
    // Initial location
            this.setLocation(_x, _y); 
            _timer = new javax.swing.Timer(100, incrementYPosition);
    ActionListener incrementYPosition = new ActionListener() {
            public void actionPerformed(ActionEvent evt) {
                       while(_y > 0){
                            // do the processing here.
                            // reduce the _y value and set the new location with _x
                    };I'm stuck with that how to involve with the ActionListener here. :(:( After set the initial location how to deal with the ActionListener.
    Any help.

  • In contacts, how can I move a contact from one account to another?

    My husband and I have (happily) shared contacts for years and all of a sudden we realized that some contacts would show up on one of my devices, but not on his.  After looking at the issue more closely, we realized that I somehow now have (and do NOT want) an additional contacts account called "on my Mac" that has been inadvertently populated with 22 contacts.
    1)  How can I move those to our shared account?
             When that is complete,
    2)  How can I delete the account called "On my mac"?
    Thanks!

    Thanks SO much, Barney.  How embarrassing, I could have sworn that I tried that first.
    I will definitely get them all moved over before I delete that account and I've already gone in & changed my preferences.  Several years ago, my husband I decided to share one calendar and one contacts list, using his mobile me account and it's been great for us.  I'm particularly thrilled to no longer serve as a human rolodex and I guess that I paniced a bit when I thought there might be a problem with our system.  I'm still confused where that "On my mac" account came from on the first place.  Do you suppose that was an automatic thing that came with the Mountain Lion upgrade?
    thanks again!

  • HT1689 How can I redeem a balance from one account to another on iTunes ?

    I have money on one iTunes account but I want to use a different iTunes account.. Cans funds be transferred from one account to a different account on iTunes ??

    Welcome to the Apple Community.
    No, you can't transfer credit from one account to another.

  • How can I import into iPhoto, from my iPad, albums created on the iPad using Photos App ?

    I take about 300 photos a day using my iPad, as i'm filming to help keep continuity.
    I then create albums under the scene number from some of the photos taken. Eventually i will build up all of the scene numbers in the script.
    I want to import into iPhoto all of these albums.
    How can this be done?
    For some reason, when i plug my iPad into the laptop, it won't import screen grabs or all of the photos.
    So the fact i have tried to be super organised, the apple software is now letting me down !
    Can albums created in the iPad now be imported into iPhoto as albums to keep my organisation ?
    Thanks.

    That is not a feature of iPhoto - suggest to Apple - iPhoto Menu ==> provide iPhoto feedback.
    With the new Photo app later this year the integration between IOS and the Mac will be much greater
    LN

  • Can I transfer purchases from one account to the other?

    Hi,
    I have 2 apple account, and I used both account to buy stuffs from apple online store. Now I want to use one account, but when I need to upgrade items purchased by the other account, I have to switch to that account, which is very inconvenient.
    I want transfer all purchased account to one account, is it possible?
    Regards,
    David Shen

    I have just bought a new pc and downloaded itunes onto it, i have logged into my itunes account and purchased a few new tracks which downloaded fine but it will not find my previous purchases from istore. They show in my history in the store but when I click on purchased i can't get itunes to upload the previous purchases. I know there is a limit on how many computers you can download these too but I only have them on one other one.
    Any ideas?

  • How to drag a painted square from one panel to the other?

    Hi there,
    I'm a student IT, and for the course Programming, which uses Java, we have to write a game.
    I've got a JFrame with two JPanels. Both are overriding paint(Graphics g). One JPanel, let's say JP1, draws a board with 196 squares, the other, JP2, draws 21 pieces made up from the same size squares. What I want is, when I press on a piece in JP2, that I can drag that piece over to the board, JP1, and when I release the mousebutton, the piece is drawn in the board.
    How can I realize the dragging part? I've tried with an extra JPanel, with the size of the JFrame, but then either JP1, JP2, or both won't draw anymore.
    Can someone help me with this?
    Check here for a paint what I mean (don't mind my painting skills :p). At no.1, the mousebutton is pressed on the piece, at no. 2 the dragging starts, and at no. 3 the mousebutton is released again.
    Hope I've provided you enough information, I would post the source code here, but it's a lot in Dutch, and it may just confuse you ;)
    Greetings,
    Niek

    Ok, I'll study the link, and try to post my threads in the right section next time ;)
    Didn't even came up with me there might be a tutorial or something for this..
    Thank you! ;)
    Edited by: Niekfct on 17-mrt-2009 21:19

  • How do I transfer purchased apps from one mac to the other?

    When i want to sync my iPhone in iTunes on my new computer I will lose all of the apps that I purchased.
    Can someone tell me how to sync it in a way (or some other solution) so I can keep my purchased apps? 
    I'm using the same ID as on old mac.
    I have been searching on the internet for help, but I can't find a clear answer.
    Thanks in advance.

    1) authorize iTunes on the new machine for your iTunes store account(s)
    2) connect your device and right-click or control-click it in the iTunes Source list, then choose transfer purchases from the shortcut menu that appears.
    3) sync the device
    iTunes will wipe the iPhone but, since you transferred your purchases in the previous step, your content will be in your library and you can re-populate the iPhone with it.
    btw, purchased apps can be redownloaded over and over free of charge ...
    How to redownload purchased apps from the App Store
    ... and so can music and books
    http://www.apple.com/itunes/whats-new/

  • How do I change my iCloud Apple ID from one account to the other?

    I have two Apple IDs. I want to rationalise iCloud on my devices, but on my iPad I am signed in with one ID and on the iPhone and Mac it is the other. I want to sign in with the other ID on the iPad as well, but I can't find a way short of deleting the account. Do I 'Delete account' on the iPad? WIll I lose my contacts etc? It's giving me that warning. And will it delete that entire Apple ID, or just its connection to iCloud?

    Welcome to the Apple community.
    When you delete the account from your device, you will be given the opportunity to save Safari data, reminders, calendars and contacts to your device, which you can later merge with the other account once you login.
    You won't be able to save your photo stream photos in the same way, so if you have any photo stream photos that are not already in your camera roll, you should move them there before you delete your account.
    Your iWork documents can be saved to iTunes on your device, but if you have them on a Mac they would be much easier to save to your desktop there. You can move them back after you switch.
    Notes can be shared to messages or mail and copy and pasted back after the switch. Although if you have a Mac, you may find it easier to do there. You could also use a temporary secondary account (see last item) to log into both accounts and copy and paste directly into your other account.
    You can set up Mail forwarding at iCloud.com mail preferences (little gear icon-bottom left) to receive mail from your old address to your new one.
    As an alternative to just switching, you might consider switching and adding your previous account back as a secondary account at settings > mail, contacts, calendars. You would still need to move your photos and iWork documents and save your safari data, but you'd have access to your old mail, contacts, calendars, reminders and notes.

  • I have mistakenly opened up a new iTunes account. Can I transfer purchases from one account to the other?

    I have recently bought a new iPad mini and tried to set it up and share with my old iTunes account.
    I thought I was changing email addresses for contact info, but was actually setting up a new iTunes account and paid for the £21 a year sharing service.
    I have a few (not many) tunes purchased on my old iTunes account.
    Is there a way of merging/closing my old account and transferring purchases across to the new iTunes account?
    I could swap between the two, but doing that on the phone/ipad will mean I cannot swap back for 90 days!!!!!
    Thanks
    mel (uk)

    Did you ever get around to transfer purchases from your old iPhone to iTunes in your computer.  If you did, your ringtone will be there and all you need to do is sync it back to your new iPhone.
    Ringtones can only be downloaded once from the iTunes Store that is why the user guides recommend that you transfer purchases from the iPhone to the computer.
    If you never synced your old iPhone to iTunes, then you need to do that now so that you can get your ringtone on your new iPhone.

Maybe you are looking for