Clone Stamp & Paintbrush cursor not displaying on image

Hey there,
When attempting to edit a photo (on PS CS3), the cursor for the paintbrush and clone stamp tools does not display on the image - it'll come up when the mouse isn't directly over it (ie around the borders, & workspace etc, but not on the image itself).
All other tools the cursor will display (eg marque and crop etc).
Is anyone able to offer any help on the subject?
Thanks very much.

If you are using a Wacom, keep the pen well away from the tablet when using the mouse and vice versa.
Try unplugging the Wacom – if the problem disappears, update the drivers.
Or
Try resetting the tools from the little drop-down menu in the Options Bar.
If all else fails, try resetting your preferences as described in the FAQ.
http://forums.adobe.com/thread/375776?tstart=0
You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
This resets all settings in Photoshop to factory defaults.
A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

Similar Messages

  • After Effects clone stamp tool cursor not appearing. It is not the caps lock. This is my first time using it.

    Any ideas?

    Instructions for using the Clone Stamp tool are here:
    http://helpx.adobe.com/after-effects/using/paint-tools-brush-clone-stamp.html#clone_stamp_ tool

  • Clone Stamp Tool does not work

    This is a re-post of an old problem. Using PS CS4 Extended v. 11.0.2 in Win XP SP3.
    The clone stamp tool does not alter my image. After selecting source region, cursor hovers over the target region and the preview looks like what one would expect. After clicking, however, the desired change does not occur.
    Uninstalled PS and reinstalled. Clone stamp worked for a while, then quit working again.
    Image seems to be OK, in that I can open it on my Laptop with CS3 on Win Vista, do my cloning, save and all works fine.
    Any ideas appreciated. I may uninstall and reinstall again, but if I do, would like some ideas of what I should monitor as I go through my work process.

    Jack wrote:
    The second method worked. Many thanks.
    To avoid this happening again, would appreciate any idea on what to look for in my Preferences.
    Glad it fixed it.
    When the preferences get corrupted it is not due to a wrong setting. One of the files has been damagrd. This is a known problem with computers not just Photoshop.
    It can be caused by incorrect shut-downs, hard drive faults, or a dozen other reasons. Deleting the preferences just lets Photoshop generate a fresh set at factory default.
    Make sure you check through to get your personal settings back and then save a copy.

  • Aperture 3 project does not display any images in one Project

    This is a strange situation.  The bullets below outline the situation:
    The project does not display any images
    When I place the pointer over the project it shows there are 500+ images
    I have located the RAW images stored in my aperture library
    I can pull up the images using a smart folder and searching for photos taken on the event day
    This is happening only to one of my projects that I know of (weird!!)
    I have tried to 're-add' the image by both importing and dragging and dropping into the project, neither works
    I tried the following basics:
    Fixed permissions
    Rebuilt the database
    Tried to re-import the data, but when I have the 'don't import duplicates' these are not an option
    Found the images in my Aperture library
    I created another project and drug all of the images into that project
    Any idea how I can fix this?
    My fear is that if I delete the original project, the original master images will be deleted.

    The most common cause of this is some sort of stuff in the search box at the top of the browser that you don't expect to be there. Just clear it and all your images should show up.
    RB
    One note - if you drug your images from one project to another it moves them vs copies them unless you hold down the option key.

  • Outlook does not display linked images after installin 7525 printer

    Installed 7525HP photosmart printer earlier today.  Since installation, Outlook does not display linked images when I open emails.  p6620f HP desktop computer. 

    You're probably not going to like the answer: Welcome to HTML-based email, and web (browser- or mail-based) rendering incompatibilities and quirks.
    Newer Microsoft Internet Explorer is (much) better than older releases, so see if a newer Windows client or a newer version of Outlook does better.
    If you really want to see what's going on here, view the raw HTML that's getting generated, and see what Microsoft wants or uses or expects within Outlook, and send that.

  • Mail 3.0 not displaying linked images

    Mail 3.0.4 not displaying linked images (newsletters etc.).
    "Display remote images in HTML messages" is checked.
    Please advise how to fix it -- because this issue I am missing important information.
    Message was edited by: dima777

    You may want to double check the settings as instructed [HERE|http://gmail.google.com/support/bin/answer.py?answer=13275].
    Axel F.

  • Windows could not display the images available for installation

    I am trying to perform unattended installation of windows which I created with Windows AIK. When I add answer file on USB's with windows installation root I get "windows could not display..." message. Problem is there even when there are just a
    few simple lines (oobe, microsoft international core-WinPe).
    I replaced install.wim file of standard windows installation iso with customized install.wim and then created catalog file with windows system image manager.
    Kind people of world, please help!

    Hi bugili,
    Could you help us post the complete error information, it will more helpful when we locate the issue. I am not quite understand “add answer file on USB's with windows
    installation root”, do you mean the answer file and install file on the external device? Please try to confirm this image has the same Security permission with
     others image in WDS image share folder,  the WDS default image location is like
    x:\RemoteInstall\Images.
    If it not work please post the WDS error log,
    How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, and in Windows Server 2012
    http://support.microsoft.com/kb/936625/en-us
    The simlar thread:
    Windows could not display the images available for installation.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/07fe03dd-9798-4583-8d0b-dc963c95434c/windows-could-not-display-the-images-available-for-installation?forum=winserversetupMore
    information:
    How to Add a Boot Image to WDS Server
    https://social.technet.microsoft.com/wiki/contents/articles/11643.how-to-add-a-boot-image-to-wds-server.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My Mac Pro is not displaying any images for videos or games, it is showing sound and working but nothing else. DVD player is also coming up with an error.

    My Mac Pro is not displaying any images for videos or games, it is showing sound and working but nothing else. DVD player is also coming up with an error. I'm not sure why neither is working, it just suddenly happened. I have done nothing different.

    Lao Bo,
    yes, you can locate and copy a file from your HD to a USB key using UNIX commands. If you know the exact name of the file which you’re trying to locate, try this:
    find / -iname filename -print
    This command will search your entire internal disk for the particular filename. If you know that it’s within a particular user account, then you can save search time with this variation:
    find /Users/username -iname filename -print
    Either variation of this command will print all files found which have the given filename. Presuming that you’re able to identify the correct file, you can copy it to a USB key using the command
    cp -p filename_returned_by_find /Volumes/USB_volume
    If you’re not sure which volume name your USB key has, this command will show you what the possibilities are:
    ls /Volumes
    Please let me know if you have any trouble with these commands.

  • Safari on iPad does not display GIF image anymore after upgrade to iOS 4.3

    1) Could anybody (especially those in Apple iOS or Safari teams) advise me why the Safari on my iPad cannot display some images (probably in GIF formats) on some webpages anymore, after I upgrade my iPad to iOS 4.3? These images on the webpages can be properly displayed on when my IPad runs with iOS 4.2.1. There should be no problem with these embedded image files because they can still be properly display in Safari running on my Macbook air.
    2) Is there any solution to this problem?
    3) Is it possible to downgrade my iPad back to iOS 4.2.1?

    I am having the same issue with two different ipads (one Wifi and one Wifi-3g) running on our home network (Verizon FIOS). The website in question is www.tvwc.com and the main logo in the upper left corner, a .gif, does not display, only a "?". Other images on the site, in .jpg format, display correctly.
    I was running 4.2.1 and am now just upgrading to 4.3.

  • Samsung Continuum Issues - Picture messages NOT displaying embedded images + Android 2.2?

    I recently purchased the samsung continuum a few months ago and have had a difficult time with the following two issues:
    The phone is NOT rooted.
    (1) Picture Messages are not displaying as embedded images in my message notifications. All i see is "Message Size and the word downloading.  The picture is only 10K, so it should download relatively fast.  The image does not appear in my gallery either.  Please help?  Where is the image and why can't i see it in my message.According to the notes in SCH-I400.DL17, this issue should have been resolved.     
    (2) How come the Contiuum has not received an update to Android 2.2?  The Fascinate and Continuum were both released at the same time and the Fascinate received the update.
    Here is my phone specs:
    Phone information:    
    Hardware version:  i400.0.6 
    Firmware version:  2.1-update1 
    Baseband version:  S:i400.0.6V.DL17 
    Kernel version 2.6.29 
    Build number:  SCH-I400.DL17    

    I don't understand how the Fascinate has Android 2.2, but is discontinued and the Continuum is still being sold new. What is up with that Verizon? I like the Continuum but would like to see it upgraded.  I still have over a year till I can get a new phone too. Very confusing.
    Sorry I can't help you with the picture messages as I don't have a solution.

  • Firefox not displaying some images linked from Photobucket

    Firefox 19.0 there is a website where they have a gallery of pictures all the images from the gallery are hosted on Photobucket, they use to show up as normal but now for some reason they don't, I tried clearing the cookies and the cache, I made sure the download images automatically is check and every other bit of advise I could find on the web to no avail.
    One thing I notice though is if you right click the missing image to get to view image information you will see Location: the address of the image is correct (copy and paste in the address bar bring up the image)
    Type: text/html (This is odd it should be img/jpeg)
    Size: 0 kb (of course the image was not downloaded)
    Dimension: 0 x 0 (again no image downloaded)
    So if anybody has an idea how to fix this it would be greatly appreciated.
    Thanks

    The images on that page aren't links to real images, but at least currently link to an html page (page info > media shows type text/html).<br />
    You can see that if you right-click an image and open the image in a new tab by middle clicking the View Image entry in the right-click context menu.<br />
    Firefox seems to have a problem to display the image in this case.

  • Mail 6.0 does not display embedded images

    This was true in the prior version as well, but now I'm about to give up on the product.
    While HTML emails do display images ("Display remote images in HTML messages" is checked in preferences), those with embedded images do not.  Instead, I get a series of attachments, which I can go through with QuickLook (but alphabetically by filename, not in the order in which they're embedded in the email).
    This can't be how it's supposed to work.
    FWIW, the emails do display properly in other mail clients.
    All suggestions much appreciated.

    I was beginning to think I was the only one having this problem. I can view animated GIF's in my Verizon Yahoo account with Safari but not in Mail 3.0. Can also view it in my .mac account only if I go on the web to view my mail. Cannot view them in my .mac. account with Mail. All my settings are correct also. It sounds like there is something buggy with Mail 3.0. Mail 2.x worked fine with animated GIF's with me.

  • Report deployed to new server does not display static image

    Hi,
    We have several web sites on a server running Windows Server 2008 R2 Standard, SP1, 64-bit.  It has installed .NET Framework 4 Client Profile and Extended, ver. 4.0.30319 (according to Control Panel->Programs, as well as c:\Windows\Microsoft.NET\Framework).  Two of the sites use many Crystal Reports, most of which include a static image as a logo. This image is embedded in each report; there is no stand-alone image file that gets deployed.
    Recently, we migrated to a new server, running the same version of Windows & .NET Framework.  As near as we can tell, the 2 servers are nearly identical, as far as configuration and permissions, etc. One notable exception is the DefaultAppPool, which is Classic on the original server and Integrated on the new. (When I changed the new server to Classic, the apps failed to run properly.)  The other exception is the old server is on a stand-alone box, while the new server is a virtual machine.
    For one of the apps on the new server, the embedded logo images are not displaying on the page.  Instead, there is a little red X with the word "Image".  For the other app on the new server, the reports display fine.  Furthermore, if I copy one of the "broken" rpt files from the "broken" app to the "good" app, the report displays correctly!  And of course, the same file displays correctly in all circumstances on the old server.
    This suggests to me that there is not a problem with the report file, per se', but rather with the environment to which it is deployed.  Permissions?  If so, where?
    Any suggestions would be much appreciated.
    Thanks.
    --d

    The search string 'crystal red x net' (search box in top right corner) should return a number of KBAs, docs, blogs, etc. See if any of those help.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Printed documentation does not display some images in PDF

    Some of the images in my printed documentation do not display
    in my PDF. The majority of the images display fine, but a few are
    missing. There is a gap where the image is supposed to appear, but
    no image displays.
    Am using RoboHelp 6.0 for HTML

    Do they appear in Word? What version of Word? Is it always
    the same images? How much RAM do you have?

  • DW 8 not displaying background image in a tag

    Hi,
    New to DW 8.02 on a WinXP Pro machine. I'm finding that DW 8
    (and DW MX2004) will not display a background image inside an
    <a> tag. Attached is an example code. The page displays
    correctly in IE 6, FF 2, Opera 9, etc, etc. But in design mode in
    DW 8 I can't see the graphic at all.
    Is there a way to have DW display the graphic? Is this a bug
    in DW?
    Thanks,
    Doug

    It looks like a bug. I am checking....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "PegasusT4" <[email protected]> wrote in
    message
    news:eil1b0$7al$[email protected]..
    > Here's the code to cut and paste into DW. I only have it
    on my dev server
    > as I
    > was just playing around with background images and ran
    into the problem.
    > Just
    > replace the mail.gif with a graphic of your choice. The
    problem is NOT on
    > the
    > server, it's with DW not showing the graphic.
    >
    > Thanks,
    >
    > Doug
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Little George</title>
    >
    > <style type="text/css">
    > #legalstuff a {
    > background: url(images/email.gif) no-repeat left center;
    > padding-left: 20px;
    > margin-left: 10px;
    > height: 1%;
    > }
    > </style>
    > </head>
    > <body>
    > <div id="legalstuff">Copyright 2006,
    Littleman.com. <a href="mailto:
    > [email protected]">E-mail for more
    information</a>. </div>
    >
    > </body>
    > </html>
    >

Maybe you are looking for

  • Calendar Server user can not receive external invites

    Hi, We have a MacPro running ML Server 10.8.5 with 10 user accounts using the calendar and file server services. Calendar server is where the issue is. We have 10 + users that are set up to send and receive external invites in calendar server without

  • Problem installing Windows (7, 8.0, 8.1) on BOOTCAMP - Mavericks

    Hallo guys, First I want to say thanks a lot to Christopher Murphy, because one and a half years ago I was having problems the same like the 1st post on that topic and with the instructions from Christopher I was able to get back my BOOTCAMP with Win

  • Snapshot from movie clip

    snapshot from movie clip in iPhoto

  • Acceleration API in Parallels with SLS guest (and Rosetta support)

    Hi, after reading a lot about Rosetta's support to get it to work on my brand new MacBook Pro, I bought Parallels 8 in a Bundle and a copy of Snow Leopard Server from Apple to install on it and finally get Rosetta working. Great ! But... A lot of my

  • Message Class assignment to application area

    Hi all, Now i have created a Z* message class and would like to assign this class to application area asset accounting for GGB0 purpose. Means, when i am creating validation rules at AA, and while putting error message number,  system showing message