HT1338 can i replace my mac with a newest model and pay a difference

can i replace my mac with the newest model and pay a difference>>>

Sorry. No.
Apple does not have a trade-in policy.
Best.

Similar Messages

  • Can I pair my Mac with two wireless keyboards and trackpads?

    I have a MacBook Pro.  I want to have external display (and wireless keyboard and trackpad) at all 3 places I work.  Is that possible?  I read that it's possible to have a wireless keyboard work with multiple devices, but I couldn't find if it works the other way.  thanks

    I have two offices and I move my Mac between them.  I have paired both wiresless keyboards and when I show up at the other office it just pairs automatically.

  • How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    No, nothing will prevent the computer from going to sleep when you close its display except third-party hacks that are designed to do exactly that. I strongly advise against using any of those, as they may interfere with successful entry into clamshell mode (and they carry other downside risks as well). Just wait until the computer is asleep (with its sleep light pulsing), then press any key on the keyboard. It sounds as though your setup is working as it's designed to do.

  • Can I replace InDesign CS6 with InDesign CS6 ME version?

    Can I replace InDesign CS6 with InDesign CS6 ME version? And does the ME version interface in English or Arabic?
    I have a translator who sends me InDesign files using the Sultan font, but when I open it, a lot of the font shows up as math symbols. I have the correct font installed, but I'm wondering if I need the additional features of the ME version of InDesign to make the type correct on my end.

    I don't believe my CS6 is from a Creative Cloud subscription. It was installed by my IT department, so I will ask them.
    When I receive the files from the translator, they send both an InDesign file and a PDF, so I can see it as they see it. However, the InDesign file looks like this:
    But the PDF file looks like this:
    They sent me the font file, so I'm assuming I have the right font and the issue is on my end. Or perhaps not?

  • Can I connect two macs with thunder bolt ?

    can i connect two macs with thunderbolt like I do with firewire and IP? I don't want to transfer files by using the control "T" at startup . I want use VNC to control one mac from the other and use thunderbolt vs ethernet.
    thanks for any help

    You can connect the two.  Whether you can use VNC, I have no idea.
    http://store.apple.com/us/product/MC913ZM/A
    Ciao.

  • Can we replace OTR text with Images?

    Hi All,
    I just wanted to know can we replace OTR text with Images?
    or
    Can we define an image as an OTR text? so that it can be placed in the page where OTR text is used.
    regards...
    Ravi

    Hi Ravi,
    it is possible to replace an OTR Text with an image.
    You first have to define the Link in the OTR Text where your image is located. This can be everywhere in the Internet or better on a secured intranet server which everyone can reach easily without permission problems. Maybe in the DMZ.
    You can even link it into the MIME Repository of your SAP System as well.
    Then you have to put that OTR Text into a
    <htmlb:textview> Tag and ensure that the switch
    " encode = "TRUE" is enabled.
    Well thats all.
    Keep in mind that the a different language, set in the Internet Explorer or other viewing instances, disables the link if it not "translated" into that language.
    This can also be an advantage if you got multilingual fixed pictures with drawn text in it.
    I suggest you put all your links ( with a Value Field and at least a name field) into a seperate table into the repository for easy maintaining.
    Greetings,
    Dominik
    Edited by: Dominik Lemke on Dec 19, 2007 12:02 PM

  • Can I replace a DOMParser with a SAX parser?

    hi, can I replace a DOMParser with a SAX parser? In the class "org.apache.xerces.parsers.DOMParser", there is a method called "getDocument()", it returns the document as a DOM object, but I don't see any equivalent methods in the SAX parser.

    I would avoid using SAXParser. It has been superceded by the org.xml.sax.XMLReader class.
    the XMLReader class has a method called parse() that accepts an InputSource.
    Look at the org.w3c.transform (I think that's it) package and it gives you the ability to create a stream from a DOM Document.
    Also avoid using classes that are specific to an implementation of an XML parser. I know from experience that this can really jam things up in the long run.

  • How can I replace the Portal with completely new Flash website?

    Can I replace the Portal with completely new Flash website? My customer do not want the JSP UI. Instead, he wants a completely new designed Flash site. Is it possible to do it? How can I deploy a new portal to cover the current one?

    If you have a look at some of the code examples which do the equivalent of site maps, you could in theory replace the whole portal desktop with some sort of Flash framework which reads the user's role structure at run time.
    I think it is useful to remember that the SAP portal is primarily a business application launchpad. It does that very well. Trying to make it into a Flash launchpad will be challenging.

  • How can i connect the mac with internet key?

    how can i connect the mac with internet key?
    I try but it tolds me that I haven't the javaruntime...

    I try, but to run javapreferences computer told me that I must have a Java runtime... thankyou

  • My iphone has fallen into the water 6months ago and there is no apple store in my country so i gave the phone s technical service.but they couldnt repair the phone.and now the battery is swollen.can i replace the phone with the new one in spain?

    My iphone has fallen into the water 6months ago and there is no apple store in my country so i gave the phone s technical service.but they couldnt repair the phone.and now the battery is swollen.can i replace the phone with the new one in spain?

    You can only obtain warranty OR post warranty service in the country of original purchase
    As your iPhone has user damage it has no warranty
    IF the iPhone originated from Spain or another EU country you can get out of warranty service in any EU country

  • Qosmio X500-10W - Can I replace the HDD with another one?

    Hello
    I have a Qosmio X500-10W with two HDD Toshiba MK5055GSX 500GB 5400RPM 8MB ??SATA II but is one of hs so I wonder if I can be replaced by a more powerful style HDD 750GB 7200tr / min 16MB Toshiba course?
    merci

    Hey,
    Your question is a little bit hard to understand but I think you want to replace the HDD with another (faster) model, right?
    Well, thats no problem. HDDs with 7200rpm will work, they are a little bit louder but they are faster so if you need more performance no problem.
    Also 750GB or more is no problem because SATA interface is not capacity limited. Theoretically 1TB or more should also work.
    Anyway, you can buy the 750GB you mentioned it will work. :)

  • The demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.

    the demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.
    your recommended second option that i could add true/false case.
    this true/false case must be inside the for loop or outside the for loop?if this case is inside the for
    loop, how can i send stop command from outer while
    loop?
    more over do you have any example for this please?
    thanks"

    You can execute a fixed number of iterations using a while loop by comparing the iteration count to the number of iterations you want and wiring the output of that comparison (e.g. Less Than or Equal To) to the continue (or stop) terminal of your while loop. Which comparison you use depends on personal preference, where you wire the desired count and the interation count, and whether you're using the while loop as Continue if True or Stop if True.
    Ben gave you step-by-step instructions in response to your previous question. Look here for Ben's response.
    Ben's response looks pretty good and detailed to me. It certa
    inly deserved better than a 1-star rating.

  • Can apple replace me screen when it's cracked and lifted with out AppleCare

    Can apple replace me screen when it's cracked and lifted with out AppleCare

    Out of warranty exchange is $149

  • How can I authorise a mac with 11.1.3 iTunes for my phone

    how can I authorise a mac with 11.1.3 iTunes for my phone

    Authorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.

  • Mac with OSX 10.5 and want to go to 10.6 - can I buy and download 10.6 somewhere or can I only buy it in a store?

    I run a Mac with OSX 10.5 and want to go to 10.6 because I want to get trackpad and wireless keyboard to work - can I buy and download 10.6 somewhere or can I only buy it in a store?

    You can also buy it in Apple or  resellers' stores - the cost is pretty much the same everywhere: $29. And, as far as I know, the latest retail version is 10.6.3, so you will need to update to 10.6.8 via the combo version in Software Update (or download it from the Apple website and install it). You'll need to do this in order to get the App Store which, in turn, is what you need to buy Lion if you want.
    Edit: Make sure your Mac meets the system requirements for either SL and/or Lion.

Maybe you are looking for

  • The method to delete a file in java application

    I encounter a problem when I attempt to delete a file in java application, so I seek in this forum and found that many people have encountered the same problem. However, I still cannot solve the problem until I found that another function in my appli

  • XSLT, namespaces and DOM

    Hello, I am trying to do the following: - build a DOM/XML-tree from information in tables using my own namespace - Transform this tree to HTML using a XSL-stylesheet in a file. A simple example I created works when I first save the XML-tree in a file

  • How do I get the software to only recognize the edited portion?

    I uploaded a 17 minute video and edited it down to 2 minutes.  I am trying to post it to YouTube but the software still thinks that the video is 17 minutes long.  I have changed my YouTube setting to allow more than a 15 minute video but I am still s

  • Where is the picture of the "security lock" that used to be in my lower right corner??

    There used to be a picture of a "security lock" in my lower right corner, either on my start bar or immediately above it, to show you were safe to enter your credit card info. before shopping websites. I haven't seen the picture of a "security lock"

  • Artwork for Artist is downloaded

    Hi. I have some MP3 songs, which I tagged properly. They include Artwork, Artist, Album, ... all which is required for iTunes to properly parse and handle meta information. Now ... when I open iTunes (Windows), select Music/Artist, I see on the left