HT4906 What is Aperature 3: & Aperature 2.x please?

What does Aperature 3: and Aperature 2.x refer to. (found in setting up iPhoto in iCloud)

Very short answer: Aperture is iPhoto's very big brother.
http://www.apple.com/aperture/

Similar Messages

  • So, i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    Try a direct download:
    iPod, iPhone and iPad Firmware Download
    Manually install it by holding your "Option" key down when clicking on the "Restore" button in iTunes and select the firmware file you downloaded.

  • I have the new IPad and can't connect via bluetooth to any of my apple devices (IPhone 4s and appleTV) neither from my new IPhone 4s. When I turn the Bluetooth on, both devices keep in searching mode... I don't know what to do now... Please help

    I have the new IPad and can't connect via bluetooth to any of my apple devices (IPhone 4s and appleTV) neither from my new IPhone 4s. When I turn the Bluetooth on, both devices keep in searching mode... I don't know what to do now... Please help... I can't pair any device because they can't find whitin themselves.

    Wmorlac wrote:
    I have the new IPad and can't connect via bluetooth to any of my apple devices...
    Correct... See Supported Bluetooth Profiles Here...
      http://support.apple.com/kb/HT3647
    Suggest you check the User Guides of your Devices to find the Method of what you are trying to do

  • What's wrong with my code? please help....

    when display button is clicked it must diplay the remarks but it didn't happen...
    what's wrong with my code? please help
    here is my code.....
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    public class Area extends Applet implements ItemListener,ActionListener
         {Label arlbl = new Label("AREA");
          Choice archc = new Choice();
          Label extlbl = new Label("EXPENDITURE TYPE");
          CheckboxGroup extchk = new CheckboxGroup();
              Checkbox fchk = new Checkbox("FOOD",extchk,true);
              Checkbox schk = new Checkbox("SHELTER",extchk,false);
              Checkbox echk = new Checkbox("EDUCATION",extchk,false);
              Checkbox uchk = new Checkbox("UTILITIES",extchk,false);
          Label exalbl = new Label("EXPENDITURE AMOUNT");
          TextField exatf = new TextField("",20);
          Label remlbl = new Label("REMARKS");
          TextField remtf = new TextField("",30);
          Button disbtn = new Button("DISPLAY");
          Button resbtn = new Button("RESET");
          String display;
          public void init()
              {add(arlbl);
               archc.add("MANILA");
               archc.add("MAKATI");
               archc.add("QUEZON");
               archc.add("PASAY");
               add(archc);
               archc.addItemListener(this);
               add(extlbl);
               add(fchk);
               fchk.addItemListener(this);
               add(schk);
               schk.addItemListener(this);     
               add(echk);
               echk.addItemListener(this);
               add(uchk);
               uchk.addItemListener(this);
               add(exalbl);
               add(exatf);
               add(remlbl);
               add(remtf);
               add(disbtn);
               disbtn.addActionListener(this);
               add(resbtn);
               resbtn.addActionListener(this);
         public void itemStateChanged(ItemEvent ex)
              {int n = archc.getSelectedIndex();
               if(n==0)
                   {if(fchk.getState())
                         {exatf.setText("10000.00");
                         display = archc.getSelectedItem();
                   if(schk.getState())
                        {exatf.setText("15000.00");
                        display = archc.getSelectedItem();
                   if(echk.getState())
                        {exatf.setText("24000.00");
                        display = archc.getSelectedItem();
                   if(uchk.getState())
                        {exatf.setText("8500.00");
                        display = archc.getSelectedItem();
              if(n==1)
                   {if(fchk.getState())
                        {exatf.setText("5000.00");
                        display = archc.getSelectedItem();
                   if(schk.getState())
                        {exatf.setText("11000.00");
                        display = archc.getSelectedItem();
                   if(echk.getState())
                        {exatf.setText("7500.00");
                        display = archc.getSelectedItem();
                   if(uchk.getState())
                        {exatf.setText("24000.00");
                        display = archc.getSelectedItem();
              if(n==2)
                   {if(fchk.getState())
                        {exatf.setText("13000.00");
                        display = archc.getSelectedItem();
                   if(schk.getState())
                        {exatf.setText("7000.00");
                        display = archc.getSelectedItem();
                   if(echk.getState())
                        {exatf.setText("27000.00");
                        display = archc.getSelectedItem();
                   if(uchk.getState())
                        {exatf.setText("6000.00");
                        display = archc.getSelectedItem();
              if(n==3)
                   {if(fchk.getState())
                        {exatf.setText("6000.00");
                        display = archc.getSelectedItem();
                   if(schk.getState())
                        {exatf.setText("9000.00");
                        display = archc.getSelectedItem();
                   if(echk.getState())
                        {exatf.setText("15000.00");
                        display = archc.getSelectedItem();
                   if(uchk.getState())
                        {exatf.setText("19000.00");
                        display = archc.getSelectedItem();
         public void actionPerformed(ActionEvent e)
              {if(e.getSource() == disbtn)
                    {String amtstr = exatf.getText();
                     int amt = Integer.parseInt(amtstr);
                        {if(amt > 8000)
                             {remtf.setText(display + " IS ABOVE BUDGET");
                        else
                             {remtf.setText(display + " IS BELOW BUDGET");
              if(e.getSource() == resbtn)
                   {archc.select(0);
                   fchk.setState(true);
                   schk.setState(false);
                   echk.setState(false);
                   uchk.setState(false);
                   exatf.setText("");
                   remtf.setText("");
    Edited by: lovely23 on Feb 28, 2009 11:24 PM

    Edit: thanks for cross-posting this question on another forum. I now see that I wasted my time trying to study your code in the java-forums to help you with an answer that had already been answered elsewhere (here). Do you realize that we are volunteers, that our time is as valuable as yours? Apparently not. Cross-post again and many here will not help you again. I know that I won't.

  • Why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • HT4972 I am using iphone 3g and it is having currently IOS 4.1 version,till what IOS version can i upgrade ? please help me many of my apps are not working esp whatsapp.

    am using iphone 3g and it is having currently IOS 4.1 version,till what IOS version can i upgrade ? please help me many of my apps are not working esp whatsapp.

    iOS 4.2.1 is the latest version of iOS for the 3G.
    Facebook and Whatsapp both require 4.3 or higher.
    If you want to use those apps, either use the old version that should be in your iTunes library or upgrade the hardware to a 3GS or newer device.

  • I got this new Ipad. After a month my charger broke. So what I did is got a new charger that is not from Apple company it was from a different company. After 3 week it doesn't work anymore. What do I do. HELP ME PLEASE!!!!!!!!!!!

    I got this new Ipad. After a month my charger broke. So what I did is got a new charger that is not from Apple company it was from a different company. After 3 week it doesn't work anymore. What do I do. HELP ME PLEASE!!!!!!!!!!!

    Not normal. Take it (iPad, cable & charger) to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • I cannot hear the vocals on downloaded movies on Apple TV. Ithe background music and sound effects only. What can I do to fix  this please?

    I cannot hear the vocals on downloaded movies on Apple TV.
    I can hear the  background music and sound effects only.
    What can I do to fix  this please?

    Most movies have Dolby surround sound. Seems like you don't have all sound channels coming out of your speakers.
    Is the AppleTV connected to a receiver or to a TV?
    If you have a receiver that supports dolby surround you should configure the sound settings of the Apple TV and receiver accordingly.
    If it's connected to a TV the audio setting "Dolby Digital" in the Apple TV should be set to off.

  • I am using iphone5 and when sending sms within 160 characters i am getting 2 sms counts deduction & i hear the message send sound twice. what is wrong here. can some one please help me here???

    i am using iphone5 and when sending sms within 160 characters i am getting 2 sms counts deduction & i hear the message send sound twice. what is wrong here. can some one please help me here???
    APPLE need to do something here!!!!!!1

    Hi...
    Thanks for your repaly .
    and i am not bale to post a question in developer forum i tried hard but i didnt get .Can you plz explain me how to post a question in developer forum this is very helpfull for me.Because i never did this thing.

  • HT1918 I forget my apple Id secure question, and I can't reset it , what am I supposed to do ? Please help .....help 

    I forget my apple Id secure question, and I can't reset it , what am I supposed to do ? Please help .....help 

    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"... i do this but not working

  • What joysticks are compatible with the MacPro please?

    What joysticks are compatible with the MacPro please?

    average typical games on the Mac.
    Well, That narrows it......
    Many games simply rely on mouse control via alternate USB device.
    In OS X, joystick to mouse control may be of interest:
    https://discussions.apple.com/thread/391977?start=0&tstart=0
    The mentioned USB Overdrive will enable that which many devices can't do in OS X and have separate drivers for in Windows.
    BTW, I use a Logitech with many average, typical games on a Mac.......

  • When I make a call or recieve a call, the voice of the other person is not heard. but speaker phone works. what could be the trouble. could you please help me in resolving this? iPhone 4, iOS 6.1.3

    when I make a call or recieve a call, the voice of the other person is not heard. but speaker phone works. what could be the trouble. could you please help me in resolving this? iPhone 4, iOS 6.1.3.i had purchased my iphone 4  factory unlocked from usa last month.i am from india so will any apple service centre help me for this issue?

    They will help you just make sure that you make a appointment before you go into the store. Also if the iPhone needs to be replaced and you are not within your year of hardware coverage, that is when they will ask you to pay a fee.

  • My computer reads my iPod as if its software were of a camera's. i've already reset it, and it still hasn't changed the iPod's software format. What do I do??? Please help me!

    My computer reads my iPod as if its software were of a camera's. i've already reset it, and it still hasn't changed the iPod's software format. What do I do??? Please help me!

    To get iTunes to see the iP{od see:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows
    or
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X
    It is normal and expected for the computer to see the iPod as a camera.

  • What is GUID in CRM & its significance please?

    Hi All
      What is GUID in CRM & its significance please?
    Thanks & Regards
    Moni

    Hi Moni,
    we cannot say that the GUID is specific for linking R/3 and CRM tables. The GUID is a unique combination of chars and digits with different types of output (16, 22, 32 chars). It's created using function module GUID_CREATE and - especially in CRM - used as a primary key for database tables. E.g. field PARTNER_GUID in table BUT000 is used to link the data in this table with the BPs fragments tables (for example CRM*FRG0041).
    GUIDs are used in the R/3 plugin as well, e.g. table CRMPARNR.
    However, you could easily use another unique identifier to map this table. For example, in R/3 customer master data the customer number (KNA1-KUNNR) is the identifier and primary key in all dependent tables (e.g. KNVV).
    Kind regards.
    Wolfgang

  • When I''m playing a video clip the computer "locks-up" after a few seconds - what can I do to fix it please?

    When I''m playing a video clip the computer "locks-up" after a few seconds - what can I do to fix it please?

    The latest is happening with the 12 little video clips sent to me by Apple entitled "Get to know your new iPad"
    They run from 3 to 32 seconds and then "lock-up" on my iMac.
    I don't have photobooth on my iMac
    The link to the Apple promotion is :-
    http://www.apple.com/ca/ipad/guided-tours/?cid=CDM-CA-DM-P0009300-160603-EN&cp=e m-P0009300-160603&sr=em
    D

Maybe you are looking for

  • Voice memo sync with iphone4 IOS 5.1

    Dear all, I cannot sync my iphone 4 voice memos to itunes 10.6,  older voice memos, before FEB 2012, do  appear in voicememoms playlist in itunes but the newer ones do not. i am using ihone4 with IOS5.1 Can you help? ZAM

  • White Macbook (2006?) won't find available networks?

    So my macbook (got it sometime in '06) had suddenly stopped functioning in any wi-fi capacity.  It says it is searching for networks but doesn't find anything.  I've tried cycling it on and off and have all so rebooted the whole machine.  The network

  • Create new sequence for GoPro HD camera in CS5

    Can someone help me create a sequence in CS5 for a GoPro HD camera.  Which preset should I start with or what values should I change in the New Sequcne Window on the general tab? Here are the video details from a file using mediaplus.  Pixel Aspect R

  • Duplicates in iCal

    I have Outlook 2011 that I use as my primary calendar and contacts manager. Because I am on a Mac, syncing HAS to be with iCal. In turn, iCal syncs with the iPhone calendar app. Within my original (Outlook) calendar, I have several reccuring events.

  • P7-1030 install graphics card

    For P7-1030 with Windows 7: I am trying to upgrade graphics by installing a Visiontek 6350 Radeon PCe-16 Graphics Card into the PCE-16 slot. I have replaced the original 240 watt power supply with a Thermaltake 575 Watt Smart Power Supply. QUESTION: