In osx 10.9 i am unable to double click on contacts to add to an email

I was long able to merely click on the contacts icon when creating a new message and the contact would be added to the list of addressees. Since "upgrading" to OSX 10.9, that function seems to have disappeared. Is there a way to restore this?

If the downloads are gone, it's possible that Windows is removing the downloads based on security policies set in IE. I realize that sounds strange, but it's related to Firefox's feature of submitting downloads to your virus scanner and marking them as having come from the internet.
To test this theory, you could try disabling the scan feature. I assume you have good "real time" antivirus protection which checks every file saved to your hard drive. (If not, you really should get that, and you can use Microsoft's free [http://windows.microsoft.com/en-US/windows/products/security-essentials Microsoft Security Essentials] for now until you have time to review all the available choices.)
(1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
(2) In the filter box, type or paste '''scan''' and pause while the list is filtered
(3) Double-click '''browser.download.manager.scanWhenDone''' to toggle its value.
Firefox now should ignore Windows' download security. Does it change how Windows handles the file?

Similar Messages

  • Unable to double click after using at line-selection

    hi all...
    unable to double click after using at line-selection. But if i comment set pf-status, i can double click on the line but on first double click everytime i just get last record i.e. 200th and after second double click i'm not getting output. what is the problem? plz reply...
    REPORT  YP2 line-count 10(2).
    tables: lfa1, LFB1.
    data: itab like lfa1 occurs 0 with header line,
          JTAB LIKE LFB1 OCCURS 0 WITH HEADER LINE.
    SELECT-OPTIONS: vendor_n for lfa1-lifnr.
    *SET PF-STATUS 'MENU'.
    INITIALIZATION.
    vendor_n-low = '1'.
    vendor_n-high = '200'.
    vendor_n-option = 'BT'.
    APPEND vendor_n.
    clear vendor_n.
    At selection-screen.
    IF VENDOR_N-LOW < 1.
    MESSAGE w000(sabapdocu).
    clear vendor_n.
    ELSEIF vendor_n-HIGH > 200.
    MESSAGE S001(sabapdocu).
    ENDIF.
    START-OF-SELECTION.
    SELECT * FROM lfa1 INTO TABLE ITAB WHERE lifnr IN vendor_n.
    WRITE:5 SY-ULINE(72).
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    top-of-page.
    WRITE:/5 SY-ULINE(72).
    WRITE: /5 SY-VLINE, 'Vendor_code', 20 SY-VLINE, 28 'Name' ,58 SY-VLINE, 60 'Phone', 76 SY-VLINE.
    WRITE:/5 SY-ULINE(72).
    end-of-page.
    WRITE:5 SY-ULINE(72).
    WRITE:/ 'THE PAGE NO IS',SY-PAGNO.
    WRITE:/5 SY-ULINE(72).
    END-OF-SELECTION.
    WRITE: /5 sy-uline(72),/ 'THE RECORD IS CLOSED'.
    AT LINE-SELECTION.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    WRITE:/5 SY-VLINE,6 'Vendor No.',17 SY-VLINE,18 'Company code',28 SY-VLINE, 29 'Created by',39 SY-VLINE.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    AT PF7.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    AT USER-COMMAND.
    IF SY-UCOMM = '0001'.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.

    Hi,
    copy and paste the code given below it works....
    START-OF-SELECTION.
    SELECT * FROM lfa1 INTO TABLE ITAB WHERE lifnr IN vendor_n.
    WRITE:5 SY-ULINE(72).
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    hide : itab-lifnr.
    ENDLOOP.
    clear itab.
    top-of-page.
    WRITE:/5 SY-ULINE(72).
    WRITE: /5 SY-VLINE, 'Vendor_code', 20 SY-VLINE, 28 'Name' ,58 SY-VLINE, 60 'Phone', 76 SY-VLINE.
    WRITE:/5 SY-ULINE(72).
    end-of-page.
    WRITE:5 SY-ULINE(72).
    WRITE:/ 'THE PAGE NO IS',SY-PAGNO.
    WRITE:/5 SY-ULINE(72).
    END-OF-SELECTION.
    WRITE: /5 sy-uline(72),/ 'THE RECORD IS CLOSED'.
    AT LINE-SELECTION.
    IF itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    WRITE:/5 SY-VLINE,6 'Vendor No.',17 SY-VLINE,18 'Company code',28 SY-VLINE, 29 'Created by',39 SY-VLINE.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    AT PF7.
    IF itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    AT USER-COMMAND.
    IF SY-UCOMM = '0001' and itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    clear ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    Regards,
    Siddarth

  • I am unable to double click on anything on my MacBook pro, any suggestions?

    I am unable to double click on anything on my MacBook pro, any suggestions?

    1. Try slower double click speed.
        System Preference > Universal Access > Mouse & Trackpad
        Click the "Trackpad options" button.
        Set Double Click Speed at a slower speed.
    2. Take the MBP to the Apple store to have the battery and the trackpad checked.
    Best.

  • HT5192 After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    I just updated--my Camera is a disaster.  Yes, I know how to turn (and position) the Camera now. However, every photo I take is UPSIDE DOWN in the Camera Roll OR Photo Stream.  Even worse, a number of my Apps (Weather Underground, for example) are ALSO now upside down.  Has anyone here experienced these serious orientation problems after this update?  I've read the 'Manual' and its as if it doesn't exist.  However, if I leave the Apple site, customer complaints about orientation abound...
    This is my first time posting here about an issue (well, the same issue - I posted last week about the Camera, and no one responded).  Any advice at all about how to get this corrected is much appreciated!
    Thank you!
    Lisa

  • Unable to double-click or drag/drop files to open.

    I'm running Photoshop CC 64 on a Windows 7 64 machine and am only able to open files in Photoshop by going to File->Open. Double-clicking from Explorer doesn't work and i can not drag/drop files into the open application window or taskbar icon. Right clicking on files and selecting "Open with" also doesn't work.
    I checked file associations and made sure to choose CC 64. If I right click on the shortcut and choose "Run As Administrator" which I have to do in order to get files to open between Lightroom and Photoshop (both need to be Run As Administrator), I'm still unable to open from Windows Explorer. However, if I check the box to "Run this program as administrator" in the shortcut's Compatibility tab, I can double-click to open from Explorer but am prompted with a UAC warning every time. Dragging/dropping into the open app still doesn't work.
    Opening between Bridge and PS works as expected so long as both programs are "Run As Administrator"
    Been searching the forums here and seen suggestions of similar but not the same issue, at least not that I've found.
    Anyone else experiencing? Suggested remedies?

    This is an OS permission problem.  Make sure you have ownership of the HD.  Do a web search on how to check.  External HD can be a problem for permission.

  • Unable to "double-click"

    After having issues with Leopard and FCP, I downgraded back to Tiger but now I am unable to use my double click feature, as well as the "right click" feature on my touch pad. Therefore I am unable to open my links in new tabs or save pictures, etc. It's not just my internet browser (sing Firefox) but I am unable to do that with anything. Help would be appreciated.

    Hi ngar and a warm welcome to the discussions.
    Have you reset the settings in System preferences/Keyboard and Mouse under the "trackpad" tab?
    You may also wish to try creating a new account in System preferences/Accounts to see if the problem still occurs.
    Cheers
    Rod

  • I'm Unable to 'double click' when screen sharing from iMac to MBP

    I want to use my new iMac to display the Macbooks screen but the double click doesn't seem to work ( most of the time ) !
    I set up realVNC client on the iMac as well and the same problem happens, I can connect OK to windows hosts and can double click OK. This is a really odd problem it must be related to the VNC server built into OSX, is there a better/less buggy one that's free to use and easy enough to install ? I've never actually tried VNC to my MBP before.. I've recently started using the Remote desktop client from m$ too which seems OK
    I've also managed to get Virtual box to reproducible hang my entire system, I thought thte iMac had overheated and shut down at first, the top gets pretty warm.
    I am in love with this thing, 4 cores are definitively better than 2 !
    Simon

    I believe I may have fixed this. My wireless router kept on needing resets so I changed its 'channel' to Auto from hard set to 10 ( default setting infact ;0) )..
    Since I did that, the Doubleclick on VNC to MBP is working now and no more WIFI router reboots since. I Don't know if this is related to the new iMac on the net seems like a weird coincidence though if not. I can't really think of the reason for this BTW..

  • Unable To Double Click Open Folders On Desktop!

    I am running a G4 450 mhz with 1GB Ram OS 10.4.11. Recently I have not been able to double click open folders or launch applications from the desktop. The cursor also seems very jerky. I can open with a Command O or using Open from the Menu bar. I have zapped the pRam, Reset Open Firmware, Repaired Prefs with no luck. I would prefer not to do an archive and install if I do not have to, as I understand that sometimes files and apps get messed up. Any suggestions would be greatly appreciated. Also, if i have to do an archive and install I have another problem. i am unable to boot from my 10.4 CD as the CD/DVD drive kicks it out. I have tried the disk on other computers with no problem. Other OS boot from this drive so I do not think it is the drive or the disk. I could boot off of a external hd disk set as my startup disk but Apple tells me that it I do this and try to mount the 10.4 disk on the desktop and do a archive and install from there it will not work, only if I boot off of the disk holding down the C key at startup. I am lost. Can anyone help!!!

    Hi Hoshwa, and a warm welcome to the forums!
    Do you have another Mouse to try?
    I have tried the disk on other computers with no problem.
    If you do need to A&I, you can use another Mac with Firewire as an expensive DVD drive...
    If you have another Mac with Firewire & a FW cable, put the Install Disc in the other Mac, boot the Other Mac into Target mode...
    http://docs.info.apple.com/article.html?artnum=58583
    Boot the G4 with the Option key held down, see if the Install Disc in the other Mac shows up as a boot choice.
    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.

  • Unable to double click Value Hierarchy on CL31

    Hi all,
    We have recently upgraded from R/3 Release 4.6C to SAP ECC 6.0 and I am experiencing the following problems when running transaction CL31.
    After selecting Class Type, Select Chars it brings up the "Value Hierarchy for Char. Sub Type" screen. When on this screen on the old system I am able to double click within the Hierarchy to expand all the Subtypes however the new system does not allow me to double click, it only allows expanding when clicking on the arrows to the left but not by the double click. When I double these Subtypes the following error comes up on the performance assistant. See below:
    Value "SASOL1" cannot be selected
    Message no. C1853
    Diagnosis
    From a value hierarchy, you want to choose a value that has subordinate values. This is not possible. You can only choose the lowest values in a value hierarchy.
    Procedure
    Explode the structure down to the lowest values and choose one of these.
    Please help with this issue:)
    Kind Regards,
    Preneshen

    Hi Hoshwa, and a warm welcome to the forums!
    Do you have another Mouse to try?
    I have tried the disk on other computers with no problem.
    If you do need to A&I, you can use another Mac with Firewire as an expensive DVD drive...
    If you have another Mac with Firewire & a FW cable, put the Install Disc in the other Mac, boot the Other Mac into Target mode...
    http://docs.info.apple.com/article.html?artnum=58583
    Boot the G4 with the Option key held down, see if the Install Disc in the other Mac shows up as a boot choice.
    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.

  • Just upgraded my MacBookPro to OSX Mountain Lion. Now unable to reinstall Capt.Installer driver for my Canon LBP3010 printer. Same installer was used in previous OS

    Just upgraded my MacBookPro to OSX Mountain Lion. Now unable to reinstall Capt.Installer driver for my Canon LBP3010 printer. Same Capt.Installer was used in previous OS.
    Got message that the software was not obtained from Apple or trusted source.
    Anyone can help solve this issue, do not wish to purcahse new printer, and Apple does not appear to be friendly to me

    Apple is still friendly, only became more protective - for your very best. Right-click on the installer, then "Open", and then you get a window offering you the option to run it. That's a ML feature. Again, for your protection.
    Independently, and as not only with Apple, a new OS X is sometimes different, and ML is that bit "pickier" with fully compatible software. So, even if your driver ran under Lion, it can be that it won't under ML. In that case please check Canon's website if they have a newer ML-compatible version, If not, also go and blame Canon. It's their responsibility to provide up-to-date drivers, not Apple's.
    Good luck.

  • I have Mac OSX 10.5.8 am unable to get a flash player to download and work

    I have a Mac OSX 10.5.8 am unable to get a flashplayer to download or work

    Hello,
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    The last really supported Flash for PPC was 10.1.102.64, but if it's for like Facebook or such, people have been fooling FB to think they have a later version installed.
    Texas Mac Man's Flash hack/post...
    https://discussions.apple.com/thread/3599648?tstart=0
    Flash player 11.1 hack on PowerPC -
    https://discussions.apple.com/message/16990862
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html
    Then Test Adobe Shockwave & Flash Players...
    http://www.adobe.com/shockwave/welcome/

  • I have been sent a secure CD of zip folders but double clicking only comes up with the message unable to unarchive, error 1 - operation not permitted, any ideas please?

    I have been sent a secure CD of zip folders but double clicking only comes up with the message unable to unarchive, error 1 - operation not permitted, any ideas please?

    First thing coming to mind:
    do you double-click on the zip files on the CD ?
    Maybe the "unzip" tries to write in-place to the CD which of course is not possible.
    Have you tried to copy one of them to your OSX volume/harddisk and thhen double-click the copy ?
    Stefan

  • Unable to Double Tap with TrackPad or B/T Mouse after 10.8.2 upgrade

    Hello:
    Could some kind person possibly help a Mac newb?
    For some strange reason, I am unable to Double Tap using *either* my TrackPad or Bluetooth Mouse immediately after upgrading my Mid 2011 iMac from OS X 10.6.8 to 10.8.2.  Single tapping on any file highlights the file name and double tapping the file name (not the icon) allows renaming the file (which I believe is all normal).  All other gestures appear to function normally - just can't double-tap TrackPad or double-click the Mouse.
    ALREADY TRIED:
    Shutting down and removing all power cords and cables to the computer.
    Removing the batteries from TrackPad & Mouse.
    Creating a new user account.
    Reinstalling OS X 10.8.2 including updates 3 times.
    Booting into Safe Mode then running Disk Utility to Repair Disk Permissions and Repair Disk.
    Running Capture_Data.dmg and sending the files to Apple Support.
    Apple Senior Advisor said that their Software Engineer did not notice anything out of the ordinary, but is now digging deeper.
    Deleted com.apple.Bluetooth.plist & com.apple.PowerManagement.plist per Apple.
    Cleared browser cache & history, then emptied trash.
    I am currently working with a Senior Advisor at Apple since 02.01.2013 (10 days) to follow-up on the same issue as a previous case opened on 01.14.2013 after upgrading the OS X on 01.12.2013.  Apple originally suggested that I take my iMac to the Apple Store for diagnostic testing, which I have avoided because everything was working fine before the upgrade and then I noticed the same issue with the my mouse.  I decided to hold off wiping the system clean, doing a clean install then migrating my data and settings from the backup until my Apple Advisor tells me if their Software Engineer discovers anything else after they dig a little deeper into the diagnostic report.  But that could take weeks and right clicking to open files is getting old real fast.  Besides, my Adobe CS6 apps rely heavily (if not entirely) on double & triple clicks, so I am paralyzed from using any of their products.
    Since Apple said they have no reported cases like this, I have done a lot of digging on my own before writing this.  Sorry about the long post, but I was hoping to provide as much detail as possible to be respectful of everyones valuable time.  Any help or suggestions would be greatly appreciated.
    Regards,
    Doug Klimek

    Problem Solved in less than 5 minutes - Thank you Travis @ AppleCare!
    SOLUTION:
    Set the Mouse & Trackpad Double-Click speed to any value other than "Fast". The slider bar has 10 settings (1=Slow to 10=Fast) so I set mine to 9 and it works fine.  But your system may respond differently, so you might want to start with #5 (Middle) and go from there.  FWIW, the #10 setting (Fast) does work, however I had to use one finger on each hand because I couldn't tap fast enough with only one hand.
    HERE'S WHAT TO DO:
    Click the Apple Logo > System Preferences > System > Accessibility > Mouse & Trackpad > Double-click speed > Drag slider to the #5 setting (Middle of bar) then tweak to your liking
    FYI ONLY:
    FWIW, I had no Double-Click problems when setting the Mouse & Trackpad Tracking to #10 (Fast) as long as the Double-Click speed (above) was set to any value other than #10 (Fast).  I am only mentioning this to share what I learned.
    Click the Apple Logo > System Preferences > Hardware > Mouse > Point & Click > Tracking > Drag slider bar to your liking
    Click the Apple Logo > System Preferences > Hardware > Trackpad > Point & Click > Tracking Speed > Drag slider bar to your liking
    Hope this information is helpful to anyone before consider wiping their disk clean and doing a fresh M/L reinstall like i almost did.

  • I have a Mac Pro using OSX 10.7.4.  When using apple mail I click on the address icon to obtain email address and nothing happens.  I've restarted both the application and the Mac but still won't open address book.  Any ideas please.

    I have a Mac Pro using OSX 10.7.4.  When using apple mail I click on the address icon to obtain email address and nothing happens.  I've restarted both the application and the Mac but still won't open address book.  Any ideas please.

    Assuming you have these accounts set up in Mail, open preferences and under Accounts tab, edit the SMTP outgoing server list. Do you have a .mac address in the list? If so, delete it.
    Are you using iCloud?
    For the troubled account, select the correct SMTP server for that account in the box and check the box to use only that server with that account.

  • I can't move several emails from my inbox to trash.  I get the message, "Unable to Move."  This is only happening on older emails dated 9/29 and 9/30

    I have an iPad running on 8.1 software.  I have several email messages in my inbox dated 9/29 and 9/30 that I can't move to trash.  I get the message, "Unable to Move."  I'm not having this problem with newer messages.

    发自我的 iPhone
    在 2014年11月8日,上午2:20,Apple Support Communities Updates <[email protected]> 写道:
    Apple Support Communities
    raymondfrommemphis has posted in the Using iPad community.I request a return, before I demand assistance never charged, I was hacking my phone as well as tablet, seek help, did not say a fee, I always thought it was free, and suddenly charging four documents with me, if you want to charge should be a day to tell customers, suddenly hundreds of pieces, where I have money to give, I ask for a refund, I really do not have money. I'm sorry
    I can't move several emails from my inbox to trash.  I get the message, "Unable to Move."  This is only happening on older emails dated 9/29 and 9/30
    I have an iPad running on 8.1 software.  I have several email messages in my inbox dated 9/29 and 9/30 that I can't move to trash.  I get the message, "Unable to Move."  I'm not having this problem with newer messages.
    To post a reply, go to the discussion in Apple Support Communities.                                                             
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Terms of Use | Apple Support

Maybe you are looking for

  • Where should i specify about my target system in XI

    Hi all! Xi sends XML file to my J2EE application.I am using HTTP adapter as receiver. I have given the following info in outbound HTTP communication channel:what else to be specified in ID Adapter type: HTTP Message protocol: Xi payload in HTTP body

  • Apple TV hook up.  Do I use home sharing?

    Does my computer have to be on if I want access to my ITunes library on my Apple TV? 

  • Playing a Quicktime Movie Then Jumping to a Marker

    Hi Can someone please tell me how to do the following... I want to play a Quicktime movie then have it jump to a frame when complete. Please see the attached code. Any help much appreciated. Andy

  • Iweb files are missing - can Time Capsule restore them?

    All of my iWeb files are missing.  How can one find these files in Time Capsule and restore them? Thanks, José

  • Keyword search in url

    Hello Friends, I'm developing a new website for keyword search its a c# asp.net website with one page default.aspx and one keywords.xml keywords.xml contains code like below  <Keywords> <keyword id="amazon">http://amazon.com </keyword> <keyword id="a