Why does the keyboard take over and type c's all across the search box (no hands involved)?

Why does the keyboard take over and type c's across the search box (no hands involved)?

There are only three possibilities. Either a dangling hand hitting the c key, or if you have a bluetooth keyboard connected and something is pressing a key, or you have some bad harware.  Eliminate the first two, and if you still have the problem, take it in for service or replacement

Similar Messages

  • How is it posible to get the File name, size and type from a File out the H

    How is it posible to get the File name, size and type from a File out the HttpServletRequest. I want to upload a File from a client and save it on a server with the client name. I want to conrole before saving the name, type and size of the file.How is it posible to get the File name, size and type from a File out the HttpServletRequest.
    form JSP
    <form name="form" method="post" action="procesuploading.jsp" ENCTYPE="multipart/form-data">
    File: <input type="file" name="filename"/
    Path: <input type="text" readonly="" name="path" value="c:"/
    Saveas: <input type="text" name="saveas"/>
    <input name="submit" type="submit" value="Upload" />
    </form>
    proces JSP
    <%@ page language="java" %>
    <%@ page import="java.util.*" %>
    <%@ page import="FileUploadBean" %>
    <jsp:useBean id="TheBean" scope="page" class="FileUploadBean" />
    <%
    TheBean.doUpload(request);
    %>
    BEAN
    import java.io.*;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletInputStream;
    public class FileUploadBean {
    public void doUpload(HttpServletRequest request) throws IOException
              String melding = "";
              String filename = request.getParameter("saveas");
              String path = request.getParameter("path");
              PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter("test.java")));
              ServletInputStream in = request.getInputStream();
              int i = in.read();
              System.out.println("filename:"+filename);
              System.out.println("path:"+path);
              while (i != -1)
                   pw.print((char) i);
                   i = in.read();
              pw.close();
    }

    Thanks it works great.
    Here an excample from my code
    import org.apache.commons.fileupload.*;
    public class FileUploadBean extends Object implements java.io.Serializable{
    String foutmelding = "geen";
    String path;
    String filename;
    public boolean doUpload(HttpServletRequest request) throws IOException
         try
         // Create a new file upload handler
         FileUpload upload = new FileUpload();
         // Set upload parameters
         upload.setSizeMax(100000);
         upload.setSizeThreshold(100000000);
         upload.setRepositoryPath("/");
         // Parse the request
         List items = upload.parseRequest(request);
         // Process the uploaded fields
         Iterator iter = items.iterator();
         while (iter.hasNext())
         FileItem item = (FileItem) iter.next();
              if (item.isFormField())
                   String stringitem = item.getString();
         else
              String filename = "";
                   int temp = item.getName().lastIndexOf("\\");
                   filename = item.getName().substring(temp,item.getName().length());
                   File bestand = new File(path+filename);
                   if(item.getSize() > SizeMax && SizeMax != -1){foutmelding = "bestand is te groot.";return false;}
                   if(bestand.exists()){foutmelding ="bestand bestaat al";return false;}
                   FileOutputStream fOut = new FileOutputStream(bestand);     
                   BufferedOutputStream bOut = new BufferedOutputStream(fOut);
                   int bytesRead =0;
                   byte[] data = item.get();
                   bOut.write(data, 0 , data.length);     
                   bOut.close();
         catch(Exception e)
              System.out.println("er is een foutontstaan bij het opslaan de een bestand "+e);
              foutmelding = "Bestand opsturen is fout gegaan";
         return true;
         }

  • I have a numbers spreadsheet for tracking company data.  I want to copy the format of the spreadsheet (rows, columns,and formulas) but have all of the data fields be blank for the new year.  How do I do that?

    I have a numbers spreadsheet for tracking company data.  I want to copy the format of the spreadsheet (rows, columns,and formulas) but have all of the data fields be blank for the new year.  How do I do that?

    click and hold on one cell, then drag to select the range, then release, then type the delete key.  Only inlude cells in the range you do not want to keey the contents of the cell.  You can remove one-off cells by holding the command key and clicking cells to add or remove as needed.
    You can download the Numbers users guide here:
    http://support.apple.com/manuals/#productivitysoftware

  • Does any one know what the matrix.dms is? And why it is in my picture folder? When I open this file the unarchiver takes over and I see my entire hard drive when I scroll down I see the matrix.dms file with in the unarchiver.

    Hello everyone. Does anyone know that the matrix.dms file is? And why it may have came to be in my picture folder? When I opened the file the unarchiver took over, then I saw my files in the unarchiver window. I then scrolled down and I saw the same matrix.dms file within the unarchiver window. I made a video of what saw when I tried to open the file, so as to aide in your understanding of reason for my perplexion at this file. Thank you for your help. https://www.youtube.com/watch?v=2QeWH9hRnro&feature=youtu.be

    Hi EMT-B,
    It sounds like you have done all the troubleshooting needed to narrow down your issue with the iPhone camera to hardware. Based on the information you have provided, it appears your iPhone needs to be serviced. The following link should help you get started with the process and has links with additional information on topics such as warranty and service pricing, battery replacement, and express replacement service.
    Apple - Support - Service Answer Center
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    You may need to change the country when you get to the page.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Why does my keyboard repeat keys and the screen goes off center?

    Keyboard repeats letters, erases multiple letters and generally goes crazy. Also screen goes off center and too large for frame.

    First see:
    iPhone and iPod touch: Home screen icons are magnified or large
    Next try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Why does my Epson 2200/ Print: Media Type list only 4 of the media types?

    For some reason my Epson 2200 when I'm trying to print a photo in Photoshop, and other programs, shows under Print/Presets/Print Settings/Media Type: Plain Paper, Enhanced Matte Paper, Velvet Fine Art Paper and Water Color-Radiant White.
    What isn't shown is the rest of the paper media types of: Premium Glossy, Premium Luster, Premium Semi Gloss, Canvas-Luster and a whole host of variations in those types of media. In essence what isn't showing are most of the print profiles from Epson for the different types of paper.
    I done everything that I can think of to correct the problem and nothing seems to work. Now it has progressed to the point I'm have the same problem with my Epson Stylus Photo R200.
    Both Printers are on USB connections. I've tried deleting the printers from the Printer Setup Utility; running Disk Utility/Repair Permissions; trashing Epson Printer Utility; trashing the preferences from the Home folder; trashing the Epson folder from the HD/Library/Printers folder; and then reinstalling all of those trashed items and deleted items and running Disk Utility/Repair Permissions.
    Nothing seems to work! I need help here ..... what am I doing wrong??
    QuickSilver G4/Dual 800/1.5gig.memory   Mac OS X (10.4.8)
    QuickSilver G4   Mac OS X (10.4.8)  

    I figured it out myself and answered my own question. If you have matte black ink installed when you are trying to print on glossy, the paper type is limited to only that media which black matte ink is specified. You have to switch out the matte ink for photo black ink. Delete the printer from the Printer Setup Utility and reinstall the printer. Whereas with the Photo Black Ink you can print on all types of media.
    Nothing like driving yourself crazy over a minor point that puts a cog in the wheels of progress. :O)

  • Why does my iphone take so long to turn back on when the battery runs out?

    Ok, granted, I am guilty of not always plugging my iphone in when it gives me the low battery warning. But why does it take SOOOO long to get enough charge to turn back on? If apple is taking suggestions, then my suggestion is that you should just be able to plug it in and it should be ready to use within a minute, like other cell phones. I've had my battery die mid phone call, and then had to wait for it to get enough charge to call back. I know its maybe only about 5-7 minutes but that seems like forever to return a dropped call. Does this happen to anyone else or is something wrong with my phone? Any suggestions?

    Apple set the default to 10 minutes before you can use the iPhone. After 2 minutes you'll get an image of the low battery. It's in the iPhone Users Guide, page 49.

  • Why does iTunes match start over and over and over throughout a day?

    iTunes Match not only restarts and re-does its magic from the ground up after "completing" its tasks Every Single Time I Open iTunes, but when it chooses to start it all over again, it redirects the dominant window to itself. In other words, when iTunes Match decides to start up YET AGAIN, it pulls me from whatever view of iTunes I may be looking at and features itself, announcing to me and the world that it has opted to begin analyzing my library yet one more time. Oh yes, iTunes Match, good for you, and thanks - however, I cannot get back to whatever view or organization I was just working in (say under the heading "Songs") because my iTunes program isn't equipped to get me back to where it just Yanked Me From For No Good Reason.
    I am a lifelong Mac user and Mac afficionado who is trying to keep the faith using a Late 2010 15" MacBook Pro, but ever since I decided to go all-in on the service formerly known as MobileMe it seems my Mac experience has been degrading progressively. iTunes Match, with it's constant re-starts, interrupted playback, inexplicably greyed-out and unplayable tracks and flat-out crashes, is nothing like what my Mac experience used to be. It's disappointing, and it's no advertisement for iTunes Radio.
    Currently considering whether to re-up iTunes Match or simply use a hard drive and forget about it for good.

    Hi Jim, thanks for the response. In answer to your questions,
    - I do not sign out of Match prior to closing iTunes
    - The Match process seems to be ongoing at intervals throughout the given day and while it's not in the "background" as I wish it was, I try not to pay attention to what it's doing. Therefore I would need to guess that there are many, many times I close iTunes when the "current" Match process is underway and not complete.
    - Yes, thanks for asking about the "Waiting" tracks. Yes, there are many and they remain as "Waiting" even after Match tells me its work here is through.
    - My internet connection varies, currently 7.59 down / 22.81 up.

  • Solar cell charging battery and load at the same time When there is Sun , When there is no sun , the battery take over and power up the Load

    Hi 
    Im currently doing a project using LabVIEW and myDAQ where i have to use the solar cell to charge the battery and turn on the load ( LED) when there is light
    and once the the solar cell is unable to detect the light , the battery will power the load instead of the solar cell
    i am having some problems with labview programing ( unable to work )
    Does anyone has something similar that i could reference to ?
    Thanks 

    Good to see that you found the LabVIEW forum, but you have not added any more information than what you posted on the Reddit LabVIEW forum.  
    The people here will also need more information about what is not working, be as specific as possible.  I will also repeat that you can replace the inputs with controls and the outputs to indicators so you have more control over the code to test it.  Then introduce the real IO when you have the code working like you want it to.
     

  • HT1665 Why does music come out muddled and echoing in alarm mode when the iPhone is connected to the Bose SoundDock lll?

    There is a very unique problem with the iPhone 5 and iPad mini when connected to the Bose SoundDock III.
    In normal music playback, music sounds great coming out of the Bose SoundDock, but, when a song is chosen for the Apple Alarm App and turns on when the alarm goes off, the music sounds terrible.  It reverberates, echoes, is muddled, sounds messy.
    What is so odd about this is the same sound coming out of a speaker-device connected to the phone's headphone jack sounds perfect, and as intended.
    It only has this issue when it is in alarm mode and it's connected via the lighting port connector.
    Is this an Apple software glitch that wasn't researched fully or a manufacturing defect on the Bose end?
    I've tried a couple Bose systems so it isn't peculiar to one SoundDock.
    What are your thoughts?

    Check Settings > General > Cellular > Cellular Data and make sure it's "On".

  • Previously, I was able to press the control key twice and it would bring up a Google search box. This no longer works. Can anyone help? Thanks.

    This may have started after the latest version of Firefox was installed.

    In current Firefox releases the search bar on the about:home page and the about:newtab page have an autocomplete=off attribute that prevents Firefox from saving form data and now show search suggestions just like you get on the regular Google search page.

  • I don't know how I did it, but now when I am sending a text, the microphone takes over and is trying to speak what I am typing.  How do I turn it off?

    I don't know how I did it, but when I am texting, the microphone keeps coming on and tries to say what I am typing.  How do I turn this off?

    I suspect you have Voice Over on:
    Press Home.
    Tap Settings. Then double-tap Settings.
    Tap General. Then double-tap General.
    Use three fingers on the screen to scroll to Accessibility.
    Tap Accessibility. Then double-tap Accessibility.
    Tap VoiceOver. Then double-tap VoiceOver.
    Tap "On" next to VoiceOver. Then double-tap "On" to turn it off.
    You have to tap, then double-tap to select the numbers to enter your passcode.

  • The ad takes over and I can't get rid of the horrible voice that talks about electronic cigarettes! How do I kill it?

    When I go to a bookmarked web page your ad page comes up. If I click it off it continues in the background. It is usually about an electronic cigarette. It continues forever. The only way I can get rid of it is to set my volume to mute. It is really annoying!

    Do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Why does my external monitor name and resolution change when I close the lid?

    When I close my lid on my early 2001 MBP, the external monitor reverts to a lower resolution.  I am not even able to select the proper resolution.  
    I am using VGA (I need VGA for my KVM).   When the lid is open, the monitor sees the correct monitor, and I can set the correct resolution.   When the lid closes, it only shows a genertic VGA monitor and defaults to a lower resolution.  I am not able to change the resolution up when I have the lid closed as well.   Does anyone have any insight into this?

    Show Hard Drive on Desktop...
    Finder  >  Preferences  >  General  >  Show these items on the Desktop.

  • HT5129 Why does this message appear over and over again?

    This message appears everytime I try to do something in iPhoto and freezes everything else.  Can I stop it from appearing?

    Click on the More Info button, go to iPhoto's Accounts preference pane and delete the MobileMe account. Next to go the Sustem/MobileMe preference pane and log out of MMe.  That will stop those messages.
    OT

Maybe you are looking for