How to increase space in Iphoto site

Have already emptied all the albums to an external hard drive.
Have no difficulty uploading photos from camera to the computer.
When drag the pictures into the albums...computer indicated that low space in the disc ..and unable to transfer all the photos...
Any suggestions..?

You need to provide more info?
What Mac model?
What OS are you running?
What size hard drive?
How much free space on the hard drive?
 Cheers, Tom

Similar Messages

  • Flex charts: How to increase space between columns?

    Hello!
    I just added columnWidthRatio: 1; to my mx|ColumnChart to fatten up my columns a little. But now, there's no space between the X axis and columns, and between the columns themselves, so how do I increase this space?
    mx|ColumnChart { marginRight: "50"; paddingRight: "50"; } has no effect.
    Thanks!
    --Dwayne

    Somehow setting width="400" did not change anything. I also tried:
    mx|ColumnChart { columnWidthRatio: 0.8; width: 1000; columnWidth: 1000; }
    to no avail.
    Anyhow, I've reduced my columnWidthRatio to 0.8 though as you suggested. It looks better, but I'd still like some more space between the columns.
    Thanks!
    --Dwayne

  • How to increase space netwwen items

    Hi All,
    I had created few items( for the search perpose in report.) I want to increase the space bettwen these items so that it will look better.
    I tried with the hidden item but it not working.
    Kindly suggest me me how to achieve this.
    Kind Regards
    Dikshit

    The <img src....... is working but in my case I had created total 15 items for the search perpose.
    when the complete report is diplaying with output the space between item is as we defined in "Post element text" but when there is no report to display only items are there the space is coming below the item which doesn't looks good.
    I don't know why this is happening
    Thanks
    Diskhit

  • How to increase space to view all the attachments

    How to view if there are 15 or more  attachments without scroll down in the email 

    Hi,
    There is no option to increase or decrease the space in which you can view the attachments in Outlook so far.
    Regards,
    Melon Chen
    TechNet Community Support

  • How to increase space before a Heading

    Hi, Three things are really getting to me in Pages 9.
    1. Can I a dotted line in the TOC for each line item. e.g.
    Heading 1.................2
    Heading 2..............3
    Heading 2..............4
    2. How do I add space before the style at the top of the page. eg.
    --- top of page ----
    [space
    of
    lets
    say 5 cm]
    Heading 1
    I can add the space IF I add an empty paragraph as the first line and add a value to "before paragraph' text inspector.
    3. Can I create a TOC which will display the headings I have in the floating text boxes?
    thanks in advance

    Hi stnsw,
    Welcome to Apple discussions and the Pages '09 forum.
    singletracknsw wrote:
    Hi, Three things are really getting to me in Pages '09.
    1. Can I a dotted line in the TOC for each line item.
    The dotted line running from the text to the next tab stop is called a 'leader.'
    A look at the article_Setting Tab Stops to Align Text_ in Chapter 5, Working with Text in the Pages '09 User Guide will explain how to set leaders to tab stops. The article starts on p. 91
    Short answer: use the Tab section of the Text Inspector.
    2. How do I add space before the style at the top of the page. eg.
    Several ways.
    • An inserted shape, either floating and set to cause wrap using the button that prevents text to the right and left of the object, or inline, and set in a paragraph of its own above the first 'real' text on the page. The object may be white, transparent, or set to any colour with opacity set to zero.
    • Type a return character before the first text on the page. Select the return and set the font size to 144 points (two inches) Adjust the size to taste using command-+ (larger) and command- - (smaller).
    • Use the Inspector to set the space before the first paragraph, as you described.
    I can add the space IF I add an empty paragraph as the first line and add a value to "before paragraph' text inspector.
    3. Can I create a TOC which will display the headings I have in the floating text boxes?
    Not using the TOC tools in Pages.
    You'll find the Pages '09 User Guide a valuable (and mostly easy to read) resource. It can be downloaded through the Help menu in Pages.
    Regards,
    Barry
    Regards,
    Barry

  • Contact Sheet X v2.1 - how to increase space between caption & images?

    Contact Sheet X v2.1 has been working very well. But I can't find a way to increase the spacing between the captions and the images. They're practically touching. From time to time I need to move elements of the proof sheet. The dialog box for Contact Sheet X v2.1 doesn't appear to have anything to control the distance between caption and image. Does anyone have a solution? Using Photoshop CC, Mac OSX 10.9.5. Thank you.

    Somehow setting width="400" did not change anything. I also tried:
    mx|ColumnChart { columnWidthRatio: 0.8; width: 1000; columnWidth: 1000; }
    to no avail.
    Anyhow, I've reduced my columnWidthRatio to 0.8 though as you suggested. It looks better, but I'd still like some more space between the columns.
    Thanks!
    --Dwayne

  • How to increase space in ASM disk groups?

    Hi All,
    I am a newbie DBA in my team and today morning got a OEM alert that:
    Target name=+ASM_ZEUS.techiebros.com
    Message=Disk Group DATA requires rebalance because at least one disk is low on space.
    Any solution?

    To solve it you can run this command: Alter diskgroup ASMDB Add Disk 'here the way of the new disk' Rebalance power 4 WAIT;
    After that, you can see through the v$asm_operation;
    Read : <http://jarneil.wordpress.com/2008/10/27/asm-rebalance-io-saturation/> or < http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_1006.htm>

  • How to increase space between two buttons in iphone

    Hi Iam creating 10 uibuttons dynamically and animate randomly. but any of two or four buttons are overlapped.
    plz tell me the solution.
    i have the following code in my ipad app:
    -(void)AnimateNumbers
        for(NSMutableDictionary *dict in self.buttonArray)
            UIButton *but=[dict objectForKey:@"Button"];
            CGPoint bcenter=but.center;
            int numx=[[dict objectForKey:@"Xvalue"]intValue];
            int numy=[[dict objectForKey:@"Yvalue"]intValue];
            bcenter.x+=numx;
            bcenter.y+=numy;
            //bcenter.x=bcenter.x+[dict objectForKey:@"Xvalue"];
            //bcenter.y=bcenter.y+[dict objectForKey:@"Yvalue"];
            but.center=bcenter;
            //if(uia)
             BOOL isPortrait = UIDeviceOrientationIsPortrait(self.interfaceOrientation);
            //NSLog(@"is portrait %@",isPortrait);
            //if(isPortrait)
                //NSLog(@"is portrait");
            if(isPortrait)
                if(bcenter.x>720)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Xvalue"];
                if(bcenter.y>900)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Yvalue"];
                if(bcenter.x<100)
                    [dict setValue:[NSNumber numberWithInt:35+but.tag] forKey:@"Xvalue"];
                if(bcenter.y<222)
                    [dict setValue:[NSNumber numberWithInt:35+but.tag] forKey:@"Yvalue"];
                self.correctwrongImageView.frame=CGRectMake(214,450,253,201);
            else {
                if(bcenter.x>900)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Xvalue"];
                if(bcenter.y>720)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Yvalue"];
                if(bcenter.x<100)
                    [dict setValue:[NSNumber numberWithInt:35] forKey:@"Xvalue"];
                if(bcenter.y<222)
                    [dict setValue:[NSNumber numberWithInt:35] forKey:@"Yvalue"];
                self.correctwrongImageView.frame=CGRectMake(362,351,253,201);
                //self.resultview.frame=CGRectMake(362,351,253,201);
    Thanks.

    You might get better responses posting this to the developers forum.

  • How  to make space, increase speed, and battery

    Space is not just taken up by emails. It includes all the "background" apps, bookmarks, messages, music, photos, ibooks and virtually anything is been accessed on your iPhone. Just like closets at home that get over filled and clothes we thought we were going to use your phone and your computer needs to be cleaned out more then once a year.
    Here are a few measures that can be used to increase space and might I add battery power and usage proceessing speed to the lifetime of your phone/pad.
    The most obvisious items: photos, books, documents, music can be streamline / transferred / exported to a hard drive.
    The list below is maybe less thought of:
    MULTITASKING: closing all the open apps.
    To do this use the button below the screen known as home button with your index finger slide the apps upwards to close apps But make sure you keep the main screen app view open.
    BOOKMARKS and READING LIST
    Trim all the bookmarks and reading list that you no longer need by deleting it on your phone. If the bookmarks are important enough to keep then store them to your main computing system. You can even create a file and folder on your computer separate from your safari bookmarks by using a spreadsheet with the name of the site and url address.
    SAFARI and all other WEB BROWSER COOKIES n DATA
    Go to SETTINGS - SAFARI scroll down screen and clear cookies and data.
    GPS &  MAPS
    delete all unnessary directions and locations.
    CELLUAR DATA
    Go to Settings - CELLUAR
    LTE - enable
    ROAMING  - I prefer voice only so data pile up wont become an issue and only turn on data roaming if I need it.
    BACKUPS
    Backing up your phone/pad to a computer and a seperate hard drive using time machine saves space on your mobile device while adding an extra resource to recover and lost data.
    Think about it if your mobile device is constantly storing old, long forgotten  might need one day background stuff how can it have room to go forward and do the hard work you really need.

    Arrange menu :
    Align
    Distribute

  • How do I use storage on icloud to increase space on my phone

    How do I use the storage space I purchased to increase space on my 4s phone

    Are these things you really want to have control over - and keep?
    If so you would be better off off-loading them to your home computer if you have one. 
    Western Digital and probably other drive makers do off "create your own cloud"  devices so you can share between multiple devices if you need it.
    The "cloud" is a fluffy marketing name for a shared server - owned by another individual who has control over your information and how long it is kept.
    Even Steve Wozniak doubted that that was a great idea - as in read the fine print don't just accept it.

  • How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?

    How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?
    Thanks x

    You can upgrade to iPhoto '11 with OS X 10.8.5 by purchasing an iPhoto '11 DVD from Amazon, eBay or other source - or you can upgrade your OS to Mavericks for free if your system meets the requirements and then purchase the upgrade to iPhoto '11 version 9.5.x from the App store - in either case backup first in case of problems
    LN

  • How to increase C drive space in windows 7

    my dell inspiron mini having windows 7 starter installed
    it has tow drives
    (C) drive 14.8GB
    and (D) drive 212 GB
    now how to increase my C drive space
    please help me

    my dell inspiron mini having windows 7 starter installed
    it has tow drives
    (C) drive 14.8GB
    and (D) drive 212 GB
    now how to increase my C drive space
    please help me
    hi you should delete drive D and then extend drive C .
    for this purpose copy data form D to external Drive or C (if there is enough space) 
    and the go to disk management and the delete volume D and then extend drive C as you like 
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • How to increase the space of a page in Application Designer ?

    Folks,
    Hello. I am developing a page in Application Designer.
    I need to place multiple records with many fields in the page. But the entire space of the page is not enough to place the fields. We need to use a vertical scroll to increase the space of the page to hold all of the fields. But I don't understand how to do this feature.
    Can any folks tell me how to increase the space of a page in Application Designer in order to hold many fields ?

    Folks,
    Hello. Thanks a lot for replying. It's correct !

  • How to increase entire web site size in template?

    How would I increase the entire web site size on a premade
    website template? All of these templates Im currently using created by the same company appear rather small to, especially in width. http://www.englecomputerservice.com/Home.html
    Do I have to go in and manually increase each table width or is there any type of easier way of going about this?

    Also, please take a look at this site to see what I mean...
    http://ranchpropertyarizona.com/

  • TS1702 how do i delete from the startup disk? I am trying to get Mountain Lion from the App store and it says that the purchase was not complete because i need 4.06 GB space to download OS x 10.8. and to remove items from my startup disk to increase space

    how do i delete from the startup disk? I am trying to get Mountain Lion from the App store and it says that the purchase was not complete because i need 4.06 GB space to download OS x 10.8. and to remove items from my startup disk to increase space. How?
    Thanks

    You can use iCloud with 10.7.5. You do not need to upgrade to Yosemite. You should provide a minimum of 15 GBs of free space or 10% of the hard drive's capacity, whichever is greater.
    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion/Mavericks' Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.

Maybe you are looking for