External PopupWindow

Hai friends,
I want to create an external popup window with a view in another window.How can i do this
Please help me on this issue.
Regards,
krish.

Hi,
If you want the url of the another window in your WD Component. As per my knowledge you need to have a seperate application to be created for this window also.
For Example you have Window1 (View1 is embeded in this window) and Window2(View2 is embeded in this window). Now you need the url of the Window2.
So for this purpose you need to create two applications for this WD Component.
For example App1 (Created for Window1InterfaceView) and App2 (Created for Window2InterfaceView).
Now use this below code to open the Window2 URL in a sepearate window.
// Get name of deployable object this component belongs to
String deployableObjectName =
wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
Map urlParameters = new HashMap();
// If there are any application parameters you need to pass to App2 you can set those in urlParameters
// as urlParameters.put("key","value");
try {
// Get deployable object part of target application.
// Precondition: assume, that other application belongs to the same
// Web Dynpro Project (Deployable Object)
WDDeployableObjectPart deployableObjectPart =WDDeployableObject.getDeployableObjectPart(
deployableObjectName,"App2",WDDeployableObjectPartType.APPLICATION);
// Get target URL based on deployable object part and URL parameters
String urlToTargetApp =WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);
//Open this urlToTargetApp in external window.
IWDWindow window = wdComponentAPI.getWindowManager(.createNonModalExternalWindow(urlToTargetApp,"Window2");
window.show();
} catch (WDURLException e) {
messageMgr.reportException(e.getLocalizedMessage(), false);
} catch (WDDeploymentException ex) {
messageMgr.reportException(ex.getLocalizedMessage(), false);
Note:/Warning: We are opening another window using another WebDynpro application.
Here it creates a seperate WDComponent instacne. You can't access Window1(View1)'s existing context data in Window2(View2). The only way is you can pass some data using app/url parameters.
Apart from this as per my knowledge there is no other way to get the url for a Window.
Check this below thread:
Open View or Window in a external window (popup)
Regards,
Charan

Similar Messages

  • Error while opening the external window

    Hi
    I am trying to open an external window on click of a button.
    This is the piece of code I have written
    url = "http://www.google.com";
    url = java.net.URLEncoder.encode( url ) ;
    String title="External Window";
    //IWDWindow win=wdComponentAPI.getWindowManager().createExternalWindow(url,title ,false);
    IWDWindow win=wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,title );
    win.show();
    //win.open();
    I have tried both show() and open() method. and also createExtrenalWindow and CreateNonModalExtrenalWidnow. But I am getting the follwing error.
    Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'dc.gs.com/osrch' and application 'http:' are not deployed on the server. Please check the used URL for typos.
    Exception id: [0017087D8739002C0000025600001B9C00045A7873FC3E52]
    This is the URL it got in the external new window..
    http://<host>:50000/webdynpro/dispatcher/dc.gs.com/osrch/http%3A%2F%2Fwww.google.com
    I know the www.google.com is concatenating with portal URL , hence it is throwing the error.
    How to get rid of the portal path
    thanks
    PK

    hi,
    You can try the following code:
    IWDWindowInfo info = wdComponentAPI.getComponentInfo().findInWindows("PopUpWindow");
        IWDWindow window = wdComponentAPI.getWindowManager().createWindow(info , true);
        window.setWindowPosition(WDWindowPos.CENTER);
        wdContext.currentContextElement().setVa_win(window);
        window.open();
    This works fine.
    Thanx.

  • N8 External GPS automatic pairing does'nt work

    Ovi Maps and N8 with external Globalsat GPS will not work correct. If you have paired the external GPS with the N8, and you loose the bluetooth connection, the phone will not find the GPS device auomaticly anymore. Only solution is to restart Ovi Maps. Is the problem in the software or the N8 Firmware?

    Yes, it is "Authorised". When Ovi Maps is in use and the Bluetooth connection is lost(you leave the car and take the phone with you, GPS stays in the car) you get the information "No GPS connection" from the Ovi Maps applications voice guidance. Then when you come back, the connection to the GPS is not made automaticly. You just get a popup on the phone where you can choose different bluetooth devices, including the external GPS. This should not happen, the connection should be made automaticly and then jus just continue navigation.
    If you choose the GPS from the popupwindow, it works but you get again the popup and it asks you for the device(at this moment you altready have the connection, but it still asks for it). You can again choose the GPS, but again the same popup will be shown..... if you choose cancel, you got no connection and the only thing to get it, is to close the program and start it again.

  • External Drive is no longer recognized by Macbook

    I have this external drive....
    http://www.amazon.com/Western-Digital-Passport-Essential-WDME2500TN/dp/B0012GK3M Q/ref=sr11?s=electronics&ie=UTF8&qid=1280159206&sr=1-1
    It is about 60% full of music/pictures/documents that are NOT on my Macbook, therefore I use it regularly.
    Every once in a while, I accidentally remove it without properly ejecting first. But I guess I did it one too many times because now the computer will not recognize it at all.
    To insure that the drive wasn't corrupt, I plugged it into a PC. It worked fine. The files are all there and were completely accessible. But as soon as I plugged it back into the Mac, it won't show up.
    When I try a Disk Utilities repair, I get the following message:::::
    FIRST AID FAILED
    Disk Utility stopped repairing “My Passport” because the following error was encountered:
    The underlying task reported failure on exit
    Verify and Repair disk “My Passport”
    ** /dev/disk1s1
    ** Phase 1 - Read FAT
    ** Phase 2 - Check Cluster Chains
    ** Phase 3 - Checking Directories
    Unable to read directory (Input/output error)
    Error: The underlying task reported failure on exit
    1 non HFS volume checked
    1 volume could not be repaired because of an error
    I have NO $$$, so telling me to purchase a $30-100 program will not help me AT ALL. I'm looking for solutions that will not effect my wallet, even if they take all day to complete.
    What can I do????????

    Ok. Just to set one part straight- I doubt the problem came from unplugging your drive without ejecting. This usually isn't a problem unless files are writing or in use when you do it, but ejecting is a safe way to avoid issues.
    Try force-mounting the drive in terminal by using the following commands
    *mkdir /Volumes/yourdrivename*
    this command should give you the location of the drive on your computer. (It should be something like disk2 or disk1s3) Then type the location into:
    *mount /dev/yourdrivelocation*
    Whether or not this works, follow up this step by ejecting the drive and unplugging and plugging it back in. This worked for me when I was having this issue.
    Also- are you able to backup and reformat the drive? This would be a good thing to try if other attempts have failed.

  • Iomega external hard drive either 'not found' by Time Machine or is now in 'read only' format

    I don't know what's going on with my iomega external hard drive.  Sometimes the HD is recognised by the computer; other times it isn't; if it isn't I can restore to an earlier back up via Time Machine app; but it's like the disk isn't writable.
    Ten days ago, I had trouble backing up my iMac using Time Machine.  After turning it off and restarting my external hard drive, it backed up successfully.
    However, today I am trying to back up my files, and TM tells me it can't find the external hard drive.  Nothing has changed -- I have been out of town this past week -- but somehow my HD now seems to be in 'read only' format.  It does turn on, and I could restore my computer to an earlier back up.
    "Mac OS X can't repair the disk.  You can still open or copy files on the disk, but you can't save changes to files on the disk.  Back up the disk and reformat it as soon as you can."
    Annoyingly, despite my HD not showing in Finder or on my Desktop (as it usually does), when I simply turn it off I get that warning message "The disk was not ejected properly".
    Have tried verifying and repairing using Disk Utility, to no avail. 
    Am prompted to reformat but I don't have a good understanding of what this means and how to do it.  I'm guessing this would wipe the disk clean and I'd have to create the initial back up image all over again -- I'm reluctant to do this since this HD is my only back up and if it all goes tits up I'll be up that famous creek without a paddle.
    Thoughts, suggestions, input all welcome and deeply appreciated -- thank you!

    fzgy wrote:
    "Mac OS X can't repair the disk.  You can still open or copy files on the disk, but you can't save changes to files on the disk.  Back up the disk and reformat it as soon as you can."
    It's possible a heavy-duty 3rd-party disk repair app can fix it, but they're expensive (DiskWarrior is about $100), and there's no guarantee it can do it.
    Am prompted to reformat but I don't have a good understanding of what this means and how to do it.
    That will erase it.  See Time Machine - Frequently Asked Question #5.
    It sounds very much like the disk is beginning to fail, although it's possible there's a bad port, cable, connection or power supply (if it has its own).
    I'd suggest getting a new one, and using it for your Time Machine backups; once you have a good backup there, reformat the old one (and select Security Options to write zeros to the whole drive -- if that fails, you know the drive is toast).  Use it for secondary backups, per FAQ #27.   If it has failed, get a second new one for secondary backups. 

  • [Guide] Install and run Windows 7/8 from an external drive without using bootcamp (works for late 2012 iMacs with 3TB drive)

    This is a copy of a post from my blog, you can also Read it on my blog...
    Introduction
    After I received my new iMac with a 3 TB Fusion Drive, I was disappointed when I realized that Bootcamp was not running on this model and prevented me from installing Windows on it. I wanted to take advantage of the powerful iMac hardware to play games but I couldn't.
    There are a few ways of working around this limitation, but I found most of them quite complex and most of the time they required formatting the internal hard drive or repartitioning it and go for a brand new installation of Mac OS X. I was not comfortable with that.
    But there is another way, and that is to install Windows on an external hard drive, using either USB or Thunderbolt. Personally I used a Lacie Rugged 1 TB drive that has both USB3 and Thunderbolt connectors. Both work very well.
    This guide may interest you if:
    You have an internal hard drive of more than 2TB and you can't run bootcamp at all (like late 2012 iMacs with a 3TB drive)
    You have limited space or you don't want to dedicate disk space on your internal hard disk drive to a Windows installation
    What this guide will make you do:
    It will make you erase all your data from your external USB3/Thunderbolt hard drive
    It will make you install Windows on your external USB3/Thunderbolt hard drive
    It will make you install bootcamp drivers
    What this will not make you do:
    It will not make you modify anything on your internal Mac hard drive
    It will not make you use or install the bootcamp assistant
    It will not activate the Preference Pane for the default boot drive. You have to boot by pressing the ALT key to manually select your boot drive each tome you want to boot Windows.
    What you'll need
    An external hard drive with a USB3 and/or Thunderbolt connector. This drive will be formatted so ensure you saved your files before going further. You can use either an SSD drive or a classic hard drive.
    A Windows 7 or 8 install DVD or ISO (check whether to install 32 or 64 bits versions based on your Bootcamp drivers) and the corresponding Windows serial number.
    One of the following:
    Mac OS X with a Windows 7 or 8 Virtual Machine (use VMWare Fusion or Parallels Desktop for example. Note: VMWare Fusion seems to have some issues with Thunderbolt and USB3. Plug your drive to a USB2 enclosure or hub to work around this -it worked for me-, or use another VM software) → Read the important note below
    A PC running Windows 7 or 8 → Read the important note below
    Windows AIK (free) running on your Virtual Machine or on your PC, or just the imagex.exe file (the rest of the Windows AIK package is not needed)
    Download imagex.exe
    Download Windows AIK (this download and installation is not required if you have already downloaded imagex.exe)
    Bootcamp drivers for your Mac. You can get these either by running bootcamp from your Mac (Applications > Utilities > Bootcamp) or, if like me you have a 3TB drive and can't run bootcamp at all, use the direct download links here.
    A USB stick to store your bootcamp drivers
    IMPORTANT: If your Mac has a 64 bits processor, your Windows Virtual Machine on OSX, your Windows installation on your PC and your Windows DVD/ISO must also be in 64 bits!
    Step by Step guide
    Step 1: Get the install.wim file
    If you have a Windows ISO file:
    Mount the ISO
    If you're on OS X: double click on the ISO file
    If you're on on Windows 7: Use a software like Virtual Clone Drive (free)
    If you're on Windows 8: double click on the ISO file
    Open the mounted drive, then go to the "sources" folder and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    If you have a Windows DVD: open the "sources" folder on the DVD and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    IMPORTANT: If instead of a "install.wim" file, you have "install.esd", you can not continue this step by step guide. And an ESD file can not be converted into a WIM file. So you must get a version of the Windows installation DVD/ISO that has an install.wim file.
    Step 2: Clean, partition and format your external hard drive
    On your Windows installation or virtual machine, plug in your external hard drive (can be plugged using USB2, USB3 or Thunderbolt at this stage)
    Open the command prompt in administrator mode (cmd.exe). To run it in administrator mode, right click on cmd.exe > Run as admin.
    Type the following and hit enter to open the disk partitioner utility:
    diskpartType the following and hit enter to list your drives:
    list disk
    This will display a list of disks mounted on your computer or virtual machine. Make sure your drive is listed here before you continue.Identify the disk ID of your external hard drive. Replace # by your real external disk ID in the command below:
    select disk #Clean all partitions by typing the following (warning: this will erase all data from your external drive!):
    clean
    Create the boot parition by typing the following followed by the enter key:
    create partition primary size=350
    This will create a 350MB partition on your external driveFormat the partition in FAT32 by typing the following:
    format fs=fat32 quick
    Set this partition to active by typing:
    active
    Assign a letter to mount this partition. We will use letter B in our example. If B is already used on your PC, replace B by any other available letter:
    assign letter=b
    Windows will detect a new drive and probably display a pop-up. Ignore that.Create the Windows installation partition using all the remaining space available on the external drive by typing the following:
    create partition primary
    Format the new partition in NTFS:
    format fs=ntfs quick
    Assign a letter to mount this partition. We will use letter O in our example. If O is already used on your PC, replace O by any other available letter:
    assign letter=o
    Windows will detect a new drive and probably display a pop-up. Ignore that.Exit the disk partitioner utility by typing:
    exit
    Step 3: Deploy the Windows installation image
    Still using the command prompt in admin mode (you didn't close it, did you? ), locate the imagex.exe file mentioned in the "What you'll need" section and access its folder. In our example, we have put this file in C:\imagex\imagex.exe
    Type the following and hit enter (remember to replace o: with the letter you have chosen in the previous step):
    imagex.exe /apply C:\wim\install.wim 1 o:
    This will take some time. The Windows installation image is being deployed to your external driveOnce done, type the following to create the boot section (remember to replace o: and b: with the letters you've chosen in the previous step):
    o:\windows\system32\bcdboot o:\windows /f ALL /s b:
    If you get an error message saying that you can't run this program on your PC, then most probably you are running on a 32 bits installation of windows and you're trying to deploy a 64 bits install. This means you did not read the important notes in the beginning of this guide
    If you get an error message on the options that can be used with the BCDBOOT command, then it's because you're installing Windows 7, and the /f option is not supported. If that is the case, remove /f ALL from the command and retry.
    Step 4: Boot from your external drive and install Windows
    Plug in your external drive:
    If you've done all the previous steps from a Windows PC, unplug your external drive from your PC and plug it to your Mac, either on a USB3 or a Thunderbolt port.
    If you've done all the previous steps from your Mac using a Virtual Machine, ensure the external drive is plugged in to a USB3 or Thunderbolt port. Using USB2 should also work but you'll get very poor performance so I don't recommend doing that.
    Reboot your Mac and once the bootup sound is over, immediately press the ALT (option) key and release it only when the boot drives selection screen appears. If you did not get the boot drives selection screen, reboot and try again. The timing to press the ALT (option) key is quite short. It must not be too early or too late.
    On the boot selection screen, choose "Windows" using the arrow keys on your keyboard, then press enter.
    The Windows installation starts. Follow the on-screen instructions as normal. The installation program will restart your computer one or 2 times. Don't forget to press ALT (option) right after the bootup sound, and boot on Windows again each time to continue the installation.
    Step 5: Install bootcamp drivers
    Once the Windows installation is complete, plug in the USB stick where you stored the bootcamp drivers (see "what you'll need" section), open it and right click on "setup.exe" and select "Run as admin". Follow the on-screen instructions.If you have an error saying that you can't run this program on this PC, obviously you have installed a 32 bits version of Windows and the bootcamp drivers for your Mac are made for a 64 bits version. You have to restart the whole guide and make sure to get a 64 bits version of Windows this time!
    Once the bootcamp drivers are all installed, reboot and press ALT (option) after the bootup sound to boot on Windows again. And Voilà, you have Windows installed on your USB3/Thunderbolt drive running on your Mac.
    Now each time you want to boot on Windows, press and hold the ALT (option) key after the startup sound and select "Windows", then press Enter.

    Hi i'm trying to follow your guide, I installed windows 8 on bootcamp to do it planning to remove it after the operation is done, but i get stuck at part 3: every command i give to imagex i get a pop-up ftom windws asking how do I want to open this kind of file install.wim and imagex does nothing, what do i have to do to stop those pop-ups?

  • I need to upgrade my external hard drive, any suggestions

    I have an iMac i5 quad core (2010 model), I have been using a Seagate Barracuda 250 GB 7200 RPM from an older iMac 20" G5 in an OWC Mercury Elite Pro Firewire 400/USB 2.0/1.1 enclosure as my backup external HD.  The enclosure has the Oxford 911 chipset and says that it supports up to 750GB.
    Since I have been using Snow Leopard only I have used time machine to backup to this HD.  Now, that I have installed Lion, and partitioned my HD on my computer to have both Lion and Snow Leopard OS, I need to get a larger external HD to install in my OWC enclosure to save money.
    I was looking on the OWC website and found a SeaGate 2.0TB Barracuda Green SATA 6Gb/s 64MB, 5900 RPM for $90.00, or the 7200 RPM for $158.00.
    I am not sure if my enclosure with the Oxford 911 chipset will support this drive, and also the specs for my enclosure says up to 750GB, and that probably rules out these drives anyway.
    I could just keep what I have and use it as a back up of my Lion partition currently using 134 GB.  Snow Leopard using 127 GB on my internal 1TB hard drive.  Then, I could purchase the OWC Mercury Elite Pro 2.0 TB Firewire 400/USB 2.0/1.1 with the Oxford 934 chipset, 5900 RPM, and 64 MB for $150.00. Even thought this would be a little slower, is it worth paying $40.00 more for the 7200 RPM speed?
    On my hard drive now I am only using 261 GB, so after I first back up both partitions on the 2.0 TB external HD, any other backups would not take as long to do.  I have Super Duper, but right now it is not recognizing my Lion HD, and I have not backed up Lion to my current external HD yet since I want to get a larger external HD.  When I get the new HD, I can partition it so that I can backup either Lion partition or SL partition using time machine, it that right?  My current external HD is bootable, but I am confused about Carbon Copy or Super Duper, will that be saved on my external HD?
    Thanks,
    DaisyMay

    DaisyMay wrote:
    Firewire 400/USB 2.0/1.1
    I would recommend not settling for less then USB 3 or hold out for Thunderbolt, if your machine is capable. Firewire 800 minimum.
    MacBook Pro, Mac OS X (10.7), 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop6.0

  • Back up using time machine and external hard drive

    Hello,
    I am having a difficult time deciding the best way to back up important documents. 
    I have:
    1TB internal hard drive
    3 TB external hard drive and
    1TB external hard drive
    I currently have about 1TB worth of data to be stored, but that will increase to about 1.5TB once I get a bunch of stuff off the HD camera's hard drive.  I would like to keep my internal hard drive somewhat free to keep the computer running fast, but also want to make sure I am properly backed up. 
    Should I put ALL (or nearly all) of the files on the 3 TB external hard drive, and have time machine back that up and not worry about the rest? I'm a little weary about putting all of the files on one device even if it is backed up by TM. 
    If I do this, do I need to back up the 3 TB external drive in addition to using TM?
    Thanks!

    iMac11,2
    OS X 10.6.8

  • Format and partition external drive if you want dual use Mac / PC

    I had purchased from the Apple store in France a portable hard drive Iomega eGO USB 2.0/FireWire ov 250 Go capacity (P/N 31713900; Model: RPHD-C; S/N: FEAJ02011V)
    Originally formatted HFS+, it would mount on any of my Mac desktops with Firewire, easily on the iMac using USB and with great difficulty on the iBook with the two USB plugs (together). It did not mount on any windows PC I had used for tests (so reformatting it FAT(32) or NTFS was *not an option).
    I had reformatted it FAT32 using the iMac under mac OS 10.5 for use on multiple computers including Windows PC's. The drive would now accept to:
    Mount on the iMac and iBook using Firewire
    Mount on the iMac using USB, but it will NOT:
    1 - Mount on the iBook using USB, nor
    2 - Mount on any Windows PC using USB
    The solution was found at the office with our IT helpdesk.
    Whether I format it FAT 32 or NTFS (using the Paragon NTFS for mac OS X 10.5) on my iMac under OS 10.5, including when I do the same on another external drive than the Iomega, the PC would not recognise it while it would always mount on a Mac and it was even impossible on the PC to reformat it. The solution is (at least in windows world), you need to (1) format the drive, AND (2) partition the drive, even if this involves creating a single partition. Using Disk Utility of the Mac, I had only formatted the drive and not partitioned it into a single partition and Disk utility did not request that from me. The drive as prepared was perfectly usable on any Mac anyway.
    The cure was to go back to the imac which had formatted it, mount it (it mounts), (1) reformat and (2) partition, using a single partition.
    Then, the drive would instantly be recognised on the PC as a F drive, whether under FAT 32 or under NTFS.
    The blame is in me and on the Apple Drive utility which did not help me (trust it would have been worse in windows world, but this is a bad mark on disk utility)
    My suggestion to Apple would be that Disk Utilisty should tell us, once we have formatted a drive (HFS+, FAT 32 or NTFS using Parangon) that we are not done yet and still must create the partition(s), even if we only need one partition.
    HTH

    Hi Michel-Ange
    You are talking to other user like yourself here and not Apple. If you wish to make a suggestion to Apple, I suggest you do it at this site - http://www.apple.com/feedback/macosx.html
    Allan

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Can not properly view cover flow in full screen in external display

    My mac is the new Mac book pro 15.4 inch screen and I connect my mac pro to external display e.g. Samsung LCD monitor 24 inches.
    The bug is that I can not PROPERLY view full screen (in external display) for some application e.g. iTunes, and Front Row.
    - When I use iTunes, I can not properly view Cover Flow view in full screen (in the external display screen) except the case of mirror display.
    - For Front Row, I can not view full screen in external display but only my mac display.
    However, for other DVD or VDO players, I can view movie on external display in full screen and I still be able to do other works on my mac screen.
    Please let me know how to solve it.

    found the likely issue!  are you participating in youtube's html5 trial?  go here and it will tell you if you are:
    http://www.youtube.com/html5
    exit the trial and it should fix the issue.  it worked for me!

  • How do I use an external mic with the iPad4?

    How do I connect an external mic to the new iPad4? Older models seem to have worked, but the lightning connector causes a lot of problems. I would like to use my Zoom H1 with my iPad4 and GarageBand. Any ideas? Thanks so much!

    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • How do i use an external display with my macbook pro?

    How do I use an external display with a macbook pro?

    Just buy the proper adapter cord, such as MiniDisplay port to HDMI for example.  Plug it in and it will be automatically recognized.  Use System Preferences > Displays to set options.
    The display can Mirror your primary desktop or Extend the Desktop.
    Regards,
    Captfred

  • Mid 2010 Macbook Pro +1000 Euro repair costs (no external marks)

    Hello together,
    I am looking out for some advise. My mid 2010 Macbook Pro 15inch with an anti glare display just got a new logic board. I paid more than 500 Euro at a Premium Reseller called mStore in Kiel (Germany) to replace it, because the display stayed black after booting. My Macbook didn't even have a single external mark or scratch on the housing. I accepted it and said to myself if it is working again, it is alright. But less than two month later a vertical line is drawing from the top frame to the bottom (see photo). The line is narrow, it is just one pixel, but it is really annoying because it is always in sight. I went to the same reseller and asked what to do, they recommend a second repair attempt for again 500 Euro. In less then two month I cannot afford +1000 Euro for a laptop with an actual value of about 1100 Euro.
    What is the best thing to do now?
    I am really disappointed by Apple's quality. I am 24 years old and everybody in my family is using Apple computers since I can think back. The first time I could call a Mac my own was when I was 13.
    When I graduated from school I was 19 and worked in a hospital to finance a new iBook G4. I had this one for about four years and it has been traveling with me through New Zealand and Asia for more than a year. I never had any issue with it, even when I dropped it from the top bank in a dormitory. It is still alive and working fine.
    When I started studying the time came to buy an Intel Mac (15'' Macbook Pro, anti glare) and again I was very happy with the quality. I have also been a huge advocate for Apple products and was confidently suggesting them to friends and family. But today I feel disappointed by the brand.
    Best
    Marco

    I had the same problem on a display MBP 15" in 2010, and it is a  display problem recognised by Apple.
    It was covered by the warranty.
    If you do nothing, the number of vertical pixel lines will increase over  time.
    Good that Apple helped you out of this problem.

  • Cannot delete file from external hard drive (error code 36) in Finder, but Terminal is ok

    I have a relatively new Macbook Pro Retina 15" and have a Western Digital 1 TB Passport.  I've been using the passport for about a year now without any problems on older Macbooks in my house.  I used to be able to read and write to this drive no problem.  I am using the Paragon NTFS for Mac software in order to read and write to the NTFS drive.  When I navigate through the drive in Finder, if I try to create a new folder, I do not have a problem.  If I try to delete that folder I just created, I get this error:
    The Finder can’t complete the operation because some data in “untitled folder” can’t be read or written.
    (Error code -36)
    The folder has nothing in it whatsoever.  I just created it.  But if I go to Terminal and I run
    rm -rf "untitled folder"
    This works fine.  Why is Terminal acting different than Finder?  This does not happen on my other Macbooks.  Thanks in advance.

    Thanx for such qucik reply!!! The pages were great, it had an answer for my problem, but unfortunately it also involved me dealing with it only on the MacIntosh HD itself, not on mounted external drive I suppose... So it didn't work they say that there is an icon in the left corner indicating locked folder - I don't see any icon on it. It says you can untick the box to unlock the folder - there is no tick to be unticked. Finally, they say that if I don't have permition or rights I cannot delete it. But how do i change permittion which already says that i can read and write in it? So everything appears to be normal only I cannot delete it. there is not even any warnig telling me I don't have enough rights, it just requires the password and after me typing it in it makes the sound of scraping paper but does nothing more. I aslo had some problems with emptying Trash after being seemingly succesful with one file and had got so far to have them appear in the Trash (no clue how this one actully got there though..) I followd the advice and emptied the Trash with Terminal. The Folder is still there but it shows 0 Kb... So far so good BUT: It is still on the external drive, so I obviously only managed to copy it into the Trash!!! Phew, innit a bit too tight to poor owners, this macbook?? I want my rights back!

Maybe you are looking for

  • Syncing from iphone 5c to itunes error pictures already open close and try

    syncing from phone to itunes  stoped "ios currently using windows  pictures&videos already open close and try again

  • New funcionality to Marketing Calendar CRM UI

    Hi Gurus!! I'm working with the "Marketing Calendar" in the UI (CRM 7.0) and I need to know if it is possible to modify the marketing calendar applet. I have tried to customize the marketing calendar (SPRO) but we require additional functionality tha

  • Hyper-V vEtherNet taking IP from DHCP

    I am finding strange behavior of Hyperv 2012R2 host vEthernet. We have created VM network where multiple VLAN's are tagged for different projects. Now when I create those VM network it also create vEthernet. All these VLAN's are DHCP enabled so that

  • Site mailbox no sent items or draft folder

    I have created a site mailbox on one of my SharePoint sites and added my self into SharePoint site owner group. The site mailbox is showing up in my outlook (2013) but no sent items or draft items folder? I have also checked OWA and no sent items or

  • Sometimes A NullPointerException

    Hi, i implemented a video stream sender, it works normally, but sometimes i get a NullPointerException and i do not know why. The Exception do not say in which line the error is. I hope some one can help me. Here is my code: * File: VideoStreamSender