Lettters not typing correctly help!

hard to otype as probglem, some letters no go, others wrong lettter/s. Virus? Mac issue? Mac 6 months old only.Help appreciated.   

Since you're still under warranty, take the machine into your local Apple Store or an AASP and have them run diagnostic tests to determine if you've a hardware or OS X issue.
Good luck,
Clinton

Similar Messages

  • Program not working correctly-Help!

    class Sort
         /* method takes an array of integers as an input,
         * and returns a copy with the element values sorted
         * by select method.
         int[] selectSort(int[] input)
              /*declare variables to be used in array */
              int x, y, max, temp;
              int[] select = new int[input.length];
              /*This loop reads the entire array */
              for(x = input.length - 1; x>0; x--)
                   max = 0;
                   /*This loop checks to see if any number is
                   lower possible greatest number /
                   for(y = 0; y <= x; y++)
                   {//Returns number if lowest number
                        if(input[y] > input[max])
                             max = y;
                        }//end of if statement
                   }//end of inner loop
                   /*Switches the values */
                        temp = input[x];
                        select[x] = input[max];
                        select[max] = temp;
              }//end of outer loop
              return select;          
         } //end of selectSort()
         /* method takes an array of integers as an input,
         * and returns a copy with the element values sorted
         * by bubble method.
         int[] bubbleSort(int[] input)
              int[] bubble = new int[input.length];
              for (int x = 1; x < input.length; x++)
                   for (int y = 0; y < input.length - 1; y++)
                        if (input[y] > input[y+1])
                             int temp = input[y];
                             bubble[y] = input[y+1];
                             bubble[y+1] = temp;
              return bubble;
         } //end of bubbleSort
    **********************Test Class**********************
    class TestSort
         public static void main(String[] args)
              /* count variable used as loop counter when
              * result table display is generated
              int count;
              /* variable for object of class Sort */
              Sort x;
              /* create object of class GroupEx2 */
              x = new Sort();
              /* create a source array of integer elements */
    int[] y = new int[5];
    /* assign values to array elements to be sorted     */     
              y[0] = 8;
              y[1] = 5;
              y[2] = 3;
              y[3] = 9;
              y[4] = 1;
              /* create variable for target of select sort array */
              int[] ss;
              /* create variable for target bubble sort array */
              int[] bs;
              /* call method to return an array with element values select sorted*/
              ss = x.selectSort(y);
              /* call method to return an array with element values bubble sorted*/
              bs = x.bubbleSort(y);          
              /* display original and sorted arrays in three columns*/
              System.out.print("Input Array" + "\t");
              System.out.print("Select Sort" + "\t");
              System.out.println("Bubble Sort");
              for (count = 0; count < y.length; count++)
                   /* Column 1: original array */
                   System.out.print("input[" + count + "] = " + y[count]);
                   /* tab between columns 1 and 2 */
                   System.out.print("\t");
                   /* Column 2: select sorted array */
                   System.out.print("select[" + count + "] = " + ss[count]);
                   /* tab between columns */
                   System.out.print("\t");
                   /* Column 3: bubble sorted array */
                   System.out.println("bubble[" + count + "] = " + bs[count]);
              } // end of display for loop
         } // end of main()
    } // end of class TestSort

    Thanks for the Bash! I'm surprised you had the time
    for it.Go back and look at your original post. A whole bunch of code, and the only description of the problem is "not working correctly." Do you honestly think that's a reasonable way to ask for help? Do you go to the doctor and say, "I'm sick" and then just wait for him to cure you? Do you take your care to the mechanic and say only, "It's broke"?
    Look, this is your problem and it's your responsibility to fix it. There are people here who are happy to help you, but it's up to you to provide a reasonable statement of what's wrong, what you've tried, what you don't understand. For instance:
    Does it compile? If not, post the complete error message.
    Does it run, but throw an exception? If so, post the stack trace.
    Does it not throw an exception, but not behave the way you expect? Then describe the expected beavior and the observed behavior.
    Do you really need to be told this stuff? It seems like common sense that when you're asking people to spend their time helping you, you should give them the information they need to be able to do so.

  • TS1717 my itunes is corrupt or not installed correctly.help!

    my itunes is corrpupt or not installed correctly how do i fix this?

    1. Uninstall from Control Panel > Programs
    2. Download from http://www.apple.com/itunes/download/
    3. Run installer (right click and Run As Administrator)
    4. run iTunes as Administrator

  • Jpegs not printing correctly - help!

    I just replaced my printer (with the exact same model) and suddenly am having issues with correct color.  I usually create a .pages doc with text and jpegs in them, and they would print out perfectly.  Now when I print, the blue (cyan) is weak where there is a jpeg.  If I create a shape, for example, and make it any color, blue, lavender, green, it's perfect.  But the jpeg is lacking cyan.
    I've tried printing a pdf in my .pages doc and it's identical to the .jpeg.  But blue text or shapes are perfect.
    I've pushed the cyan in the color profile, but it doesn't seem to help much.
    A Color Match RGB helps, but not enough.
    Any other ideas?  I'm pulling my hair out and going through tons of ink!
    Thanks.

    So what did you change besides the printer?
    Did you do this whilst also updating Pages?
    Do test prints of your printer by making up a document with 100% cyan, magenta, yellow and black and various percentage patches, labelling them in your document and see what comes out.
    Make test bars in 10% steps to see what happens from shadow to highlight area.
    RGB gets converted by ColorSync to cmyk when printing, so there maybe a ColorSync issue with the jpegs.
    You didn't say whether it was an inkjet so you could be getting clogged heads or other issues. Even something as simple as new printer new cartridges. Lots of variables.
    Peter

  • Spaces not working correctly, Help!

    Hi all,
    I've just changed to a new mac (not actually new, just new to me) and I'm having problems with Spaces in Snow Leopard 10.6.8.
    I've set various apps - email, web browser etc along with Adobe Creative Suite to open in various spaces so i can easily flick between each of them but for some untold reason Spaces will not keep Adobe Indesign, Illustrstor and Photoshop in Space 1, but whatever Space i'm in rather than the one they are defined to. It does work with Chrome and Outlook however but I know is this not a problem with Adobe as it worked fine on my other Mac, which is also 10.6.8.
    I have no explanantion for this and have removed preferences.plist and that didnt work.
    Any help will be really appreciated. Thanks

    Hi, good you found a temporary solution /workaround.
    Don't know if it's useful to you, but anyway:
    I've read that OSX 10.9 will contain several improvements with spaces and dual monitor setups.
    http://9to5mac.com/2013/04/29/apple-to-update-os-x-with-new-power-user-features- more-from-ios-later-this-year/
    Wether Adobe apps will work well with this new features is another question, as Adobe and Apple are not exactly best friends anymore.
    I'm not an adobe specialist, so maybe somebody else can tune in here and provide tips?

  • SB X-fi Xtreme Audio PCI-E Not working correctly help please

    Hi i have a SB X-fi Xtreme Audio PCI-E card on my pc , i have currently installed windows 7 and for months now i am trying to make the card work .. I have a poor sound especially when there is bass, the card is not detected by windows 7, its detected as a high definition audio device , when i plug my mic is not found..and i cant use the creative applications because is says its not supported or i have no creative poroducts on my pc ... I have tried all the latest drivers and stil have the same problem.. HELP PLEASE !!

    First, uninstall all creative drivers, console, from add/remove. Restart computer install: . X-Fi Xtreme Audio Series Driver .04.0000 from creative website. 2.X-Fi Xtreme Audio Pack .03.0002 from creative website. 3. install Creative Console from here: http://forums.creative.com/t5/Sound-Blaster/PAX-Console-Launcher-V-0/td-p/549970 * PAX Console, Modded Original Console, but newer then Creative) or this creative console: CSL_PCAPP_LB_2_6_09.exe ( it creative original console) With this console you will have bass, treble, etc, BUT you need to open ConsoLCu.exe from Program Files/Creative/Console Launcher. ConsoLCu.exe have all the options you need. Creative forget about thier sound board, thier drivers, bass, treble, etc, about customers. If you install thier drivers from their website you will not have BASS, and also an crappy sound. You need to install Creative Console from google, or from http://forums.creative.com/t5/Sound-Blaster/PAX-Console-Launcher-V-0/td-p/549970 to have bass, crystalizer, etc. I also have Creative Audio PCI-e board..... crappy chipset, just like Sb Li've 24 biti PCI.

  • Fireworks 8 not exporting correctly - Help please!

    I'm having a problem with files that were originaly created
    in Fireworks 4 several years ago and have been updated in Fireworks
    MX then MX2004. They are complicated disjointed rollovers which
    involve twelve frames under one slice. When exporting to
    Dreamweaver HTML it created that file with twelve frame images (as
    in r10_c1.jpg, r10_c1_f2.jpg, r10_c1_f3.jpg, etc). All the other
    images were just one file. As it should be. No problems for years
    until now, with Fireworks 8, I get 12 frame images for every single
    slice! A huge waste of my time going in and deleting literally
    hundreds of unwanted files for every html page I generate for my
    client's site. This is NOT the way Fireworks has always worked. I
    consider this a major flaw and will not purchase the upgrade unless
    it it fixed. I'm now spending hours trying to fix this **** mess!
    WebDevDiva

    Thanks Linda for responding to our issue. If you look at the
    website I am referring to, you will see why I need to be able to
    export the way I used to in all the previous versions of Fireworks
    (back to 4 anyway).
    http://www.artwaresjewelry.com/stewart.html
    I don't generate entire html pages with Fireworks just the
    main content area that I apply my page templates to in Dreamweaver.
    This site has 20 "featured jewelry designers" and each of them has
    12 items to a page.
    When you click on a thumbnail image it creates two disjointed
    rollovers. One changes the large image on the page to the large
    image that corresponds to the thumbnail image that was clicked. The
    other changes the image below that has the description and price of
    the item. These each require 12 frames. Also on each designer page
    as needed are two simple rollovers for previous and next. These
    require two frames. The rest of the images only need one frame.
    I much prefer to do one export rather than have to export
    each slice seperately or even worse each frame seperately. I'm sure
    that there is a better way to accomplish this today but this site
    was originally built when Fireworks 4 and UltraDev were new.
    Rebuilding it would be a major project that my client would not be
    willing to fund at this point.
    I still wish someone in software development would address
    this issue and why the export behavior is not working the way it
    used to. Maybe if they would post something on the emerging issues
    for Fireworks 8 section...
    Thanks,
    Anna Stewart
    A Stewart Design

  • MBP keys not typing correct values.

    On my MBP I cannot log on due to my keys not working properly. My backspace key works the volume and my enter key adds additional characters to my password. I think my daughter may have pressed the Option key five times but I am not positive. Please advise. Thanks.

    Well in case anyone runs into this it can be fixed.  The problem is that the motherboard things it is using a keyboard without the number pad.  I don't have the link anymore and can't find it but basically you have to create a boot disc that will let you access some of the mtoherbaord settings and change how it recognizes the motherboard.

  • When using second(hidden) character in Arabic keyboard next character is not typing correctly., When using second(hidden) character in Arabic keyboard next character is not typing correctly.

    I've just got the new iphone 5s. While I tried to send text using چ which is a hidden character the next character
    Is selected incorrectly such as ز instead of ت.
    It seems that digitaliser getting confused with
    Character position.
    Has anyone else had the same problem?

    Hi Tom
    Thank you for your reply. Yes it has the same problem in other apps.

  • TS3579 I found this useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up

    I found this  (TS3579: If the wrong date or time is displayed in some apps on your Mac Learn about If the wrong date or time is displayed in some apps on your Mac) useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up in Finder. 

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Vista itunes not installed correctly.  Error 7.  Windows error 998.  Itunes helper not installed correctly.  Service Apple Mobile Device failed to start.  Insufficient privileges.

    OK, spent about 25 frustrating hours so far this weekend doing everything recommended on numerous threads here -- uninstalling and reinstalling itunes and all Apple items.  Help?
    I am using Windows Vista home premium.  After the last iTunes update to 12, it suddenly would not work.  I followed, to a T, all instructions to uninstall all Apples software, in the correct order, reboot, download the latest iTunes, run as administrator, plug in the iPhone 5S, let the driver install, and then finish.
    Along the way, I received the error that "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services."  I am the administrator and have privileges.  (I previously followed instructions from anther thread to change the read-only privileges for Apple folders, but to no avail.  I also deleted every file with the word Apple in it after I uninstalled everything.)  I did a retry and then an ignore during installation of the AMD error, which I have received 10 times.
    The other error I keep getting is:  "iTunesHelper was not installed correctly.  Please reinstall iTunes.  Error 7."  I have done that 20 times.
    Other frequent error:  "iTunes was not installed correctly.  Please reinstall iTunes.  Error 7 (Windows error 998)."
    I followed other threads suggestions to install Windows .NET versions 3.5 and 4.0.  No help.  I also looked for various specific Apple files in various folders for DLLs, etc.  Not present.  I have rebooted 50 times and tried different users on my home account as well.  Nothing.
    I also followed instructions to Manage my computer under "services."  Under Apple Mobile Device, the setting is for "automatic."  When I try to get it to "start," the error I receive is "Windows could not start the Apple Mobile Device on Local Computer.  Error 1053:  The service did not respond to the start or control request in a timely fashion."  (I followed previous thread instructions to use the CMD prompt to stop it.  That caused problems because the status was then "stopped," but I was able to restart it later once I figured that out -- but with the 1053 error again.)
    I think I've tried every suggestion in every thread for the four errors I keep getting (AMD failed to start; iTunesHelper Error 7; Windows error 998; and AMD Error 1053.)  I am fresh out of ideas and very frustrated.  I mostly want to make sure I don't lose my music and photos, which I was about to sync.
    The only other thing I see that is strange on my computer (which I discovered along the way) is that I cannot receive automatic windows updates and have not had an update since 2012.  My iTunes worked a month ago, so that was obviously not a show-stopper in the past, but perhaps there is a Vista update I need for iTunes 12?  I have service pack 2 for Vista.  I have followed all threads to try to set my windows to automatic update, but no joy there either.  It checks for updates and then fails.  I followed instructions and did run an installation to install windows automatic updates, but that doesn't work either.  I tried 10 times.  It runs and takes a while, but is never able to successfully update windows.  It says "checking for updates" for a while.  Then it dies.  My last update was 6/19/12 (failed) and it says the most recent check was 6/22/12, but I have tried 20 times on 10/31/14 and 11/1/14.
    When asked to "Install new Windows Update software" to check for updates, I have done so 10 times.  It downloads and installs, but never works.
    It's an old Dell desktop computer from 2006, and I'm using an iPhone 5S.  I am fresh out of ideas.  Anyone really smart here?
    Thanks.
    Tristan

    Upon latest reboot, I also received this error message:  "The application failed to initialize properly (0xc0000005).  Click OK to terminate the application."
    Then I got the iTunesHelper not installed correctly error again.
    Then the "Windows can't check for updates" error message.
    Then "Apple Push has stopped working."  Then a quick DEP error message that disappeared but said something about Apple Push being closed.
    I'm also getting denials of service logged by McAffee.  Not sure if I'm getting a virus/attack or not.
    Not sure if it's a problem with my old desktop machine, my Windows Vista updates, or iTunes, but I'm very frustrated and out of ideas to try.
    Thank you for your help!
    Tristan

  • TS1717 I have updated to version 11 of itunes and now it wont open comes up with comment saying it is not installed correctly or corrupt. Help

    I have updated to version 11 of itunes and now it wont open comes up with comment saying it is not installed correctly or corrupt. Help

    A complete uninstall/reinstall is worth a crack with that one:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • When opening iTunes I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled, reinstalled many times - nothing! help please.

    When opening iTunes on my new Windows 7 PC I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled and reinstalled many times to no avail, even tried it on a different user account and still nothing. I recently installed Panda Internet Security 2012 (about 12 days ago), initially iTunes worked fine as usual but within the last few days I've been  unable to open it with the same messages appearing. I've read through some of these pages and tried everything that's been advised, uninstalling and reinstalling while internet and laptop security is swithched off, downloading tools to completely remove anything related to iTunes, tried it in Safe Mode, nothing has worked. I've also noticed that in the start menu when I click on iTunes, it says '(empty)' where it should have the logo and ability to start the program, does this mean it doesn't download + install properly each time I've tried? Any help would be enormously appreciated.

    Doublechecking. Have you also tried the following user tip?
    Troubleshooting issues with iTunes for Windows updates

  • Laptop says 'This version of iTunes has not been correctly localised for this language. Please run the English Version'. Can anyone help please, have no idea what to do and haven't used laptop in over a year. iPad/iPhone have lost tunes from laptop too.

    my laptop will not open iTunes, as it just says 'This version of iTunes has not been correctly localised for this language. Please run the English version'. I have not synconised my iPhone 5S or iPad 2 with iTunes for well over a year. I noticed the music which had previously been put into iTunes has dissappeared from my phone and iPad. I also want to remove some movies from my iPad and iPhone and there is no way I can do this without being able to manually sync with the Laptop which is running windows 7. Has anyone else come across this and please can you help? I am no expert in fact I know very little about the Laptop, it is my Husbands baby but he doesn't understand anything to do with Apple including iTunes. I will need any advise explained step by step please.

    Hi Shelady,
    Try downloading and reinstalling the latest version of iTunes from the first link below. If that doesn't do it, the suggestions in the second article should resolve the installation issue.
    Apple - iTunes - Download iTunes Now
    http://www.apple.com/itunes/download/
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    -Jason

  • REPORT DOES NOT RUN CORRECTLY , URGENT PLEASE HELP

    Hi,
    I am trying to run a report from visul basic screen, but it does not run correctly. Here is how I am running the report. There is a screen developed in VB This screen prompts the user for user id and password. Once it gets that, it connects to the oracle database and pulls out a column from a table. And passes that value as a parameter to the report. Now I am calling the the report for each individual value . There are 21 value being pulled out of the database and it invokes the report 21 times. So there are 21 report engines gets started. Is there a better way to do that ? Secondly when I pass the parameter , some parameters does not pass correctly I guess , because its not generating any out put . Like out of 21 may be 10 or 11 reports gets generated correctly but rest of the reports are blank. I debug the screen i saw that the parameter value is correct, everything seems good. But still the reports are comming blank. Any Idea why it is so ? The command line that i am using in VB screen is
    Shell "C:\progra~1\ora95_2\bin\rwrun60.exe P:\Business_Analysis_&_Reporting_Tool\Test_REPORT_Templates\STORE_TYPES\Baby_Distribution_Report.Rdf USERID=" & UID & "/" & PWD & "@cposp201 DESFORMAT=PDF DESTYPE=FILE DESNAME=" & txtPath.Text & Replace(strName, " ", "_") & ".PDF BRND='" & adoRecBrand!Brand & "' PRINTJOB=NO PARAMFORM=NO"
    In the above command " adoRecBrand!Brand " is the parameter thats being passed. This is actually a recordset and brand is the column in it. When I debug the screen , I see the value also there. But the report comes out blank. Please help. This is urgent.
    Thanks
    Feroz

    The way you call reports is not scalable. If you have 100 records come back from database, you would end up launch 100 engines at the same times, which probably will blow up your machine. You should use oracle reports server to do that. You can either use rwcli60 to submit the job to reports server, or invoke rwcgi60 from URL.
    I am afraid some of reports engine failed to start and you get nothing back in your case.
    After switch to use reports server achitecture, if you still see some report is blank in your application, then you can run that report with that special set of parameters manually and see if any problem with the report itself.
    Hope this helps.
    Thanks,
    -Shaun

Maybe you are looking for

  • Video Cards with Standard DP & HDMI Ports

    Since the NVIDEA 120 and ATI 4870 both have mini-DisplayPorts, they require an <adapter> to use with any monitor other than Apple's 24" LED (correct me if I am wrong); and, since use of the adapter does not allow <audio> pass thru . . . I am looking

  • BAM 11g Not starting properly

    Hi, I installed fmw 11.1.1.4 on 64 bit windows system.Everyting is working fine but while starting BAM managed server its not starting properly, In em and WL the bam server is showing up state, but in deployed application oracle-bam is showing down s

  • Zoom in to Catalonia map gives crash

    Hi, Every time when I zoom in in the area of Tarragone, in Catalonia, in Spain, my maps app crashes. Is this an error in the map? I have removed the map and downloaded it again, but it keeps crashing. I have a Nokia 808 pureview. Erwin Solved! Go to

  • ALPHANUM datatype contains non-alphanumeric character like @#$&*

    Hi All, I use ALPHANUM datatype in one table with 127 size. As per definition in Developer guide "ALPHANUM(n) data type specifies a variable-length character string which contains alphanumeric characters" Example : insert into "SOMNATH"."aadata" valu

  • I lost all my messager for last 3 years.

    Iphone 4S  (5.1) I did nothing but recived one message from a friend. When I open the phone to read it. All messagers was gone. Can somebody help me.....