How to stop ActionListener... HELP!

Hi all!
I have a function in my imaging application which adds "stamps" to the image. This functions adds a picture as a stamp to any location on the image loaded into my app. The stamp functions works perfectly, as the user can add the stamp picture to the loaded image as many times as they wish to.
The problem is when the user clicks on another function to edit the image (ie. brightness, etc), the actionlistener is somehow still active allowing the user to continuously add stamps to the loaded image if the user clicks on to the loaded image
Is there anyway to stop the actionlistener so that when the user clicks on another function they can no longer add stamps to the screen if they click on the image???
This is the code for the button for the stamp function:
        else if(obj == stampButton)
               stampLoc = new String("images/censored.gif");
               stampImage = new ImageIcon(stampLoc).getImage();
               ImageIcon stampIcn = new ImageIcon("images/stamp.gif");
               Image stampImg = stampIcn.getImage();
               Toolkit tk = getToolkit();
               Cursor stampCursor = tk.createCustomCursor(stampImg, new Point(16,16), "Stamp Cursor");
               displayPanel.setCursor(stampCursor);
               displayPanel.addMouseListener(new MouseAdapter()
                    public void mousePressed(MouseEvent e)
                         displayPanel.createUndo();
                         stx = e.getX();
                         sty = e.getY();
                         System.out.println("JPanel: " + stx + "  " + sty);
                         displayPanel.drawImage(stx, sty, stampImage);
                    public void mouseClicked(MouseEvent e) {}
                    public void mouseReleased(MouseEvent e) {}
                    public void mouseEntered(MouseEvent e) {}
                    public void mouseDragged(MouseEvent e) {}
                    public void mouseMoved(MouseEvent e) {}
                    public void mouseExited(MouseEvent e) {}
                 //displayPanel.removeMouseListeners();
               displayPanel.validate();
               repaint();
               stx = 0;
               sty = 0;
          }This line below draws the stamp on screen, and i have tried placing it outside of the mousePressed listener, but then the stamp feature does not work propely. What it then does is place the image at coordinates (0,0) of the image, and when user clicks on the image no stamp is added to it.
displayPanel.drawImage(stx, sty, stampImage);
This is the drawImage() method which is located in my DisplayPanel class:
     public void drawImage(int x, int y, Image stmpImg)
          mBufferedImageStamp = copy(mBufferedImage);
          Graphics graphics = mBufferedImageStamp.getGraphics();
          Image image = new ImageIcon(stmpImg).getImage();
          graphics.drawImage(image, (x-(image.getWidth(this)/2)), (y-(image.getHeight(this)/2)), this);
          graphics = mBufferedImage.getGraphics();
          graphics.drawImage(mBufferedImageStamp, 0, 0, this);
          repaint();
     }I hope someone can help me! :)
This is a huge bug in my app and i have no idea on how to correct it :(
Thanks for anyways help or advice in advance!
Claire
x

The idea is to do only what you need to do inside an event handler.
In your stampButton event handler you define a string, load an image, create an ImageIcon, create and set a new Cursor and add a MouseListener(!).
Most of this can be taken out of the event handler. You only need to load the image and create the cursor once (you can set the cursor in the event handler). Same with the mouse listener. Add it to displayPanel one time, perhaps as an inner named or outer class extending MouseAdapter; and it will always have the mouse location available. You can get this position from the mouse listener when you need it inside stampButton.
You want to design the stampButton handler so that it only draws a stamp, only when the stamp button is pressed.

Similar Messages

  • Post Moved How-to-stop-Desktop-Help-quot-Email-Is...

    Post moved to Other BB Queries http://community.bt.com/t5/Other-BB-Queries/How-to-stop-Desktop-Help-quot-Email-Issue-quot-Pop-Up/td...
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    It's funny how these problems re-appear and how BT seemingly don't know that they exist and, actually, don't belive what you are saying!
    I keep on getting a pop-up that tells me I have an e-mail issue with BT. If I close it, it appears again the next day, if I click on the button to resolve the problem it takes me to the BT Help software, which then asks me what problem I have.
    I don't know! I didn't know there was a problem in the first place!
    I 'chatted' with BT about this - the man said this was a completely new problem that had never been reported or experienced before. He put me through to a telephone help person, who said it was nothing to do with her - she was related to yahoo - but that it would be something to do with BTmail. The lady at BTmail told me that there was nothing that she could do if I couldn't tell her what the problem was. I explained about the pop up and plainly she did not believe me. Apparently, as I don't actually use the btinternet e-mail account I can't get an error message about it.
    Well - I do. Every day.
    What is irritating is to google the problem and find that it actually appears on this forum - and that BT still deny all knowledge. What is even more amazing is to find that this thread dates from 2012 and there are older ones about exactly the same problem........and still BT deny all knowledge.
    Less irritating and more extraordinary is that the 'solution' is to delete the BT Help Center software altogether.
    I've only been with BT Infinity for a month now and this is the second issue that I have had (the first was the HH5 being totally unable to display a device on its network), and it's the second time that BT have effectively said - 'not a BT problem'. Extraordinary.

  • Anonymous people are playing around with my iTunes. How to stop? Help?

    okay since 6 hours ago some creepy people are playing around with my iTunes. I believe its people who live around my building. I have my iTunes on and this anonymous person is playing controlling my library by changing the songs to the ones that the like. I don't know if this has anything to do with iPod or iPhone remote applications. Shouldn't they ask for passwords if they want to get into my library? But it's not!
    I do turn on "Share Library" but I tried something: Usually when you press the red exit X, shouldnt they say "Some other users are on your library, are you sure you want to quit?" But it doesnt ask that.
    I am on wireless and when I turn off my wireless it doesn't happen. Nobody disturbs my library. I recorded some "Quit doing it" audios and put it into my library but they're still doing it.
    I don't know if it's a virus (I need to get a new antivirus). I dont think it's virus though because it also happened to my sister's laptop. She closed her iTunes so the anonymous wont bother anymore. They're still doing it right now to my laptop!!!
    I asked this question on Yahoo! Answers and a person said something about my wireless getting hacked. What should I do????
    How do I make this stop??? HELP PLEASE!!!!!!!!!!!!!
    Please give me step by step instruction because I fail at fixing my computer.
    Message was edited by: XxXdragurlifeXxX

    Anyone hacking your wireless would just obtain access to your Internet connection, not to your computer.
    If someone is actually changing your library, then they almost certainly have access to your computer itself. The Sharing built into iTunes only allows someone to play your shared playlists; other users have no ability to make any changes. It's possible that someone is connecting via iPhone Remote; go into the iTunes -> Devices preference and click the "forget all remotes" button. If someone managed to connect Remote, that should cut them off.
    Otherwise, it's probably not an iTunes problem as such but rather that someone's hacked into your computer. I can't give you step-by-step instructions since there are many possibilities as to how someone might have obtained access to your system. But I'd suggest you start by making sure that you don't have Windows file sharing turned on; if you do turn it off for all shared volumes/folders. The same would apply to Windows remote desktop; you want to make sure that's turned off.
    If none of that helps, you'll probably need to take this problem up on a web site oriented to Windows support since it's, as I said, most probable that someone is hacking into your computer.
    Good luck.

  • Clearing history resets all my tabs! how to stop? help

    I downloaded yosemite but whenever I'm in safari and clear my history all my info for Facebook, twitter, insta, youtube etc : usernames and passwords reset and i have to re-sign in, compared to before where i was always signed in! even when i press stay signed in, as soon as i delete my history it resets all my tabs! help, please

    Go into the
    iTunes Store on the Computer you sync with and click on your iTunes/Apple ID.
    Go down to the "Purchase History" section, and click on "See All".
    Click on the little arrorw directly in front of the item you want the receipt for and you will see something similar to the following:
    Cheers,
    GB

  • Can anyone help me? I need to know how to stop emails being automaticaly tansferred to windows live inbox?

    can any one help? I need to know how to stop emails on my iphne being transferred to windows live inbox?

    Ok, i know that, but after that moment...Does every gallery needs to be on a different frame? So when i click different button it takes me to a different frame and loads different gallery? Hope you'll understand me!

  • I believe that i have malware on my mac, osx 10.9.4. accordingly, i've tried to run clamxav (on my mac HD) but just get a spinning wheel, then have to shut down. any advice on how to stop spinning wheel or get rid of malware? please help. :-).

    i believe that i have malware (possible highjack of safari browser) on my mac, osx 10.9.4. accordingly, i've tried to run clamxav (on my mac HD) but just get a spinning wheel, then have to shut down. any advice on how to stop spinning wheel or get rid of malware? i have symnatic endpoint and, after scanning, it reveals nothing. please help. :-).

    are locked user files or that have incorrect permission a bad thing?
    Yes.
    why am i removing symantec?
    Short answer: Because it's worse than useless and worse than the imaginary "viruses" you're afraid of would be if they really existed. For the long answer, see below.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
    ☞ Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in everyemail attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the pro

    Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the program and did a few profile building sessions, now it pops up each time I start the program, blocking me from using it. Help sure would be appreciated.
    Jay

    I looked at your post this morning and did not know enough to respond, other than to find out that links to iListen now go to newer, renamed software. Considering it's been nine hours with no response, I'm suspecting few people here have experience with that software. You could contact the current copmany that used to sell that package and see if they have any archived support info.
    BTW: please check you entry for "Mac OS" in your profile. It says iOS, which cannot run on an iMac. iOS is the system for phone and iPads but can't run on Mac computers. Do "About this Mac" from the Apple menu and see what it says about the OS version. Should look like this:
    If the "Processor" line says "Intel," you have a newer Mac than the old modles this forum covers; Intel iMac have their very own forum here:
    iMac (Intel)

  • My new nano keeps going into sleep mode every copy of minutes while music is playing.  I can't figure out how to stop this.  The user guide isn't too helpful.  Any ideas?

    My new nano keeps going into sleep mode every copy of minutes while music is playing.  I can't figure out how to stop this.  The user guide isn't too helpful.  Any ideas?

    This is usually a sign that your iPod's headphones are not plugged in all the way.  Make sure that you cannot see any of the silver still showing from the headphone's plug.  You should hear a sort of popping/clicking noise when inserting the headphones letting you know that they have been fully seated.
    B-rock

  • Premiere Pro CC stopped working? How do I get help from Adobe to get it going again?

    Premiere Pro CC stopped working? How do I get help from Adobe to get it going again?

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    -and a fix for at least "some" ATI crashes https://forums.adobe.com/thread/1553342

  • HELP - How to stop audio from starting when captivate loads

    Hi there,
    I'm trying to work out how to stop my audio files attached to objects (images) from playing when captivate initially loads.  I have a number of images with audio and when captivate initially loads all of the audios play at once which isn't good.  I only want the audio associated with the object to play when the user clicks the item.   
    I've been researching for days and can't find an answer.  Am I doing something wrong, or am I overlooking something.? 
    Could someone PLEASE help me with this or at least put me in the right direction.  Any suggestions will be appreciated!!!
    Jasmin 

    To achieve that you have to separate the audio from the image. The principle I explained in this article http://lilybiri.posterous.com/audio-objects-control-them
    The audio will play when the object to which it is attached gets visible. If you attach the audio to another object like a non-visible highlight box (that is my 'audio object' but you can use also a non-visible drawing object), you can set this 'audio object' to invisible in its Properties panel. When the user clicks on the click box, execute the action 'Show audio object' and the audio will play. I would even recommend using advanced standard actions over a simple action because you will be able to hide the other audio objects at the same time, and the play head will not be released - see video http://www.youtube.com/watch?v=M3nKi-DB6Fw&feature=plcp
    You have to know that hiding an audio object, will pause the audio. If you show it again, it will continue playing, not restart.
    Lilybiri

  • OS X Updates Avail Banner - How to stop, I don't want to install Mavericks.  Did Apple Sys Pref Notifications: None for iTunes, Safari, Mail but still popping up.  Thanks for any help.

    IMac Desktop computer >OS X Updates Avail Banner - How to stop?  I don't want to install Mavericks.  Did Apple>Sys Pref>Notifications: None for iTunes, Safari, Mail but Banner still popping up.  Thanks for any help.

    I have tried unchecking the "Automatically check for updates" in the Software Update control panel. Of course, then you have to remember to check manually periodically for security updates etc. So far, the annoying banners seem to have stopped, but maybe just because I have not waited long enough for them to come back.

  • Free cloud storage and unlimited access keeps popping up why and how to make it stop please help?

    free cloud storage and unlimited access keeps popping up why and how to make it stop please help?

    Safari
    Go step by by step and test.
      Quit Safari.
      Force Quit if you have to.
      Hold the shift key down and relaunch Safari.
    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Uncheck the boxes beside  all items.
    Just check the box beside “Remove all website data”.
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • I would like to know how i stop some albums ive bought from transfering to my iphone i delete them from itunes but when i sync my phone they transfer from my iphone this is a pain some one please help!!

    I would like to know how i stop some albums ive bought from transfering to my iphone i delete them from itunes but when i sync my phone they transfer from my iphone this is a pain some one please help!!

    Burb79 wrote:
    I thought of that one two tried it but still no joy. I have an ipad2 as well which I set up to not sync any music to it but for some reason the albums have got onto that as well. im thinkin its somthing to do with the dam cloud thing
    Go to Settings/ Store and under the category "Automatic Downloads" you can turn OFF the automatic download of purchases to your device (this needs to be done for each device). There's also a setting in iTunes just for automatic pushes to your iTunes library.
    To remove a purchase you've made directly to your device, you can either:
    a- Swipe across the song title from left to right and press Delete, or
    b- If you auto-sync your device, connect to iTunes and click on the Music tab where you define your sync settings (the Music tab is to the right of the overall Summary page of your device). At the bottom of the Music tab you'll see direct purchases that are on your device -- simply un-check those and click "Apply" or "Sync" to remove them.
    c- If you manually manage music on your device, connect to iTunes and click the small arrow to the left of your device name, and then click on the Music folder under your device. Then navigate to the item(s) you want to remove and then delete them.
    To prevent things from syncing from your library to your device, there are many ways to do that (un-checking things in your library is one way, but not the best IMO). Might want to read the manual or some online tutorials on iTunes if you want to learn more.

  • I ned help please, I am losing storage space on my iPhone 6 and I am not downloading anything nor upgrading but still my storage dwindles literally by the hour , does anyone know as to why and if so how to stop this please and thank you.

    I ned help please, I am losing storage space on my iPhone 6 and I am not downloading anything nor upgrading but still my storage dwindles literally by the hour , does anyone know as to why and if so how to stop this please and thank you.

    Did you tried any of these basic troubleshooting steps?
    Restart / Reset
    http://support.apple.com/en-us/HT201559
    Restore from backup
    Restore as new
    http://support.apple.com/en-us/HT201252

  • Exchange ActiveSync - how to stop syncing

    I would like e-mails and calendar sync only manually, not automatically.
    Everywhere in setup I sync turned off or set to manual sync.
    When then manually synchronize emails, everything ok. Emails syncs only when I want to. But, when I manually synchronize my calendar, synchronization is performed. Unfortunately, they also synchronize emails altogether.
    And - when I synchronize the calendar manually for the first time and since then, calendar and mailbox automatically synchronized spontaneously. Synchronization does not stop. Help just restart my phone. After the first manually synchronize the calendar, the calendar and then emais sync automatically again. Please help. Thank you.

    Hi VaclavM
    Welcome to the community.
    In this case you could try unticking the boxes within the accounts section.
    Menu > Settings > Accounts > Exchange Active Sync > Choose email account > Untick everything aside from Calendar.
    Let us know how you get on.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

Maybe you are looking for

  • Read only list as an entity property

    Apologies if this is covered elsewhere - I did search... I have an entity representing a user. The user may be in zero or more roles. I have initially coded this as the User entity having a list of Role entities with a join table. However, I'm a litt

  • Is my iPhone's warranty still active ? I had a little accident.

    Hello guys. I have a problem with Siri not listening (after some searching I found out that apple will replace my iphone for this problem), but recently I dropped my phone and I cracked the glass in the upper right corner (about a 0.15in crack - almo

  • Adding CD music to Itunes - does not sync to ipod touch 5 gen

    Windows 7PC. Easy to add the music from a CD to Itunes. But, then when I sync itunes to Ipod, music does not export to Ipod. Must be a setting that is not right? Have to reload them all again?

  • Problems with flex and php.

    Hello, my name is Gamaliel Arredondo, i have to develope a project in flash builder 4 using the data service to connect with php, the application has installed the zend framework automatically just like the tutorials said, I use xampp and i have the

  • Configuring Time Capsule's sleep mode

    Hi everyone, I have a time capsule 1T, which I use to back up my files and also as an external hard drive for my music and photos. The problem is that it often goes to sleep during a slide presentation of my photos, or after it played a song of more